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:
-
Jan 11, 2014, 11:31:01 PM (10 years ago)
- Author:
-
MarkDoliner
- Comment:
-
Change links to https
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v20
|
v21
|
|
1 | 1 | = 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. |
| 2 | The 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. |
3 | 3 | |
4 | 4 | == Public Read-only Access == |
5 | | All public Pidgin Mercurial repositories are available via HTTP/HTTPS from [http://hg.pidgin.im http://hg.pidgin.im]. |
| 5 | All public Pidgin Mercurial repositories are available via HTTP/HTTPS from [https://hg.pidgin.im https://hg.pidgin.im]. |
6 | 6 | |
7 | 7 | {{{ |
8 | | hg clone http://hg.pidgin.im/pidgin/main pidgin-main |
| 8 | hg clone https://hg.pidgin.im/pidgin/main pidgin-main |
9 | 9 | }}} |
10 | 10 | |
… |
… |
|
160 | 160 | |
161 | 161 | === 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 |
163 | 163 | * 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>'` |
165 | 165 | * 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 |
167 | 167 | * 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 |
169 | 169 | * 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 |
171 | 171 | * This is registered in the `/srv/mercurial-server/notification-repo/` (which isn't served anywhere) |
172 | 172 | |
173 | 173 | === 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!