Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8067631

hgforest.sh mishandles arguments with spaces

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • infrastructure
    • 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

              smarks Stuart Marks
              smarks Stuart Marks
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: