hgforest.sh mishandles arguments with spaces

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: None
    • Component/s: 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

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

                Created:
                Updated:
                Resolved: