From 06ea46eea1d3bc963375fb036d1bb8198dd490c9 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 23 Nov 2012 19:55:35 +0100 Subject: [PATCH] Update ./createchangelog to make it only show changes on unreal34 branch. --- createchangelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/createchangelog b/createchangelog index 89514c7f6..b0cacf9ef 100755 --- a/createchangelog +++ b/createchangelog @@ -4,7 +4,8 @@ # We still filter translated doc changes as to not polute the # changelog too much. -hg log -r a673dd0f7b37: --style changelog --template '[{date|shortdate}] {author} ({node|short}):\n- {desc}\n\n' \ --X 'doc/unreal32docs.*.html' -X 'doc/help.*.conf' -X 'doc/example.*.conf' -X 'include/version.h'|sed 's/^- - /- /g' >Changes +hg log -r : --style changelog --template '[{date|shortdate}] {author} ({node|short}):\n- {desc}\n\n' \ +-b unreal34 -X 'doc/unreal32docs.*.html' -X 'doc/help.*.conf' -X 'doc/example.*.conf' -X 'include/version.h'|\ +sed 's/^- - /- /g' >Changes echo "Done. File 'Changes' now contains the full version history"