Changeset 5256:80f1331abec2

Show
Ignore:
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:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/devel-notes.txt

    r4949 r5256  
    77versions go to that mailing list, as go technical discussions and 
    88patches. 
     9 
     10Patches should, if possible, be made using Mercurial against 
     11the latest revision. 
    912 
    1013You'll need several GNU development utilities for working on mutt: 
     
    122125------------------------------ 
    123126 
    124 Once you've checked out a copy of the source from Mercurial, or changed your 
     127The official Mercurial repository is located at: 
     128http://dev.mutt.org/hg/mutt/. You can get a fresh clone via: 
     129 
     130  $ hg clone http://dev.mutt.org/hg/mutt/ mutt 
     131 
     132As a result of CVS-to-Mercurial conversion, you need to do: 
     133 
     134  $ hg update -C HEAD 
     135 
     136in the cloned directory. 
     137 
     138Once you've checked out a copy of the source, or changed your 
    125139automake version, you'll need to run the script called './prepare' that 
    126140is in the root directory.  The script does all the automake/autoconf