Mercurial > evolve
changeset 3454:56277182c029
obslog: drop period from summary line in accordance with convention
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 25 Jan 2018 17:29:21 -0800 |
parents | 32ed5b6fadd3 |
children | b03d955e391e |
files | hgext3rd/evolve/obshistory.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/evolve/obshistory.py Thu Jan 11 20:03:20 2018 +0530 +++ b/hgext3rd/evolve/obshistory.py Thu Jan 25 17:29:21 2018 -0800 @@ -58,7 +58,7 @@ ] + commands.formatteropts, _('hg olog [OPTION]... [REV]')) def cmdobshistory(ui, repo, *revs, **opts): - """show the obsolescence history of the specified revisions. + """show the obsolescence history of the specified revisions If no revision range is specified, we display the log for the current working copy parent.