37 logcust.user = cyan |
37 logcust.user = cyan |
38 logcust.decorate = yellow |
38 logcust.decorate = yellow |
39 changeset.draft = dim |
39 changeset.draft = dim |
40 changeset.secret = dim underline |
40 changeset.secret = dim underline |
41 |
41 |
|
42 [templates] |
|
43 logcust = "{phaseset} -{label('logcust.decorate', decorate)} {desc|strip|firstline} {label('logcust.date', "({date|age})")} {label('logcust.user' , "<{author|person}>")}\n" |
|
44 |
42 [templatealias] |
45 [templatealias] |
43 phaseset = "{label("changeset.{phase}", rev)}:{label('log.changeset', node|short)}" |
46 phaseset = "{label("changeset.{phase}", rev)}:{label('log.changeset', node|short)}" |
44 decorate = "{if(branches, " ({branches})")}{if(tags, " <{tags}>")}{if(bookmarks, " [{bookmarks}]")}" |
47 decorate = "{if(branches, " ({branches})")}{if(tags, " <{tags}>")}{if(bookmarks, " [{bookmarks}]")}{if(topics, " @{topics}")}" |
45 |
48 |
46 [committemplate] |
49 [committemplate] |
47 changeset = {desc}\n\n |
50 changeset = {desc}\n\n |
48 HG: {extramsg} |
51 HG: {extramsg} |
49 HG: user: {author}\n{ifeq(p2rev, "-1", "", |
52 HG: user: {author}\n{ifeq(p2rev, "-1", "", |