diff -r 17f5d2069551 -r 7a7d4937272b mercurial/commands.py --- 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: