Mercurial > hg-stable
changeset 38970:205efbf656c2
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
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 06 Aug 2018 09:00:26 -0700 |
parents | 382b055cc358 |
children | 9134c4e46084 |
files | hgext/absorb.py tests/test-absorb.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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'