journal: use lowercase for docstring title
See the previous patch for why.
--- 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.