Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 24 and Version 25 of UsingPidginMercurial


Ignore:
Timestamp:
May 27, 2018, 2:00:33 AM (6 years ago)
Author:
John Bailey
Comment:

Fix grim's Trello board item about branches.

Legend:

Unmodified
Added
Removed
Modified
  • UsingPidginMercurial

    v24 v25  
    44All public Pidgin Mercurial repositories are available via HTTP/HTTPS from [https://bitbucket.org/pidgin/main bitbucket].
    55
     6== Clone the Repository and Select a Branch ==
     7
     8To start working with Pidgin from Mercurial, you'll probably want to clone our main repository:
     9
    610{{{
    7 hg clone https://bitbucket.org/pidgin/main
     11hg clone https://bitbucket.org/pidgin/main pidgin
    812}}}
     13
     14This will give you a `pidgin` directory with the 3.0.0 development code by default.  If you want to develop against Pidgin 3.0.0, you're all set!
     15
     16Naturally, Pidgin has a number of branches within its repository, and these branches handle various projects including our maintenance of Pidgin 2.x.y.  We won't go into all the branches here, as there are a lot of them, but we know some people would like to work against Pidgin 2.x.y instead of 3.0.0.  In order to do that, clone the repository as above, but then do this:
     17
     18{{{
     19cd pidgin
     20hg up release-2.x.y
     21}}}
     22
     23You now have a Pidgin 2 tree to work with.  Happy hacking!
    924
    1025=== Configure Mercurial ===
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!