changeset 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
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Dec 17 14:54:20 2015 +0000
+++ b/mercurial/commands.py	Thu Dec 17 14:54:47 2015 +0000
@@ -325,7 +325,7 @@
     """show changeset information by line for each file
 
     List changes in files, showing the revision id responsible for
-    each line
+    each line.
 
     This command is useful for discovering when a change was made and
     by whom.