Show More
@@ -2189,7 +2189,7 b' def tag(ui, repo, name, rev_=None, **opt' | |||
|
2189 | 2189 | necessary. The file '.hg/localtags' is used for local tags (not |
|
2190 | 2190 | shared among repositories). |
|
2191 | 2191 | """ |
|
2192 | if name in ['tip', '.']: | |
|
2192 | if name in ['tip', '.', 'null']: | |
|
2193 | 2193 | raise util.Abort(_("the name '%s' is reserved") % name) |
|
2194 | 2194 | if rev_ is not None: |
|
2195 | 2195 | ui.warn(_("use of 'hg tag NAME [REV]' is deprecated, " |
General Comments 0
You need to be logged in to leave comments.
Login now