# HG changeset patch
# User Jun Wu <qu...@fb.com>
# Date 1490328989 25200
#      Thu Mar 23 21:16:29 2017 -0700
# Node ID ece9613e199b69fd07611cc0fff81b5be530acd2
# Parent  2dd5b13aab032af04b3e2cafb14ac9bdfd519007
# Available At https://bitbucket.org/quark-zju/hg-draft
#              hg pull https://bitbucket.org/quark-zju/hg-draft -r ece9613e199b
journal: use lowercase for docstring title

See the previous patch for why.

diff --git a/hgext/journal.py b/hgext/journal.py
--- a/hgext/journal.py
+++ b/hgext/journal.py
@@ -5,5 +5,5 @@
 # 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
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to