hgext/rebase.py
branchstable
changeset 19951 d51c4d85ec23
parent 19926 0f99747202f9
child 19955 2160c2e0d7d1
--- a/hgext/rebase.py	Thu Oct 17 16:13:15 2013 +0800
+++ b/hgext/rebase.py	Thu Oct 24 01:49:56 2013 +0800
@@ -636,7 +636,7 @@
         raise util.Abort(_('no rebase in progress'))
 
 def inrebase(repo, originalwd, state):
-    '''check whether the workdir is in an interrupted rebase'''
+    '''check whether the working dir is in an interrupted rebase'''
     parents = [p.rev() for p in repo.parents()]
     if originalwd in parents:
         return True