hgext/share.py
changeset 25666 1c7e62360068
parent 25660 328739ea70c3
child 25761 0d37b9b21467
--- a/hgext/share.py	Thu Jun 25 20:27:36 2015 +0800
+++ b/hgext/share.py	Thu Jun 25 22:16:36 2015 -0700
@@ -72,7 +72,7 @@
         destlock and destlock.release()
         lock and lock.release()
 
-    # update store, spath, sopener and sjoin of repo
+    # update store, spath, svfs and sjoin of repo
     repo.unfiltered().__init__(repo.baseui, repo.root)
 
 def extsetup(ui):