]> granicus.if.org Git - neomutt/commitdiff
devel-notes.txt: Mention where hg repo is, how to clone and update
authorRocco Rutte <pdmef@gmx.net>
Thu, 1 Nov 2007 13:33:12 +0000 (14:33 +0100)
committerRocco Rutte <pdmef@gmx.net>
Thu, 1 Nov 2007 13:33:12 +0000 (14:33 +0100)
doc/devel-notes.txt

index 7a06eead796285c3285563f4ebed2efe93eae40d..ec845ca92c1d5ab763454e874768bcdc542ea887 100644 (file)
@@ -7,6 +7,9 @@ majordomo@mutt.org).  Announcements about recent development
 versions go to that mailing list, as go technical discussions and
 patches.
 
+Patches should, if possible, be made using Mercurial against
+the latest revision.
+
 You'll need several GNU development utilities for working on mutt:
 
 - autoconf (versions less than 2.59 are unsupported)
@@ -121,7 +124,18 @@ something else.
 Getting started from Mercurial
 ------------------------------
 
-Once you've checked out a copy of the source from Mercurial, or changed your
+The official Mercurial repository is located at:
+http://dev.mutt.org/hg/mutt/. You can get a fresh clone via:
+
+  $ hg clone http://dev.mutt.org/hg/mutt/ mutt
+
+As a result of CVS-to-Mercurial conversion, you need to do:
+
+  $ hg update -C HEAD
+
+in the cloned directory.
+
+Once you've checked out a copy of the source, or changed your
 automake version, you'll need to run the script called './prepare' that
 is in the root directory.  The script does all the automake/autoconf
 magic that needs to be done with a fresh checkout.