Mercurial > hg-stable
changeset 31605:809fa1d7eb99
journal: use lowercase for docstring title
See the previous patch for why.
author | Jun Wu <quark@fb.com> |
---|---|
date | Thu, 23 Mar 2017 21:16:29 -0700 |
parents | e4aefdb58ebe |
children | 8e7feaad2d8d |
files | hgext/journal.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/journal.py Thu Mar 23 21:15:39 2017 -0700 +++ b/hgext/journal.py Thu Mar 23 21:16:29 2017 -0700 @@ -4,7 +4,7 @@ # # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -"""Track previous positions of bookmarks (EXPERIMENTAL) +"""track previous positions of bookmarks (EXPERIMENTAL) This extension adds a new command: `hg journal`, which shows you where bookmarks were previously located.