hgext3rd/evolve/obshistory.py
changeset 2441 80b5fc054219
parent 2418 4993d1812311
child 2446 4b2f4da124a2
--- a/hgext3rd/evolve/obshistory.py	Fri May 19 11:16:22 2017 +0200
+++ b/hgext3rd/evolve/obshistory.py	Thu May 18 22:40:17 2017 -0700
@@ -25,7 +25,7 @@
 eh = exthelper.exthelper()
 
 @eh.command(
-    'olog',
+    'obslog|olog',
     [('G', 'graph', True, _("show the revision DAG")),
      ('r', 'rev', [], _('show the specified revision or revset'), _('REV'))
     ] + commands.formatteropts,