From a5a05f7025800d729ad066207a3dc6297ef4da93 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 2 Jul 2010 00:42:19 +0100 Subject: [PATCH] Makefile: Stop generated ChangeLog at v1.2.rc1. If someone wants full history, they can get it from hg. --HG-- branch : HEAD --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b6e95909bb..d037258501 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ pkglib_DATA = $(datafiles) if MAINTAINER_MODE ChangeLog: .hg/dirstate - hg log --style=changelog > ChangeLog + hg log -r tip:fef8259e7277 --style=changelog > ChangeLog endif aclocal_DATA = dovecot.m4 -- 2.47.3