D4126: absorb: remove sf alias for command

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Mon Aug 6 17:04:01 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG80749ff64ef4: absorb: remove sf alias for command (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4126?vs=9993&id=10014

REVISION DETAIL
  https://phab.mercurial-scm.org/D4126

AFFECTED FILES
  hgext/absorb.py

CHANGE DETAILS

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
 
- at command('^absorb|sf',
+ at command('^absorb',
          [('p', 'print-changes', None,
            _('print which changesets are modified by which changes')),
           ('i', 'interactive', None,



To: indygreg, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list