obslog: drop period from summary line in accordance with convention
authorMartin von Zweigbergk <martinvonz@google.com>
Thu, 25 Jan 2018 17:29:21 -0800
changeset 3454 56277182c029
parent 3453 32ed5b6fadd3
child 3456 b03d955e391e
obslog: drop period from summary line in accordance with convention
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.