diff hgext/journal.py @ 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 74ee10702bbf
children bd872f64a8ba
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.