Mercurial > hg
comparison hgext/journal.py @ 31600: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 |
comparison
equal
deleted
inserted
replaced
31599:e4aefdb58ebe | 31600:809fa1d7eb99 |
---|---|
2 # | 2 # |
3 # Copyright 2014-2016 Facebook, Inc. | 3 # Copyright 2014-2016 Facebook, Inc. |
4 # | 4 # |
5 # This software may be used and distributed according to the terms of the | 5 # This software may be used and distributed according to the terms of the |
6 # GNU General Public License version 2 or any later version. | 6 # GNU General Public License version 2 or any later version. |
7 """Track previous positions of bookmarks (EXPERIMENTAL) | 7 """track previous positions of bookmarks (EXPERIMENTAL) |
8 | 8 |
9 This extension adds a new command: `hg journal`, which shows you where | 9 This extension adds a new command: `hg journal`, which shows you where |
10 bookmarks were previously located. | 10 bookmarks were previously located. |
11 | 11 |
12 """ | 12 """ |