##// END OF EJS Templates
Merge with crew
Matt Mackall -
r1665:3a56574f merge 0.8 default
parent child Browse files
Show More
@@ -2092,7 +2092,7 b' def tag(ui, repo, name, rev_=None, **opt'
2092 2092 raise util.Abort(_("the name 'tip' is reserved"))
2093 2093 if rev_ is not None:
2094 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 2096 if opts['rev']:
2097 2097 raise util.Abort(_("use only one form to specify the revision"))
2098 2098 if opts['rev']:
@@ -18,10 +18,10 b' summary: test'
18 18
19 19 abort: working copy of .hgtags is changed (please commit .hgtags manually)
20 20 failed
21 use of 'hg tag NAME [REV]' is deprecated, please use 'hg tag [-r REV] NAME instead
21 use of 'hg tag NAME [REV]' is deprecated, please use 'hg tag [-r REV] NAME' instead
22 22 abort: use only one form to specify the revision
23 23 failed
24 use of 'hg tag NAME [REV]' is deprecated, please use 'hg tag [-r REV] NAME instead
24 use of 'hg tag NAME [REV]' is deprecated, please use 'hg tag [-r REV] NAME' instead
25 25 acb14030fe0a21b60322c440ad2d20cf7685a376 bleah
26 26 acb14030fe0a21b60322c440ad2d20cf7685a376 bleah0
27 27 863197ef03781c4fc00276d83eb66c4cb9cd91df bleah1
General Comments 0
You need to be logged in to leave comments. Login now