mercurial/templates/map-cmdline.phases
author Durham Goode <durham@fb.com>
Tue, 07 Mar 2017 17:49:50 -0800
changeset 31260 aac054e5389b
parent 24907 9570587b6986
child 34714 f4aeb952ab77
permissions -rw-r--r--
context: remove assumptions about manifest creation during _buildstatus Previously we called self.manifest() in some cases to preload the first manifest. This relied on the assumption that the later _manifestmatches() call did not duplicate any work the original self.manifest() call did. Let's remove that assumption, since it bit me during my refactors of this area and is easy to remove.

%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'