diff mercurial/commands.py @ 12063:516b000fbb7e

cleanup: remove unused variables
author Brodie Rao <brodie@bitheap.org>
date Fri, 27 Aug 2010 13:32:40 -0400
parents 41def6704d01
children fddacca3202e
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Aug 27 13:32:38 2010 -0400
+++ b/mercurial/commands.py	Fri Aug 27 13:32:40 2010 -0400
@@ -1360,7 +1360,7 @@
     # check username
     ui.status(_("Checking username...\n"))
     try:
-        user = ui.username()
+        ui.username()
     except util.Abort, e:
         ui.write(" %s\n" % e)
         ui.write(_(" (specify a username in your .hgrc file)\n"))