Mercurial > hg-stable
changeset 15783:927712d9853b
largefiles: remove a chunk of commented out code
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Sat, 07 Jan 2012 15:27:34 +0100 |
parents | 7de7630053cb |
children | 3fe39d6d2bd8 |
files | hgext/largefiles/reposetup.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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'