The JSON output of nodechanges will help in automation and to improve editor
integrations such as for Nuclide.
Details
Details
- Reviewers
durin42 dlax yuja - Group Reviewers
hg-reviewers - Commits
- rHGa9cc233de513: histedit: add support to output nodechanges using formatter
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
hgext/histedit.py | ||
---|---|---|
921 | formatteropts should be enought (you don't need --style I guess) |
hgext/histedit.py | ||
---|---|---|
1208 | Can you fix the formatter issue in rebase.py first so we won't Probably we wouldn't want to call hf(oldn) and fl([hf(n)...]) as {key} and {value} in template respectively. I think something |
formatteropts should be enought (you don't need --style I guess)