[PATCH 1 of 5] share: replace reference to 'sopener' with 'svfs'

Siddharth Agarwal sid0 at fb.com
Fri Jun 26 05:24:08 UTC 2015


# HG changeset patch
# User Siddharth Agarwal <sid0 at fb.com>
# Date 1435295796 25200
#      Thu Jun 25 22:16:36 2015 -0700
# Node ID 66710aec23053660f0bd621940108745f05150b6
# Parent  ff5172c830022b64cc5bd1bae36b2276e9dc6e5d
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.

diff --git a/hgext/share.py b/hgext/share.py
--- a/hgext/share.py
+++ b/hgext/share.py
@@ -72,7 +72,7 @@ def unshare(ui, repo):
         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):


More information about the Mercurial-devel mailing list