Follow history ever when file copied.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 26 Feb 2010 23:45:14 +0200
changeset 311 e3d3fd4c128b
parent 310 4af75f7ab947
child 312 f2fafacd39e6
Follow history ever when file copied.
hg.rst
--- a/hg.rst	Fri Feb 26 23:45:00 2010 +0200
+++ b/hg.rst	Fri Feb 26 23:45:14 2010 +0200
@@ -13,6 +13,18 @@
   [defaults]
   log = -v
 
+** Follow history ever when file copied.
+
+By default 'hg log' show only history after last file copy. To see log message
+before copying run:
+
+  $ hg log -f
+
+or put into ~/.hgrc:
+
+  [defaults]
+  log = -f
+
 * Manage patches with MQ.
 
 First enable MQ, add following to your ~/.hgrc: