Previously, the --confirm text could have colors but the main phabsend
does not. This patch adjusts the main command so it also has colors.
A default color table was added so the colors are visible by default.
Details
Details
- Reviewers
indygreg yuja - Group Reviewers
hg-reviewers - Commits
- rHG941c33cfde81: phabricator: standardize colors
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
contrib/phabricator.py | ||
---|---|---|
444 | I suspect Python 3 won't be happy with this. You probably want bytes(). |
contrib/phabricator.py | ||
---|---|---|
444 | Good to know bytes could be used here! |
contrib/phabricator.py | ||
---|---|---|
443 | You'll need a mapping from action to _('...'). gettext isn't smart |
You'll need a mapping from action to _('...'). gettext isn't smart
to capture all possible action values.