# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1325946454 -3600 # Node ID 927712d9853bbcb4c150254b126a96f62611efc6 # Parent 7de7630053cb492c1d2cf53d6b36cc22d20f8c6b largefiles: remove a chunk of commented out code diff -r 7de7630053cb -r 927712d9853b hgext/largefiles/reposetup.py --- 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'