mercurial/templates/map-cmdline.phases
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 02 Apr 2018 08:46:07 -0700
changeset 37264 54435fd09f1d
parent 34714 f4aeb952ab77
child 38985 f9a98075a37e
permissions -rw-r--r--
clone: rename "rev" to "revs" since there can be many It was a little tricky in hg.clone(), since there was a local "revs" variable defined there, but "rev" was never used after "revs", so I just overwrote it. Note that clonewithshare() should also have its "rev" argument renamed to "revs", but I'll leave that to someone else. Differential Revision: https://phab.mercurial-scm.org/D3016

%include map-cmdline.default

[templates]
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'