Patch subject is complete summary.

# HG changeset patch
# User Emmanuel Rosa <goaway1...@gmail.com>
# Date 1258162963 18000
# Node ID 983d5a89967ba269725b9cf6bad2a24c4b004e20
# Parent  dba92c98cb927e99e8cc0d714b7d930f96c9a833
history: modify ancestor lookup to use self.goto_rev()

diff --git a/tortoisehg/hgtk/history.py b/tortoisehg/hgtk/history.py
--- a/tortoisehg/hgtk/history.py
+++ b/tortoisehg/hgtk/history.py
@@ -1904,7 +1904,7 @@
         lookup = self.repo.lookup
         ancestor = changelog.ancestor(lookup(rev1), lookup(rev2))
         rev = changelog.rev(ancestor)
-        self.graphview.set_revision_id(rev, True)
+        self.goto_rev(rev)
 
     def thgrefresh(self, window):
         self.reload_log()
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to