evolve: adding longer aliases for olog
authorRodrigo Damazio Bovendorp <rdamazio@google.com>
Thu, 18 May 2017 22:40:17 -0700
changeset 2441 80b5fc054219
parent 2440 0fa7971071b1
child 2444 29fd3eec625c
evolve: adding longer aliases for olog Novice users will likely find the longer versions more obvious to understand what they're doing (olog only makes sense once you already know what it does). Especially on the help page, "obslog" will be easier to find and make sense of.
README
hgext3rd/evolve/obshistory.py
tests/test-evolve-obshistory.t
--- a/README	Fri May 19 11:16:22 2017 +0200
+++ b/README	Thu May 18 22:40:17 2017 -0700
@@ -112,6 +112,11 @@
 Changelog
 =========
 
+6.2.3 - in progress
+-------------------
+
+ - olog: add an 'obslog' alias
+
 6.2.0 -- 2017-05-18
 -------------------
 
--- 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,
--- a/tests/test-evolve-obshistory.t	Fri May 19 11:16:22 2017 +0200
+++ b/tests/test-evolve-obshistory.t	Thu May 18 22:40:17 2017 -0700
@@ -59,7 +59,7 @@
   x  471f378eab4c (1) A0
        rewritten by test (*20*) as 4ae3a4151de9 (glob)
   
-  $ hg olog 4ae3a4151de9 --no-graph -Tjson | python -m json.tool
+  $ hg obslog 4ae3a4151de9 --no-graph -Tjson | python -m json.tool
   [
       {
           "debugobshistory.markers": [],
@@ -86,7 +86,7 @@
           "debugobshistory.shortdescription": "A0"
       }
   ]
-  $ hg olog --hidden 471f378eab4c
+  $ hg obslog --hidden 471f378eab4c
   x  471f378eab4c (1) A0
        rewritten by test (*20*) as 4ae3a4151de9 (glob)