hgext/fetch.py
changeset 24365 f1eaf03dd608
parent 22697 6ea41d41aba1
child 24368 55fd99a23fdc
--- a/hgext/fetch.py	Tue Mar 17 22:47:08 2015 +0900
+++ b/hgext/fetch.py	Tue Mar 17 21:53:17 2015 +0900
@@ -56,7 +56,7 @@
     except error.RepoLookupError:
         branchnode = None
     if parent != branchnode:
-        raise util.Abort(_('working dir not at branch tip '
+        raise util.Abort(_('working directory not at branch tip '
                            '(use "hg update" to check out branch tip)'))
 
     wlock = lock = None