mercurial/ui.py
changeset 3889 a0b18a8e0460
parent 3877 abaee83ce0a6
child 3891 6b4127c7d52a
--- a/mercurial/ui.py	Thu Dec 14 17:32:00 2006 -0600
+++ b/mercurial/ui.py	Thu Dec 14 17:32:25 2006 -0600
@@ -349,7 +349,7 @@
                 user = '%s@%s' % (util.getuser(), socket.getfqdn())
             except KeyError:
                 raise util.Abort(_("Please specify a username."))
-            self.warn(_("No username found, using '%s' instead\n" % user))
+            self.warn(_("No username found, using '%s' instead\n") % user)
         return user
 
     def shortuser(self, user):