Ticket #2656 (new defect)
"sage -hg" does not handle quoting correctly
| Reported by: | cwitty | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.5.3 |
| Component: | user interface | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
If you use "sage -hg" with arguments containing spaces, like:
sage -hg commit -m "This is my great new code."
then the argument gets split up, so Mercurial sees something more like
hg commit -m This is my great new code.
(and tries to check in files named is,my,great,new,code., with a commit message of "This").
Change History
Note: See
TracTickets for help on using
tickets.
