Mercurial > hg > easyhg
changeset 627:d39d236a0ce8
* Added shortcut for diff against parent
author | Sam Izzo <sam@humbug.net> |
---|---|
date | Sun, 26 Aug 2012 02:38:24 +1000 |
parents | 51887087f1ae |
children | 5dc24f89b791 |
files | src/filestatuswidget.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/filestatuswidget.cpp Sun Aug 26 02:19:36 2012 +1000 +++ b/src/filestatuswidget.cpp Sun Aug 26 02:38:24 2012 +1000 @@ -80,6 +80,7 @@ #endif m_shortcuts[FileStates::ShowIn] = tr("Ctrl+Shift+S"); + m_shortcuts[FileStates::Diff] = tr("Ctrl+Shift+D"); m_descriptions[FileStates::Clean] = tr("You have not changed these files."); m_descriptions[FileStates::Modified] = tr("You have changed these files since you last committed them.");