# HG changeset patch # User Oleksandr Gavenko # Date 1267220714 -7200 # Node ID e3d3fd4c128b52a970429bb0379cf23383daf02e # Parent 4af75f7ab9471ca5159b9b4d52647c158588dcee Follow history ever when file copied. diff -r 4af75f7ab947 -r e3d3fd4c128b 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: