On Aug 26, 2:53 pm, John Cremona <[email protected]> wrote:
> Interesting -- can you supply more details (and or a reference)?
>
> I have used hg_sage.apply() many times;  how does import_patch() differ?
>
I can. And so can you :-)

sage: hg_sage.apply?
Type:           instancemethod
Base Class:     <type 'instancemethod'>
String Form:    <bound method HG.unbundle of Hg repository 'Sage
Library Source Code' in directory /usr/local/sage/4.1.1/devel/sage>
Namespace:      Interactive
File:           /usr/local/sage/4.1.1/local/lib/python2.6/site-
packages/sage/misc/hg.py
Definition:     hg_sage.apply(self, bundle, update=True, options='')
Docstring:

            Apply patches from a hg patch to the repository.

            If the bundle is a .patch file, instead call the
import_patch
            method. To see what is in a bundle before applying it,
using
            self.incoming(bundle).

            INPUT:


            -  ``bundle`` - an hg bundle (created with the bundle
               command)

            -  ``update`` - if True (the default), update the
               working directory after unbundling.

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to