Mercurial > hg
changeset 18692:af4387d8d1c7
extensions: remove erroneous comment
We actually -do- use the 'ui' argument to print a debug statement.
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Thu, 14 Feb 2013 13:56:02 -0600 |
parents | 4f485bd68f1d |
children | 633cd0c46e6a |
files | mercurial/extensions.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/extensions.py Wed Feb 13 12:51:30 2013 -0800 +++ b/mercurial/extensions.py Thu Feb 14 13:56:02 2013 -0600 @@ -50,7 +50,6 @@ raise def load(ui, name, path): - # unused ui argument kept for backwards compatibility if name.startswith('hgext.') or name.startswith('hgext/'): shortname = name[6:] else: