July 17, 2013
5:02 p.m.
On 07/17/2013 06:36 PM, Amaury Forgeot d'Arc wrote:
2013/7/17 Maciej Fijalkowski <fijall@gmail.com <mailto:fijall@gmail.com>>
you go to your checkout (default), you do hg merge <branch name> and then hg diff. if you don't like it, you do hg up -C to clean stuff up. Easy to do in a separate dir (I suggest hg share for that)
Actually I created a Pull Request: https://bitbucket.org/pypy/pypy/pull-request/164/ndarray-subtype-branch-revi... Easy to comment on each diff line.
-- Amaury Forgeot d'Arc Thanks for the review. How do I commit changes? Can I just commit to the branch, or should I do something on the pull request? Matti