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 20 and Version 21 of UsingPidginMercurial


Ignore:
Timestamp:
Jan 11, 2014, 11:31:01 PM (10 years ago)
Author:
MarkDoliner
Comment:

Change links to https

Legend:

Unmodified
Added
Removed
Modified
  • UsingPidginMercurial

    v20 v21  
    11= Using Pidgin Mercurial =
    2 The master copy of the source code for libpurple, Pidgin, Finch, http://pidgin.im/, and http://imfreedom.org/ resides in [http://mercurial.selenic.com/ Mercurial] repositories.
     2The master copy of the source code for libpurple, Pidgin, Finch, https://pidgin.im/, and https://imfreedom.org/ resides in [http://mercurial.selenic.com/ Mercurial] repositories.
    33
    44== Public Read-only Access ==
    5 All public Pidgin Mercurial repositories are available via HTTP/HTTPS from [http://hg.pidgin.im http://hg.pidgin.im].
     5All public Pidgin Mercurial repositories are available via HTTP/HTTPS from [https://hg.pidgin.im https://hg.pidgin.im].
    66
    77{{{
    8 hg clone http://hg.pidgin.im/pidgin/main pidgin-main
     8hg clone https://hg.pidgin.im/pidgin/main pidgin-main
    99}}}
    1010
     
    160160
    161161=== Hooks ===
    162  * [http://hg.pidgin.im/util/hg_hooks/file/tip/pushlog.py pushlog.py] tweaked version of a mozilla hook to keep track of who pushed a particular revision
     162 * [https://hg.pidgin.im/util/hg_hooks/file/tip/pushlog.py pushlog.py] tweaked version of a mozilla hook to keep track of who pushed a particular revision
    163163  * This is registered globally as `'changelog.pushlog'` for both the `hg` user and mercurial-server
    164  * [http://hg.pidgin.im/util/hg_hooks/file/tip/author_email_hook.py author_email_hook.py] verify that incoming commit authors are in the form of an email address - `'user@domain.tld'` or `'User Name <user@domain.tld>'`
     164 * [https://hg.pidgin.im/util/hg_hooks/file/tip/author_email_hook.py author_email_hook.py] verify that incoming commit authors are in the form of an email address - `'user@domain.tld'` or `'User Name <user@domain.tld>'`
    165165  * This is registered globally as `'pretxnchangegroup.authorcheck'` for both the `hg` user and mercurial-server
    166  * [http://hg.pidgin.im/util/hg_hooks/file/tip/notify_repo_sync.sh notify_repo_sync.sh] trigger a sync in the background with the notification repo to trigger email and cia notifications
     166 * [https://hg.pidgin.im/util/hg_hooks/file/tip/notify_repo_sync.sh notify_repo_sync.sh] trigger a sync in the background with the notification repo to trigger email and cia notifications
    167167  * This is registered globally as `'changegroup.notify_sync'` for both the `hg` user and mercurial-server
    168  * [http://hg.pidgin.im/util/hg_hooks/file/tip/notify.py notify.py] slightly tweaked version of the built-in hg hook to facilitate using a separate repo for driving the notifications
     168 * [https://hg.pidgin.im/util/hg_hooks/file/tip/notify.py notify.py] slightly tweaked version of the built-in hg hook to facilitate using a separate repo for driving the notifications
    169169  * This is registered in the `/srv/mercurial-server/notification-repo/` (which isn't served anywhere)
    170  * [http://hg.pidgin.im/util/hg_hooks/file/tip/hgcia.py hgcia.py] slightly tweaked version of the built-in hg hook for CIA bot notification
     170 * [https://hg.pidgin.im/util/hg_hooks/file/tip/hgcia.py hgcia.py] slightly tweaked version of the built-in hg hook for CIA bot notification
    171171  * This is registered in the `/srv/mercurial-server/notification-repo/` (which isn't served anywhere)
    172172
    173173=== hgweb stuff ===
    174  * [http://hg.pidgin.im/util/mozilla-pushlog/ pushlog extension] extension to expose pushlog information gathered by the hook to hgweb
    175  * [http://hg.pidgin.im/util/hg_templates/ hgweb templates] slightly tweaked vanilla templates to add pushlog
     174 * [https://hg.pidgin.im/util/mozilla-pushlog/ pushlog extension] extension to expose pushlog information gathered by the hook to hgweb
     175 * [https://hg.pidgin.im/util/hg_templates/ hgweb templates] slightly tweaked vanilla templates to add pushlog
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!