# HG changeset patch # User Gregory Szorc # Date 1533571226 25200 # Node ID 205efbf656c2ce930169d0a6a4d18405cd21fad3 # Parent 382b055cc35811e601bcd9113392cc45a0464886 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 diff -r 382b055cc358 -r 205efbf656c2 hgext/absorb.py --- 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, diff -r 382b055cc358 -r 205efbf656c2 tests/test-absorb.t --- 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'