journal: use lowercase for docstring title
authorJun Wu <quark@fb.com>
Thu, 23 Mar 2017 21:16:29 -0700
changeset 31600 809fa1d7eb99
parent 31599 e4aefdb58ebe
child 31601 8e7feaad2d8d
journal: use lowercase for docstring title See the previous patch for why.
hgext/journal.py
--- 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.