# HG changeset patch # User timeless # Date 1450364087 0 # Node ID 859e9244ec5431a3b63756e8a00ee0fff6ebef2a # Parent cdb613099571506ed7eec5da974eb467734243be annotate: add missing period to help diff -r cdb613099571 -r 859e9244ec54 mercurial/commands.py --- 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.