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 3 and Version 4 of UsingPidginMercurial


Ignore:
Timestamp:
Jun 12, 2012, 4:46:49 AM (12 years ago)
Author:
datallah
Comment:

further updates - add instructions for using a 'default-push' [paths] entry

Legend:

Unmodified
Added
Removed
Modified
  • UsingPidginMercurial

    v3 v4  
    66
    77== Anonymous Pull (Non-Developers) ==
    8 All Pidgin Mercurial repositories will be available via HTTP.  As we are not yet using Mercurial, this is not yet available.
     8All Pidgin Mercurial repositories will be available via HTTP from [http://hg.pidgin.im http://hg.pidgin.im].
    99
    1010== Developers ==
     
    2424
    2525Once initial clones are done, pulls are a simple matter of running `hg pull` within your working copy.  You may optionally add `-u` to have your checkout automatically updated if possible.
     26
     27Alternatively, you can clone the repository via http and add a `default-push` line to the `[paths]` section of the repository's `.hg/hgrc` file:
     28  * With SSH config above: `default-push ssh://hg.pidgin.im/path/to/repo`
     29  * Without SSH config above: `default-push ssh://hg@hg.pidgin.im/path/to/repo`
    2630
    2731Pushes are a simple matter of `hg push` within your working copy.  If you need to push a new repository, you must clone:
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!