# HG changeset patch # User Steve Losh # Date 1243748049 14400 # Node ID 376d2be05f8042aeb17e5d6d4a6c71c0d0424912 # Parent da2751a0739fc0101d84a744bfbbd85c06306df2 Add git = True to the diff section, and sim default for addremove. diff -r da2751a0739f -r 376d2be05f80 .hgrc --- a/.hgrc Sun Apr 26 17:37:34 2009 -0400 +++ b/.hgrc Sun May 31 01:34:09 2009 -0400 @@ -13,6 +13,9 @@ color = alias = +[diff] +git = True + [color] status.modified = cyan bold status.added = green bold @@ -26,6 +29,7 @@ [defaults] glog = -l7 --template 'changeset: {rev}:{node|short} {tags}\nsummary: {desc|firstline|fill68|tabindent|tabindent}\n\n' -diff = --color always +diff = --color always status = --color always -serve = --style=gitweb +serve = --style=gitweb +addremove = --similarity 100