hgext/__init__.py
author Brodie Rao <brodie@sf.io>
Sat, 16 Nov 2013 17:30:34 -0500
branchstable
changeset 20056 cbcd85fa75c0
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
share: fix unshare calling wrong repo.__init__() method When running the unshare command, if there's other code that tries to use the repo after the command is finished, it'll end up with a ui object for repo.unfiltered(). This change fixes an erroneous call to repo.__init__() that could be on the repoview proxy class--now it's always done on the unfiltered repo.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder