mercurial/ui.py
changeset 9786 951730b2b8ba
parent 9749 1b1b33ae5a24
child 9851 9e7b2c49d25d
--- a/mercurial/ui.py	Sat Nov 07 22:12:50 2009 +0100
+++ b/mercurial/ui.py	Sat Nov 07 22:13:09 2009 +0100
@@ -186,7 +186,7 @@
             except KeyError:
                 pass
         if not user:
-            raise util.Abort(_("Please specify a username."))
+            raise util.Abort(_('no username supplied (see "hg help config")'))
         if "\n" in user:
             raise util.Abort(_("username %s contains a newline\n") % repr(user))
         return user