Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 27426:859e9244ec54
annotate: add missing period to help
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 17 Dec 2015 14:54:47 +0000 |
parents | cdb613099571 |
children | 23842c0a5000 |
comparison
equal
deleted
inserted
replaced
27425:cdb613099571 | 27426:859e9244ec54 |
---|---|
323 inferrepo=True) | 323 inferrepo=True) |
324 def annotate(ui, repo, *pats, **opts): | 324 def annotate(ui, repo, *pats, **opts): |
325 """show changeset information by line for each file | 325 """show changeset information by line for each file |
326 | 326 |
327 List changes in files, showing the revision id responsible for | 327 List changes in files, showing the revision id responsible for |
328 each line | 328 each line. |
329 | 329 |
330 This command is useful for discovering when a change was made and | 330 This command is useful for discovering when a change was made and |
331 by whom. | 331 by whom. |
332 | 332 |
333 Without the -a/--text option, annotate will avoid processing files | 333 Without the -a/--text option, annotate will avoid processing files |