From 4984e611f4bdb8ef25d1f7f7845ab62a15e7ad0c Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Mon, 6 Mar 2023 21:02:57 +0900 Subject: [PATCH] templater: add "parent_commit_ids" keyword A list type isn't so useful without a map operation, but List is at least printable. Maybe we can experiment with it to craft a map operation. If a map operation is introduced, this keyword might be replaced with "parents.map(|commit| commit.commit_id)", where parents is of List type, and the .map() method will probably return List