author | Augie Fackler <augie@google.com> |
Sat, 30 Sep 2017 07:45:41 -0400 | |
changeset 34381 | 4735c1caf6b3 |
parent 34380 | 86f3c9760cc4 |
child 34382 | 719a5c17e131 |
--- a/mercurial/registrar.py Sat Sep 30 07:45:07 2017 -0400 +++ b/mercurial/registrar.py Sat Sep 30 07:45:41 2017 -0400 @@ -102,7 +102,6 @@ def _extrasetup(self, name, func): """Execute exra setup for registered function, if needed """ - pass class command(_funcregistrarbase): """Decorator to register a command function to table