share: replace reference to 'sopener' with 'svfs'
authorSiddharth Agarwal <sid0@fb.com>
Thu, 25 Jun 2015 22:16:36 -0700
changeset 25666 1c7e62360068
parent 25664 ebdfca23c1ab
child 25667 a69bb29b9638
share: replace reference to 'sopener' with 'svfs' sopener is deprecated. It's annoying for extension authors to have to deal with both. Let's just kill it off.
hgext/share.py
--- 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):