This is a follow-up to https://phab.mercurial-scm.org/D464 that introduced the
new file extension behavior. It erroneously changed .diff to .diff.hg.txt.
Details
Details
- Reviewers
durin42 ryanmce quark yuja - Group Reviewers
hg-reviewers - Commits
- rHG3c82b14d2838: editor: file created for diff action should have .diff suffix
Verified make tests passes, particularly test-editor-filename.t.
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
Remove bin/bash shebang as @quark says this should fix the FreeBSD issue and should generally be banned from integration tests.
Comment Actions
I dropped the shebang fix and queued, thanks.
tests/test-editor-filename.t | ||
---|---|---|
8 | This works, but seems not nice to force the kernel to detect |
This works, but seems not nice to force the kernel to detect
the type of executable. I'll send a follow up.