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.
- 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
-
v24
|
v25
|
|
4 | 4 | All public Pidgin Mercurial repositories are available via HTTP/HTTPS from [https://bitbucket.org/pidgin/main bitbucket]. |
5 | 5 | |
| 6 | == Clone the Repository and Select a Branch == |
| 7 | |
| 8 | To start working with Pidgin from Mercurial, you'll probably want to clone our main repository: |
| 9 | |
6 | 10 | {{{ |
7 | | hg clone https://bitbucket.org/pidgin/main |
| 11 | hg clone https://bitbucket.org/pidgin/main pidgin |
8 | 12 | }}} |
| 13 | |
| 14 | This 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 | |
| 16 | Naturally, 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 | {{{ |
| 19 | cd pidgin |
| 20 | hg up release-2.x.y |
| 21 | }}} |
| 22 | |
| 23 | You now have a Pidgin 2 tree to work with. Happy hacking! |
9 | 24 | |
10 | 25 | === 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!