Some Projects that Use Mercurial
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 07 Nov 2010 22:24:33 +0200
changeset 674 6429d14cfc2a
parent 673 faa365425ff0
child 675 47d4ad70738f
Some Projects that Use Mercurial
hg.rst
--- a/hg.rst	Sun Nov 07 22:20:04 2010 +0200
+++ b/hg.rst	Sun Nov 07 22:24:33 2010 +0200
@@ -1,6 +1,11 @@
 -*- mode: outline; coding: utf-8 -*-
 
-* Useful customization.
+* About.
+
+    http://mercurial.selenic.com/wiki/ProjectsUsingMercurial
+                Some Projects that Use Mercurial
+
+* User config.
 
 Put to your ~/.hgrc:
 
@@ -50,6 +55,11 @@
   [defaults]
   log = -f
 
+* Publishing config.
+
+  http://mercurial.selenic.com/wiki/PublishingRepositories
+                Publishing Mercurial Repositories
+
 * Manage patches with MQ.
 
 First enable MQ, add following to your ~/.hgrc: