diff -r 97480c872ea9 -r 68c13732795b Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui --- a/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui Fri Aug 03 17:56:44 2018 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.ui Sat Aug 04 13:38:50 2018 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>650</width> - <height>394</height> + <height>477</height> </rect> </property> <property name="windowTitle"> @@ -423,6 +423,48 @@ </layout> </item> <item row="1" column="0" colspan="2"> + <widget class="QGroupBox" name="dryRunGroup"> + <property name="title"> + <string>Dry-Run</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QRadioButton" name="noDryRunButton"> + <property name="toolTip"> + <string>Select to not do a dry-run</string> + </property> + <property name="text"> + <string>No</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="dryRunOnlyButton"> + <property name="toolTip"> + <string>Select to just do a dry-run</string> + </property> + <property name="text"> + <string>Dry-Run Only</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="dryRunConfirmButton"> + <property name="toolTip"> + <string>Select to do a dry-run first, than ask the user for confirmation to perform the rebase</string> + </property> + <property name="text"> + <string>Dry-Run First, than Confirm</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item row="2" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum>