--- a/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Mon Oct 24 18:53:40 2016 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Mon Oct 24 19:55:05 2016 +0200 @@ -132,7 +132,7 @@ self.__hasAddOrDelete = False if args[0] in ["fetch", "qpush", "qpop", "qgoto", "rebase", "update", "import", "revert", "graft", "shelve", - "unshelve"] or \ + "unshelve", "strip"] or \ (args[0] in ["pull", "unbundle"] and ("--update" in args[1:] or "--rebase" in args[1:])): self.__updateCommand = True