# HG changeset patch # User Jun Wu # Date 2017-03-24 04:16:29 # Node ID 809fa1d7eb9964e09ac2ac4c4dcc71f33acde058 # Parent e4aefdb58ebefad0f4e2e22d72023dd4939f1152 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 @@ -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.