#7086: vanilla hg vs. "sage -hg"
----------------------+-----------------------------------------------------
Reporter: hemmecke | Owner: cwitty
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.3
Component: misc | Keywords: hg
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
Vanilla hg accepts something like
hg commit -m 'some comment'
However, if hg is a script that calls "sage -hg" (like /usr/local/bin/hg
on sage.math.washington.edu), then the above command does not work.
The following was issued on the above server:
mkdir a
cd a
hg init
echo "abc def" > abc
hg add abc
hg commit -m 'some comment'
comment: No such file or directory
abort: file comment not found!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7086>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---