This patch seems to fix #1673.
Nevertheless, I'm not sure to solve the root cause.
Could somebody else give his opinion?
Thank you
André
diff --git a/tortoisehg/hgqt/repowidget.py b/tortoisehg/hgqt/repowidget.py
--- a/tortoisehg/hgqt/repowidget.py
+++ b/tortoisehg/hgqt/repowidget.py
@@ -816,7 +816,6 @@
self.showMessage(hglib.tounicode(str(e)))
def gotoParent(self):
- self.repoview.clearSelection()
self.goto('.')
def gotoTip(self):
Maybe originally this tried to deselect rows except for '.'. For example,
- select rev. 100, 101(=.) in order
- gotoParent()
should select only 101. But due to workaround for issue 1019, it happens to
deselect everything.
https://bitbucket.org/tortoisehg/thg/issue/1019
Regards,
What do you suggest to fix #1673? I don't see any elegant solution.
André
-- ___________________________________________________________________ "Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." - A. de Saint-Exupery