This adds a new item in the json/template output for morestatus and added item
types to all entries.
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGaac921f54554: status: outputting structured unfinished-operation information
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
mercurial/configitems.py | ||
---|---|---|
247 | I'm fine with removing the config option, but will let yuja reply first. |
mercurial/configitems.py | ||
---|---|---|
247 | I also support not adding a second config option and just adding content that's from the morestatus config. |
Applying this on top of D7605 failed. So unfortunately you have to rebase again and resend. Also, I think you are pip install black away from preventing such conflicts.
IMO the whole morestatus functionality is already behind a config option, so lets not have a config option just for that.
But I am not sure whether this change is a BC or not. I believe @yuja might have thoughts here.