Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/localrepo.py @ 6334:7016f7fb8fe3
tab/space cleanup
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 21 Mar 2008 00:39:39 +0100 |
parents | 55ba3bc5b8fd |
children | 6440e25a1ba3 |
comparison
equal
deleted
inserted
replaced
6333:f477afeb3a0f | 6334:7016f7fb8fe3 |
---|---|
197 def tag(self, names, node, message, local, user, date): | 197 def tag(self, names, node, message, local, user, date): |
198 '''tag a revision with one or more symbolic names. | 198 '''tag a revision with one or more symbolic names. |
199 | 199 |
200 names is a list of strings or, when adding a single tag, names may be a | 200 names is a list of strings or, when adding a single tag, names may be a |
201 string. | 201 string. |
202 | 202 |
203 if local is True, the tags are stored in a per-repository file. | 203 if local is True, the tags are stored in a per-repository file. |
204 otherwise, they are stored in the .hgtags file, and a new | 204 otherwise, they are stored in the .hgtags file, and a new |
205 changeset is committed with the change. | 205 changeset is committed with the change. |
206 | 206 |
207 keyword arguments: | 207 keyword arguments: |