sapling/mercurial/templates/map-cmdline.phases
Yuya Nishihara 0ed30819a8 template-phases: extend default style instead of duplicating it
The phases style started as a copy of the default style at af7f31678578, but
we didn't have to copy it because the templater supports %include syntax.

This makes sure that the phases style have the same output as the default
except for the additional "phase:" row.
2015-04-25 21:42:07 +09:00

4 lines
248 B
Plaintext

%include map-cmdline.default
changeset = '{cset}{branches}{bookmarks}{tags}{lphase}{parents}{user}{ldate}{summary}\n'
changeset_verbose = '{cset}{branches}{bookmarks}{tags}{lphase}{parents}{user}{ldate}{lfiles}{lfile_copies_switch}{description}\n'