##// END OF EJS Templates
Added missing quote in warning text.
Thomas Arendsen Hein -
r1661:b11507d6 default
parent child Browse files
Show More
@@ -2092,7 +2092,7 b' def tag(ui, repo, name, rev_=None, **opt'
2092 raise util.Abort(_("the name 'tip' is reserved"))
2092 raise util.Abort(_("the name 'tip' is reserved"))
2093 if rev_ is not None:
2093 if rev_ is not None:
2094 ui.warn(_("use of 'hg tag NAME [REV]' is deprecated, "
2094 ui.warn(_("use of 'hg tag NAME [REV]' is deprecated, "
2095 "please use 'hg tag [-r REV] NAME instead\n"))
2095 "please use 'hg tag [-r REV] NAME' instead\n"))
2096 if opts['rev']:
2096 if opts['rev']:
2097 raise util.Abort(_("use only one form to specify the revision"))
2097 raise util.Abort(_("use only one form to specify the revision"))
2098 if opts['rev']:
2098 if opts['rev']:
General Comments 0
You need to be logged in to leave comments. Login now