# HG changeset patch # User Martin von Zweigbergk # Date 1516930161 28800 # Node ID 56277182c0295505d2122f70395857c94040c3a1 # Parent 32ed5b6fadd3dd6c58f3b959b93ba4ce4e1812d7 obslog: drop period from summary line in accordance with convention diff -r 32ed5b6fadd3 -r 56277182c029 hgext3rd/evolve/obshistory.py --- 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.