Mercurial > hg > easyhg
diff mainwindow.cpp @ 52:384420567575
* Use the date when laying out rows
author | Chris Cannam |
---|---|
date | Fri, 12 Nov 2010 11:32:01 +0000 |
parents | bf3ab0ffb559 |
children | 3c46b2ac45d3 |
line wrap: on
line diff
--- a/mainwindow.cpp Thu Nov 11 22:27:24 2010 +0000 +++ b/mainwindow.cpp Fri Nov 12 11:32:01 2010 +0000 @@ -126,7 +126,7 @@ QStringList params; params << "log"; params << "--template"; - params << "id: {rev}:{node|short}\\nauthor: {author}\\nbranch: {branches}\\ntag: {tag}\\ndatetime: {date|isodate}\\nage: {date|age}\\nparents: {parents}\\ncomment: {desc|json}\\n\\n"; + params << "id: {rev}:{node|short}\\nauthor: {author}\\nbranch: {branches}\\ntag: {tag}\\ndatetime: {date|isodate}\\ntimestamp: {date|hgdate}\\nage: {date|age}\\nparents: {parents}\\ncomment: {desc|json}\\n\\n"; runner -> startProc(getHgBinaryName(), workFolderPath, params); runningAction = ACT_LOG;