hgext/mq.py
changeset 18958 c3b920980f22
parent 18760 e74704c33e24
child 19064 743daa601445
--- a/hgext/mq.py	Thu Apr 11 14:54:18 2013 +0200
+++ b/hgext/mq.py	Mon Apr 15 01:37:23 2013 +0200
@@ -3044,7 +3044,7 @@
             descendantrevs = repo.revs("%s::." % uctx.rev())
             changedfiles = []
             for rev in descendantrevs:
-                # blindy reset the files, regardless of what actually changed
+                # blindly reset the files, regardless of what actually changed
                 changedfiles.extend(repo[rev].files())
 
             # reset files that only changed in the dirstate too