mercurial/commands.py
changeset 4659 7a7d4937272b
parent 4650 15e22b483adc
child 4662 f9b8ea362b49
child 4672 272c0a09b203
--- a/mercurial/commands.py	Thu Jun 21 00:34:14 2007 -0300
+++ b/mercurial/commands.py	Thu Jun 21 09:25:49 2007 +0200
@@ -2515,7 +2515,7 @@
         rev_ = opts['rev']
     message = opts['message']
     if opts['remove']:
-        if not name in repo.tags(): 
+        if not name in repo.tags():
             raise util.Abort(_('tag %s does not exist') % name)
         rev_ = nullid
         if not message: