# HG changeset patch # User Oleksandr Gavenko # Date 1451812974 -7200 # Node ID 3880fb7d6d2ad3f4f11b36f15e9af94f6cf6a7a6 # Parent 9b224b68c1e1b8b162e98af157d7144d6a7d06e5 Author statistic. diff -r 9b224b68c1e1 -r 3880fb7d6d2a hg.rst --- a/hg.rst Sat Jan 02 20:10:31 2016 +0200 +++ b/hg.rst Sun Jan 03 11:22:54 2016 +0200 @@ -500,6 +500,13 @@ $ hg log -r "sort(tag() and ancestors($REV),-date)" $ hg log -r $REV --template "{latesttag}-{latesttagdistance}-{node|short}\n" +Author statistic. +================= + +Ecanle extention ``churn`` and run:: + + $ hg churn + Hooks. ======