On Thu, Aug 1, 2013 at 11:26 AM, Thilina Rathnayake <[email protected]> wrote: > The branch I used to commit code for binary quadratics is already merged. > Currently I am working in the branch "Diophantine_Equation_Module_II" > which I have been using to commit the code for ternary quadratic equations. > It's not merged. > > I need to change some code in the binary quadratic equations. So, should I > commit > those changes in the same branch I use to commit code for ternary quadratics > or > start a new branch? This is not a huge issue but making both changes in the > same branch > might be confusing.
I would make a second branch, based on the first one. That way, if you want to later merge them, you can easily do that. Is there a reason why we cannot merge Diophantine_Equation_Module_II yet? Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy. For more options, visit https://groups.google.com/groups/opt_out.
