Mercurial > hg
comparison tests/test-globalopts.out @ 6321:55ba3bc5b8fd
tag: allow multiple tags to be added or removed
- Example: "hg tag -r 42 build-25 beta-1" will add tags build-25 and beta-1
for rev 42.
- The deprecated and undocumented usage "hg tag arg1 arg2" used to emit a
warning, then add tag arg1 for rev arg2 (equivalent to "hg tag -r arg2 arg1").
It will now add tags arg1 and arg2 for the current revision.
- If one tag triggers an error, no tags are added/removed (all or nothing).
author | John Coomes <john.coomes@sun.com> |
---|---|
date | Fri, 14 Mar 2008 15:38:56 -0700 |
parents | aafdea37f796 |
children | 0750f11152fe |
comparison
equal
deleted
inserted
replaced
6320:9a9b02bcbcf4 | 6321:55ba3bc5b8fd |
---|---|
186 rollback roll back the last transaction | 186 rollback roll back the last transaction |
187 root print the root (top) of the current working dir | 187 root print the root (top) of the current working dir |
188 serve export the repository via HTTP | 188 serve export the repository via HTTP |
189 showconfig show combined config settings from all hgrc files | 189 showconfig show combined config settings from all hgrc files |
190 status show changed files in the working directory | 190 status show changed files in the working directory |
191 tag add a tag for the current or given revision | 191 tag add one or more tags for the current or given revision |
192 tags list repository tags | 192 tags list repository tags |
193 tip show the tip revision | 193 tip show the tip revision |
194 unbundle apply one or more changegroup files | 194 unbundle apply one or more changegroup files |
195 update update working directory | 195 update update working directory |
196 verify verify the integrity of the repository | 196 verify verify the integrity of the repository |
239 rollback roll back the last transaction | 239 rollback roll back the last transaction |
240 root print the root (top) of the current working dir | 240 root print the root (top) of the current working dir |
241 serve export the repository via HTTP | 241 serve export the repository via HTTP |
242 showconfig show combined config settings from all hgrc files | 242 showconfig show combined config settings from all hgrc files |
243 status show changed files in the working directory | 243 status show changed files in the working directory |
244 tag add a tag for the current or given revision | 244 tag add one or more tags for the current or given revision |
245 tags list repository tags | 245 tags list repository tags |
246 tip show the tip revision | 246 tip show the tip revision |
247 unbundle apply one or more changegroup files | 247 unbundle apply one or more changegroup files |
248 update update working directory | 248 update update working directory |
249 verify verify the integrity of the repository | 249 verify verify the integrity of the repository |