Mercurial > hg > easyhg
diff src/hgrunner.h @ 444:66ec8b2ee946
Provide auth key and file information to easyhg extension
author | Chris Cannam |
---|---|
date | Tue, 28 Jun 2011 15:59:13 +0100 |
parents | c567fed39559 |
children | 856da063d76e |
line wrap: on
line diff
--- a/src/hgrunner.h Tue Jun 28 14:33:50 2011 +0100 +++ b/src/hgrunner.h Tue Jun 28 15:59:13 2011 +0100 @@ -74,6 +74,8 @@ QString getUnbundledFileName(); QString unbundleExtension(); + QStringList addExtensionOptions(QStringList); + int m_ptyMasterFd; int m_ptySlaveFd; QString m_ptySlaveFilename; @@ -90,6 +92,9 @@ QString m_myDirPath; QString m_extensionPath; + QString m_authKey; + QString m_authFilePath; + typedef std::deque<HgAction> ActionQueue; ActionQueue m_queue; HgAction m_currentAction;