Mercurial > hg > easyhg
comparison src/hgrunner.h @ 406:c567fed39559
Add ability to configure the ssh client; default to TortoisePlink on Windows
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Thu, 26 May 2011 15:48:11 +0100 |
parents | b9c153e00e84 |
children | 66ec8b2ee946 |
comparison
equal
deleted
inserted
replaced
405:46267ab70ef3 | 406:c567fed39559 |
---|---|
64 void getPassword(); | 64 void getPassword(); |
65 bool checkPrompts(QString); | 65 bool checkPrompts(QString); |
66 | 66 |
67 void openTerminal(); | 67 void openTerminal(); |
68 void closeTerminal(); | 68 void closeTerminal(); |
69 | 69 |
70 QString getHgBinaryName(); | 70 QString getHgBinaryName(); |
71 QString getSshBinaryName(); | |
71 QString getExtensionLocation(); | 72 QString getExtensionLocation(); |
72 | 73 |
73 QString getUnbundledFileName(); | 74 QString getUnbundledFileName(); |
74 QString unbundleExtension(); | 75 QString unbundleExtension(); |
75 | 76 |