diff hgext/absorb.py @ 38932: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 8460c3cbca7e
children 19344143b3e1
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,