An opportunity to give back what I learned. YMMV. On Sunday, March 16, 2014 7:32:28 PM UTC+1, Christian Stump wrote: > > Prequestion 2: What is the default way of checking on which Sage version a > branch on trac is built on? >
The date of the last commit is the simplest way (look at the resp. comment): a brand new commit could have been made from an old branch but not vice versa. If you want to avoid recompilation your procedure should be 1. checkout your develop branch, 2. create branch forking from this, 3. pull the remote branch Regards, Ralf Stephan -- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel. For more options, visit https://groups.google.com/d/optout.
