# HG changeset patch # User Meredith Howard # Date 1497138519 14400 # Node ID 0e927f9c141aca70ee6da4b4e2ce55283863155c # Parent 724683559a3201fcd0bc3bed07ee5b2aab2f31b5 Sadly, this is hg >= 4.2 only diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -56,11 +56,8 @@ changeset = {desc}\n\n "HG: branch merge\n") }HG: branch '{branch}'\n{if(currentbookmark, "HG: bookmark '{currentbookmark}'\n") }{subrepos % - "HG: subrepo {subrepo}\n" }{if(files, - "HG: ------------------------ >8 ------------------------ - HG: Do not touch the line above. - HG: Everything below will be removed. - {diff()}", "HG: no files changed")} + "HG: subrepo {subrepo}\n" } + {splitlines(diff()) % 'HG: {line}\n'} %include ~/.hgext/hgrc %include ~/.hgrc.local