absorb: remove sf alias for command
authorGregory Szorc <gregory.szorc@gmail.com>
Mon, 06 Aug 2018 09:00:26 -0700
changeset 38932 205efbf656c2
parent 38930 382b055cc358
child 38933 9134c4e46084
absorb: remove sf alias for command I'm not even sure what it is supposed to stand for. Differential Revision: https://phab.mercurial-scm.org/D4126
hgext/absorb.py
tests/test-absorb.t
--- a/hgext/absorb.py	Sun Feb 25 21:04:33 2018 +0900
+++ b/hgext/absorb.py	Mon Aug 06 09:00:26 2018 -0700
@@ -940,7 +940,7 @@
             ui.write(_('nothing applied\n'))
     return state
 
-@command('^absorb|sf',
+@command('^absorb',
          [('p', 'print-changes', None,
            _('print which changesets are modified by which changes')),
           ('i', 'interactive', None,
--- a/tests/test-absorb.t	Sun Feb 25 21:04:33 2018 +0900
+++ b/tests/test-absorb.t	Mon Aug 06 09:00:26 2018 -0700
@@ -300,7 +300,7 @@
   > addnoise=1
   > EOF
 
-  $ hg --config absorb.maxstacksize=3 sf
+  $ hg --config absorb.maxstacksize=3 absorb
   absorb: only the recent 3 changesets will be analysed
   2 of 2 chunk(s) applied
   $ hg log -T '{rev}:{node|short} {desc} {get(extras, "absorb_source")}\n'