#8703: Combinatorial Rooted Ordered and Binary Trees
-----------------------------------------------------+----------------------
       Reporter:  hivert                             |         Owner:  hivert   
   
           Type:  enhancement                        |        Status:  
needs_review
       Priority:  major                              |     Milestone:  sage-5.8 
   
      Component:  combinatorics                      |    Resolution:           
   
       Keywords:  trees, Cernay2012                  |   Work issues:           
   
Report Upstream:  N/A                                |     Reviewers:           
   
        Authors:  Florent Hivert, Frédéric Chapoton  |     Merged in:           
   
   Dependencies:  #8702                              |      Stopgaps:           
   
-----------------------------------------------------+----------------------

Comment (by stumpc5):

 Replying to [comment:41 darij]:
 > Thank you, at least I've got the trees patch on my machine now... too
 bad hg still considers the patch itself, rather than only my meager
 additions to it, as my changes. Well, I guess it's easier if you just show
 me the right workflow in Providence in about 2 days; I'm groping in the
 dark for now as far as hg mq is concerned.

 Okay. After the above steps, you have to start a new patch
 {{{
 $ hg qnew trac_8703-trees_addition-dg.patch
 }}}
 and then you do your changes. Afterwards, you can review which files you
 have changed
 {{{
 $ hg status
 }}}
 and what you changed
 {{{
 $ hg diff
 }}}
 If you are happy with your changes, save them in the path using
 {{{
 $ hg qrefresh
 }}}
 and save this patch in your home folder
 {{{
 $ hg export tip > ~/trac_8703-trees_addition-dg.patch
 }}}
 Finally, upload it to trac!

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8703#comment:42>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to