Defect #27790
mercurial: error of double quotes in branch and tag names
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | 4.2.0 | |||
Resolution: | Fixed | Affected version: |
Description
Hello.
I have redmine 3.4.3 installation.
Redmine can`t handle mercurial branches with double quotes, it throws an error after parsing with ActiveSupport::XmlMini.parse(xml):
hg: error during getting info: undefined method `[]' for nil:NilClass
because "xml" variable contains string like this:
<branch revision=\"138\" node=\"8a17814e772e4a41b9c2480e047dce7d9181a39e\" name=\"\"TestBranch\"\"/>
My solution is to replace double quotes in branch name with
"in redminehelper.py, .patch is in attach.
Associated revisions
scm: mercurial: escape branch and tag names (#27790)
scm: mercurial: add double quote branch and tag name to test repository (#27790)
History
#1
Updated by Toshi MARUYAMA over 2 years ago
- Tracker changed from Patch to Defect
- Subject changed from mercurial - fix double quotes in branch names to mercurial: error of double quotes in branch and tag names
- Status changed from New to Closed
- Target version set to 4.2.0
- Resolution set to Fixed
Fixed by r19765.