[Python-Dev] crosses branches?

skip at pobox.com skip at pobox.com
Tue Mar 22 16:56:10 CET 2011


    Sjoerd> Are you sure the hg pull part worked?

Pretty sure:

    2.7% hg pull
    Enter passphrase for key '/Users/skip/.ssh/id_rsa':
    pulling from ssh://hg@hg.python.org/cpython
    searching for changes
    no changes found
    2.7% cd ../2.6
    2.6% hg pull
    pulling from /Users/skip/src/hgpython/2.7
    searching for changes
    no changes found
    2.6% cd ../2.5
    2.5% hg pull
    pulling from /Users/skip/src/hgpython/2.6
    searching for changes
    no changes found

    Sjoerd> So, try hg pull and the look at the heads again.

Looks the same to me.

Skip


More information about the Python-Dev mailing list