comparison hgext/largefiles/__init__.py @ 41070:f2601cbce209

largefiles: port revset registration to exthelper This tests the merge code that wasn't tested in the previous patch.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 27 Dec 2018 21:27:43 -0500
parents 0840862977c8
children 72d4a1761fbc
comparison
equal deleted inserted replaced
41069:0358cca1dccf 41070:f2601cbce209
190 if name == 'rebase': 190 if name == 'rebase':
191 # TODO: teach exthelper to handle this 191 # TODO: teach exthelper to handle this
192 extensions.wrapfunction(module, 'rebase', 192 extensions.wrapfunction(module, 'rebase',
193 overrides.overriderebase) 193 overrides.overriderebase)
194 194
195 revsetpredicate = overrides.revsetpredicate 195 revsetpredicate = eh.revsetpredicate