##// END OF EJS Templates
Remove pointless reposetup hook from hgk.py
Brendan Cully -
r2744:b5779a04 default
parent child Browse files
Show More
@@ -334,6 +334,3 b' cmdtable = {'
334 ('n', 'max-count', 0, 'max-count')],
334 ('n', 'max-count', 0, 'max-count')],
335 "hg debug-rev-list [options] revs"),
335 "hg debug-rev-list [options] revs"),
336 }
336 }
337
338 def reposetup(ui, repo):
339 pass
General Comments 0
You need to be logged in to leave comments. Login now