Output the changeset hash with the warning/abort message just to know where things messed up.
Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHG3fff6f30bd7f: releasenotes: mention changeset with warning and abort
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
hgext/releasenotes.py | ||
---|---|---|
315 | or ctx.hex() |
hgext/releasenotes.py | ||
---|---|---|
315 | That's also okay. str(ctx) = ctx.hex()[:12] |
No need for node.hex(ctx.node()), just use ctx.