On 4/23/07, Timothy Clemans <[EMAIL PROTECTED]> wrote:
>
> I am getting the no diffs error with my own patches and I tried to
> import patches with 2.5
>
> sage: hg_sage.import_patch('int_who_prod.hg')
> cd "/home/Timothy/sage-2.5.alpha0/devel/sage" && hg status
> cd "/home/Timothy/sage-2.5.alpha0/devel/sage" && hg status
> cd "/home/Timothy/sage-2.5.alpha0/devel/sage" && hg import
> "/home/Timothy/int_who_prod.hg"
> applying /home/Timothy/int_who_prod.hg
> abort: no diffs found

Try using
   hg_sage.apply('int_who_prod.hg')

import_patch is for plain text patches not patch bundles.
The apply command is smart and should work with both
patch bundles and plain text patches.

William

--~--~---------~--~----~------------~-------~--~----~
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to