changeset 25666:1c7e62360068

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.
author Siddharth Agarwal <sid0@fb.com>
date Thu, 25 Jun 2015 22:16:36 -0700
parents ebdfca23c1ab
children a69bb29b9638
files hgext/share.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):