On Fri, Jul 11, 2008 at 9:42 AM, John Cremona <[EMAIL PROTECTED]> wrote:
>
> 2008/7/11 David Joyner <[EMAIL PROTECTED]>:
>>
>> Hi:
>>
>> The following gives a "patch not under root" abort error which I was
>> wondering
>> if anyone could explain.
>>
>> (1) I create a clone
>> (2) download a patch from trac (by clicking on the link at the bottom
>> of the patch
>> page and selecting download)
>> (3) start the cloned sage and type
>> sage: hg_sage.add("full-path-to/the.patch")
>>
>
> When I do that I use hg_sage.apply() rather than add(). Are they different?
Add and apply are totally different.
add -- add a new file to the repo
apply -- apply a patch or bundle to the repo.
--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---