Mercurial > hg-stable
changeset 1661:b11507d6d16d
Added missing quote in warning text.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sun, 29 Jan 2006 14:33:12 +0100 |
parents | b2df93c56ac4 |
children | 2d8dc84c9323 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Jan 29 20:30:41 2006 +1300 +++ b/mercurial/commands.py Sun Jan 29 14:33:12 2006 +0100 @@ -2092,7 +2092,7 @@ raise util.Abort(_("the name 'tip' is reserved")) if rev_ is not None: ui.warn(_("use of 'hg tag NAME [REV]' is deprecated, " - "please use 'hg tag [-r REV] NAME instead\n")) + "please use 'hg tag [-r REV] NAME' instead\n")) if opts['rev']: raise util.Abort(_("use only one form to specify the revision")) if opts['rev']: