From: Panu Matilainen Date: Mon, 3 Sep 2007 05:49:38 +0000 (+0300) Subject: Don't show merges in dist tarball changelog. X-Git-Tag: rpm-4.6.0-rc1~1968^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e27bbb931aae7457d1f02adddc6f4330db890845;p=platform%2Fupstream%2Frpm.git Don't show merges in dist tarball changelog. They're not interesting to somebody viewing what has changed... --- diff --git a/Makefile.am b/Makefile.am index 0e85fcd..6a23cc3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -228,6 +228,6 @@ cref: ctags cscope .PHONY: ChangeLog ChangeLog: - hg log -v > ChangeLog + hg log --no-merge -v > ChangeLog ACLOCAL_AMFLAGS = -I m4