mercurial/scmutil.py
changeset 18450 4f9a52858512
parent 18327 4aecdb91443c
child 18466 ac0c12123743
--- a/mercurial/scmutil.py	Fri Jan 18 01:23:51 2013 +0100
+++ b/mercurial/scmutil.py	Fri Jan 18 01:24:29 2013 +0100
@@ -435,7 +435,7 @@
                 break
             name = dirname
 
-        raise util.Abort('%s not under root' % myname)
+        raise util.Abort(_("%s not under root '%s'") % (myname, root))
 
 def walkrepos(path, followsym=False, seen_dirs=None, recurse=False):
     '''yield every hg repository under path, always recursively.