Sun, 05 Feb 2017 13:19:34 +0100
Added some TODOs to further enhance the Mercurial log browser dialog.
Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py | file | annotate | diff | comparison | revisions |
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sun Feb 05 12:18:49 2017 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sun Feb 05 13:19:34 2017 +0100 @@ -321,6 +321,11 @@ UI.PixmapCache.getIcon("actionsToolButton.png")) self.actionsButton.setMenu(self.__actionsMenu) + # TODO: add action "Merge" (1 revision selected) + # TODO: add action "Create Changegroup" (>=2 revs, lowest rev is base) + # TODO: add action "Sign Revision" (>= 1 revs) (GPG extension) + # TODO: add action "Verify Signature" (1 rev) (GPG extension) + def __initData(self): """ Private method to (re-)initialize some data.