Mercurial > hg > easyhg
diff src/mainwindow.h @ 624:38c84c66ad7a
* Added "show in" to show selected file in explorer
author | Sam Izzo <sam@humbug.net> |
---|---|
date | Sun, 26 Aug 2012 01:59:53 +1000 |
parents | 39cac58b4f92 |
children | ae67ea0af696 |
line wrap: on
line diff
--- a/src/mainwindow.h Sat Aug 25 23:04:10 2012 +1000 +++ b/src/mainwindow.h Sun Aug 26 01:59:53 2012 +1000 @@ -114,6 +114,7 @@ void hgMarkFilesResolved(QStringList); void hgIgnoreFiles(QStringList); void hgUnIgnoreFiles(QStringList); + void hgShowIn(QStringList); void updateFsWatcher(); void checkFilesystem();