Mercurial > hg > easyhg
diff easyhg.pro @ 117:d5db15bf250c
* Start to sketch thing that shows the details of a changeset in the history view
author | Chris Cannam |
---|---|
date | Fri, 26 Nov 2010 22:46:29 +0000 |
parents | 807c79350bf1 |
children | 005a54380502 |
line wrap: on
line diff
--- a/easyhg.pro Fri Nov 26 22:06:52 2010 +0000 +++ b/easyhg.pro Fri Nov 26 22:46:29 2010 +0000 @@ -17,6 +17,7 @@ hgrunner.h \ changeset.h \ changesetitem.h \ + changesetdetailitem.h \ logparser.h \ panner.h \ panned.h \ @@ -42,6 +43,7 @@ grapher.cpp \ common.cpp \ changeset.cpp \ + changesetdetailitem.cpp \ changesetitem.cpp \ logparser.cpp \ panner.cpp \