diff hgtabwidget.h @ 128:fcaf09ee825d

* Show tags and current working copy parents in history graph
author Chris Cannam
date Mon, 29 Nov 2010 20:09:58 +0000
parents c92f5859c707
children 4986642800f0
line wrap: on
line diff
--- a/hgtabwidget.h	Mon Nov 29 17:48:43 2010 +0000
+++ b/hgtabwidget.h	Mon Nov 29 20:09:58 2010 +0000
@@ -48,6 +48,8 @@
     void setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath);
     void setState(QString state);
 
+    void setCurrent(QStringList ids);
+
     FileStates getFileStates() { return m_fileStates; }
 
     bool canCommit() const;