-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b44
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082029 | emb-9 | Stuart Marks | P4 | Resolved | Fixed | b44 |
hgforest.sh mishandles arguments with spaces.
For example, if you do
sh common/bin/hgforest.sh commit -m "This is my commit comment."
The quoted comment string is broken into separate arguments and causes the commit command to fail.
Workaround: put the comment into a file and do something like
sh common/bin/hgforest.sh commit -l /absolute/path/to/comment.txt
For example, if you do
sh common/bin/hgforest.sh commit -m "This is my commit comment."
The quoted comment string is broken into separate arguments and causes the commit command to fail.
Workaround: put the comment into a file and do something like
sh common/bin/hgforest.sh commit -l /absolute/path/to/comment.txt
- backported by
-
JDK-8082029 hgforest.sh mishandles arguments with spaces
-
- Resolved
-