changeset 1109:48935ea2090f

init: remove pre-1.3 code from extsetup
author Sean Farley <sean.michael.farley@gmail.com>
date Fri, 06 Sep 2013 18:29:33 -0500
parents 1a56b6d39abb
children 99b3b443b94b
files hgsubversion/__init__.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgsubversion/__init__.py
+++ b/hgsubversion/__init__.py
@@ -124,9 +124,8 @@ except AttributeError:
 except ImportError:
     pass
 
-def extsetup():
+def extsetup(ui):
     """insert command wrappers for a bunch of commands"""
-    # add the ui argument to this function once we drop support for 1.3
 
     docvals = {'extension': 'hgsubversion'}
     for cmd, (generic, target, fixdoc, ppopts, opts) in wrapcmds.iteritems():