hg.rst
changeset 817 df347f6a491f
parent 815 4e8e511bd02e
child 818 f73cf47ef8f6
--- a/hg.rst	Fri Feb 18 16:32:57 2011 +0200
+++ b/hg.rst	Fri Feb 18 16:39:21 2011 +0200
@@ -27,10 +27,12 @@
 Put to your ~/.hgrc:
 
   [extensions]
-  ; To allow fetch command.
+  ; To allow 'fetch' command.
   fetch =
   ; To allow Mercurial Queues.
   hgext.mq =
+  ; Enable '.hgeol' tracking (fix for CR/LF).
+  eol =
 
 ** Multiline log message for log command.