Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHGec0697f4f9c9: absorb: note some TODOs from the code review
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
indygreg |
hg-reviewers |
Lint Skipped |
Unit Tests Skipped |
Path | Packages | |||
---|---|---|---|---|
M | hgext/absorb.py (5 lines) |
Commit | Parents | Author | Summary | Date |
---|---|---|---|---|
Augie Fackler | Aug 1 2018, 6:30 PM |
# make `amend --correlated` a shortcut to the main command | # make `amend --correlated` a shortcut to the main command | ||||
amendflag = correlated | amendflag = correlated | ||||
[color] | [color] | ||||
absorb.node = blue bold | absorb.node = blue bold | ||||
absorb.path = bold | absorb.path = bold | ||||
""" | """ | ||||
# TODO: | |||||
# * Rename config items to [commands] namespace | |||||
# * Converge getdraftstack() with other code in core | |||||
# * move many attributes on fixupstate to be private | |||||
from __future__ import absolute_import | from __future__ import absolute_import | ||||
import collections | import collections | ||||
from mercurial.i18n import _ | from mercurial.i18n import _ | ||||
from mercurial import ( | from mercurial import ( | ||||
cmdutil, | cmdutil, | ||||
commands, | commands, |