Skip to content

"sage -hg" does not handle quoting correctly #2656

@sagetrac-cwitty

Description

@sagetrac-cwitty

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions