On Mon, Aug 6, 2012 at 2:36 AM, Chris Smith <[email protected]> wrote:
> I just tried the pull a specific branch and got the following:
>
> $ git pull-request 1462
> loading pull request info for request 1462...
>
> ←[0;32mREQUEST 1462←[0m - combsimp fix
>     ←[0;33msmichr:combsimp←[0m
>     by smichr ←[0;31m2012-08-04←[0m
>     ←[0;34mhttps://github.com/sympy/sympy/pull/1462←[0m
>
> ←[1;31mThe pull request is based on branch 'master' but you're on '' 
> currently←[
> 0m
>
> chriss@CHRIS-LT ~/sympy (master)
> $ git pull
> Already up-to-date.

This is what I got:

ondrej@hawk:~/repos/sympy(master)$ git pull-request 1462
loading pull request info for request 1462...

REQUEST 1462 - combsimp fix
    smichr:combsimp
    by smichr 2012-08-04
    https://github.com/sympy/sympy/pull/1462

Switched to branch 'pull-request-1462'
pulling from git://github.com/smichr/sympy.git (combsimp)
remote: Counting objects: 32, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 18 (delta 16), reused 18 (delta 16)
Unpacking objects: 100% (18/18), done.
>From git://github.com/smichr/sympy
 * branch            combsimp   -> FETCH_HEAD
Updating 65b6582..f99e8de
Fast-forward
 sympy/core/add.py                     |   11 +-
 sympy/core/basic.py                   |    9 ++
 sympy/core/expr.py                    |   19 +--
 sympy/core/mul.py                     |   21 +++
 sympy/core/sets.py                    |    4 +-
 sympy/core/tests/test_basic.py        |    2 +
 sympy/simplify/simplify.py            |  235 +++++++++++++++++----------------
 sympy/simplify/tests/test_simplify.py |    4 +-
 8 files changed, 170 insertions(+), 135 deletions(-)

done. examine changes and merge into master if good
ondrej@hawk:~/repos/sympy(pull-request-1462)$


Ondrej

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to