Changeset 5256:80f1331abec2
- Timestamp:
- 2007-11-01 06:33:12 (15 months ago)
- Author:
- Rocco Rutte <pdmef@…>
- Branch:
- HEAD
- Message:
-
devel-notes.txt: Mention where hg repo is, how to clone and update
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4949
|
r5256
|
|
| 7 | 7 | versions go to that mailing list, as go technical discussions and |
| 8 | 8 | patches. |
| | 9 | |
| | 10 | Patches should, if possible, be made using Mercurial against |
| | 11 | the latest revision. |
| 9 | 12 | |
| 10 | 13 | You'll need several GNU development utilities for working on mutt: |
| … |
… |
|
| 122 | 125 | ------------------------------ |
| 123 | 126 | |
| 124 | | Once you've checked out a copy of the source from Mercurial, or changed your |
| | 127 | The official Mercurial repository is located at: |
| | 128 | http://dev.mutt.org/hg/mutt/. You can get a fresh clone via: |
| | 129 | |
| | 130 | $ hg clone http://dev.mutt.org/hg/mutt/ mutt |
| | 131 | |
| | 132 | As a result of CVS-to-Mercurial conversion, you need to do: |
| | 133 | |
| | 134 | $ hg update -C HEAD |
| | 135 | |
| | 136 | in the cloned directory. |
| | 137 | |
| | 138 | Once you've checked out a copy of the source, or changed your |
| 125 | 139 | automake version, you'll need to run the script called './prepare' that |
| 126 | 140 | is in the root directory. The script does all the automake/autoconf |