D4126: absorb: remove sf alias for command

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Mon Aug 6 16:00:36 UTC 2018


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  I'm not even sure what it is supposed to stand for.

REPOSITORY
  rHG Mercurial

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
Cc: mercurial-devel


More information about the Mercurial-devel mailing list