-
-
Notifications
You must be signed in to change notification settings - Fork 688
Closed
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").
Component: user interface
Issue created by migration from https://trac.sagemath.org/ticket/2656