changeset 15783 | 927712d9853b |
parent 15674 | 7b7f03502b5a |
child 15789 | 2c10ea43c801 |
--- 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'