diff --git a/hgext/absorb.py b/hgext/absorb.py --- a/hgext/absorb.py +++ b/hgext/absorb.py @@ -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,