Mercurial > public > mercurial-scm > hg
diff hgext/fetch.py @ 24365:f1eaf03dd608
commands: say "working directory" in full spelling
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 17 Mar 2015 21:53:17 +0900 |
parents | 6ea41d41aba1 |
children | 55fd99a23fdc |
line wrap: on
line diff
--- 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