25 [merge-tools] |
25 [merge-tools] |
26 vimdiff.executable = vim |
26 vimdiff.executable = vim |
27 vimdiff.args = -d $base $local $output $other +close +close |
27 vimdiff.args = -d $base $local $output $other +close +close |
28 vimdiff.check = changed, conflicts |
28 vimdiff.check = changed, conflicts |
29 |
29 |
|
30 [committemplate] |
|
31 changeset = {desc}\n\n |
|
32 HG: {extramsg} |
|
33 HG: user: {author}\n{ifeq(p2rev, "-1", "", |
|
34 "HG: branch merge\n") |
|
35 }HG: branch '{branch}'\n{if(currentbookmark, |
|
36 "HG: bookmark '{currentbookmark}'\n") }{subrepos % |
|
37 "HG: subrepo {subrepo}\n" } |
|
38 {splitlines(diff()) % 'HG: {line}\n'} |
30 |
39 |
31 %include ~/.hgrc.local |
40 %include ~/.hgrc.local |