hgext3rd/evolve/obshistory.py
changeset 2416 23c0bef0b5d4
parent 2415 89a5dabbb43d
child 2418 4993d1812311
--- a/hgext3rd/evolve/obshistory.py	Thu May 18 18:04:47 2017 +0200
+++ b/hgext3rd/evolve/obshistory.py	Thu May 18 18:18:01 2017 +0200
@@ -25,11 +25,11 @@
 eh = exthelper.exthelper()
 
 @eh.command(
-    '^debugobshistory',
+    'olog',
     [('G', 'graph', True, _("show the revision DAG")),
      ('r', 'rev', [], _('show the specified revision or revset'), _('REV'))
     ] + commands.formatteropts,
-    _('hg debugobshistory [OPTION]... [REV]'))
+    _('hg olog [OPTION]... [REV]'))
 def cmdobshistory(ui, repo, *revs, **opts):
     """show the obsolescence history of the specified revisions.