With the Python3 change, the string is now something like
version = b'4.6.2+848-88be288e8ac1'
where it was previously just:
version = '4.6.2+848-88be288e8ac1'
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG25880ddf9a86: macosx: fixing macOS version generation after db9d1dd01bf0
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
Er, actually, let me fix this again - this unbreaks the build but generates packages like 'Mercurial-"4.6.2+674-f83600efa1ca-macosx10.13.dmg'.
Comment Actions
Hmm and nevermind, the weird package name doesn't reproduce on a vanilla hg build, you can go ahead and review.
Comment Actions
Great question, no idea :) I took the minimal fix approach to reduce the change of further breaking it.