Mon, 30 Jan 2017 19:49:23 +0100
Removed the Mercurial log template used for the log dialog.
Plugins/VcsPlugins/vcsMercurial/templates/logDialogBookmarkPhase.tmpl | file | annotate | diff | comparison | revisions |
--- a/Plugins/VcsPlugins/vcsMercurial/templates/logDialogBookmarkPhase.tmpl Sun Jan 29 18:05:55 2017 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -change|{rev}:{node|short} -branches|{branch} -tags|{join(tags,', ')} -parents|{parents} -user|{author} -date|{date|isodate} -description|{desc} -file_copies|{join(file_copies,', ')} -file_adds|{join(file_adds,', ')} -files_mods|{join(file_mods,', ')} -file_dels|{join(file_dels,', ')} -bookmarks|{join(bookmarks,', ')} -phase|{phase} -@@@