# HG changeset patch
# User Sean Farley <sean.michael.farley@gmail.com>
# Date 1378510173 18000
# Node ID 48935ea2090f589d2bc73511a72b7daf99ab4d02
# Parent  1a56b6d39abb683dbd8936fcac7fc1f01bce26ae
init: remove pre-1.3 code from extsetup

diff --git a/hgsubversion/__init__.py b/hgsubversion/__init__.py
--- 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():