A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2011-March/108843.html below:

[Python-Dev] CPython hg transition complete

[Python-Dev] CPython hg transition complete [Python-Dev] CPython hg transition completeskip at pobox.com skip at pobox.com
Sun Mar 6 21:46:32 CET 2011
    Antoine> Yes, there is. You can simply push to your 3.2 repo instead:

    Antoine> $ cd 3.1
    Antoine> $ hg up 3.1    # just in case
    Antoine>  # hack, compile, test
    Antoine> $ hg ci -m "Issue #xxx: nasty bug now fixed"
    Antoine> $ hg push ../3.2
    Antoine> $ cd ../3.2
    Antoine> $ hg up 3.2    # just in case
    Antoine> $ hg merge 3.1
    Antoine>  # compile, test, optionally resolve conflicts
    Antoine> $ hg ci -m "Merge fix for issue #xxx"

Thanks.  I don't understand what the "hg merge 3.1" does.  You already
pushed from 3.1 to ../3.2 then updated in 3.2.  Didn't that make the changes
available?

Skip
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4