hgext/shelve.py
branchstable
changeset 19951 d51c4d85ec23
parent 19943 4de116871044
child 19961 1d7a36ff2615
--- a/hgext/shelve.py	Thu Oct 17 16:13:15 2013 +0800
+++ b/hgext/shelve.py	Thu Oct 24 01:49:56 2013 +0800
@@ -190,7 +190,7 @@
         lock = repo.lock()
 
         bms = repo._bookmarks.copy()
-        # use an uncommited transaction to generate the bundle to avoid
+        # use an uncommitted transaction to generate the bundle to avoid
         # pull races. ensure we don't print the abort message to stderr.
         tr = repo.transaction('commit', report=lambda x: None)