comparison contrib/python-hook-examples.py @ 20056:cbcd85fa75c0 stable

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.
author Brodie Rao <brodie@sf.io>
date Sat, 16 Nov 2013 17:30:34 -0500
parents a8d13ee0ce68
children 2b585677220e
comparison
equal deleted inserted replaced
20028:28445179df90 20056:cbcd85fa75c0