# HG changeset patch # User Yuki KODAMA <endflow....@gmail.com> # Date 1253839321 -32400 # Node ID 04581205ae1acf699343d11888db85918c857549 # Parent ef0054f0b653e5542b3dbf5c88aa80d913c4397f changeset: catch RepoError when shown a transplanted changeset
diff --git a/tortoisehg/hgtk/changeset.py b/tortoisehg/hgtk/changeset.py --- a/tortoisehg/hgtk/changeset.py +++ b/tortoisehg/hgtk/changeset.py @@ -288,7 +288,7 @@ try: tctx = self.repo[ts] insert_link(_('transplant:'), tctx) - except (LookupError, RepoLookupError): + except (LookupError, RepoLookupError, RepoError): title_line(_('transplant:'), binascii.hexlify(ts), 'changeset') except KeyError: pass ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop