Mercurial > hg > easyhg
comparison src/hgrunner.h @ 455:856da063d76e
Remove stale auth cache files
author | Chris Cannam |
---|---|
date | Wed, 29 Jun 2011 16:18:47 +0100 |
parents | 66ec8b2ee946 |
children | a4e699d32a9a |
comparison
equal
deleted
inserted
replaced
454:6f5acaf27d60 | 455:856da063d76e |
---|---|
69 | 69 |
70 QString getHgBinaryName(); | 70 QString getHgBinaryName(); |
71 QString getSshBinaryName(); | 71 QString getSshBinaryName(); |
72 QString getExtensionLocation(); | 72 QString getExtensionLocation(); |
73 | 73 |
74 QString getAuthFilePath(); | |
75 QString getAuthKey(); | |
76 void pruneOldAuthFiles(); | |
77 | |
74 QString getUnbundledFileName(); | 78 QString getUnbundledFileName(); |
75 QString unbundleExtension(); | 79 QString unbundleExtension(); |
76 | 80 |
77 QStringList addExtensionOptions(QStringList); | 81 QStringList addExtensionOptions(QStringList); |
78 | 82 |