author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
Sat, 07 Jan 2012 15:27:34 +0100 | |
changeset 15783 | 927712d9853b |
parent 15782 | 7de7630053cb |
child 15784 | 3fe39d6d2bd8 |
--- a/hgext/largefiles/reposetup.py Fri Jan 06 16:27:13 2012 +0100 +++ b/hgext/largefiles/reposetup.py Sat Jan 07 15:27:34 2012 +0100 @@ -26,8 +26,6 @@ for name in ('status', 'commitctx', 'commit', 'push'): method = getattr(repo, name) - #if not (isinstance(method, types.MethodType) and - # method.im_func is repo.__class__.commitctx.im_func): if (isinstance(method, types.FunctionType) and method.func_name == 'wrap'): ui.warn(_('largefiles: repo method %r appears to have already been'