--- a/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui Thu Aug 01 18:52:01 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui Thu Aug 01 19:12:57 2013 +0200 @@ -132,6 +132,16 @@ </widget> </item> <item> + <widget class="QPushButton" name="sbsDiffButton"> + <property name="toolTip"> + <string>Show differences of the selected entry to the repository in a side-by-side manner</string> + </property> + <property name="text"> + <string>Side-b&y-Side Diff</string> + </property> + </widget> + </item> + <item> <widget class="QPushButton" name="revertButton"> <property name="toolTip"> <string>Revert the selected entries to the last revision in the repository</string> @@ -279,6 +289,7 @@ <tabstop>commitButton</tabstop> <tabstop>addButton</tabstop> <tabstop>diffButton</tabstop> + <tabstop>sbsDiffButton</tabstop> <tabstop>revertButton</tabstop> <tabstop>forgetButton</tabstop> <tabstop>restoreButton</tabstop>