]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Minor documentation changes.
authorSimon Ruderich <simon@ruderich.com>
Fri, 29 Aug 2008 18:37:28 +0000 (20:37 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 29 Aug 2008 18:37:28 +0000 (20:37 +0200)
hgrc

diff --git a/hgrc b/hgrc
index 0b581560f8959dafc32ed27dcefa816d5b2bb896..56a1c0a9f70de06802ac0853bf692fcd0ce8c9d7 100644 (file)
--- a/hgrc
+++ b/hgrc
@@ -4,18 +4,16 @@
 [ui]
 username = Simon Ruderich <simon@ruderich.com>
 
-# Loads the listed extensions.
 [extensions]
-# convert other vcs to mercurial:
+# Convert other vcs to mercurial.
 hgext.convert =
-# simplify pull and merge processes:
+# Simplify pull and merge processes.
 hgext.fetch =
-# patch stack support:
+# Patch stack support.
 hgext.mq =
-# partial commit utility:
+# Partial commit utility.
 hgext.record =
 
-# Hooks.
 [hooks]
 # Precommit hook which runs tests if they exist.
 precommit = precommit-runtests