148 <property name="toolTip"> |
148 <property name="toolTip"> |
149 <string>Select to update the working directory to new tip</string> |
149 <string>Select to update the working directory to new tip</string> |
150 </property> |
150 </property> |
151 <property name="text"> |
151 <property name="text"> |
152 <string>Update after pulling</string> |
152 <string>Update after pulling</string> |
|
153 </property> |
|
154 </widget> |
|
155 </item> |
|
156 <item> |
|
157 <widget class="QCheckBox" name="preferUnbundleCheckBox"> |
|
158 <property name="toolTip"> |
|
159 <string>Select to prefer unbundle over pull</string> |
|
160 </property> |
|
161 <property name="whatsThis"> |
|
162 <string><b>Prefer Unbundle</b> |
|
163 <p>If this option is selected, it will be checked, if a Mercurial changegroups file from a previous "Show Incoming" request exists. In this case it will be applied and deleted. Otherwise a pull request will be sent.</p></string> |
|
164 </property> |
|
165 <property name="text"> |
|
166 <string>Prefer Unbundle</string> |
153 </property> |
167 </property> |
154 </widget> |
168 </widget> |
155 </item> |
169 </item> |
156 </layout> |
170 </layout> |
157 </widget> |
171 </widget> |
207 <tabstops> |
221 <tabstops> |
208 <tabstop>logSpinBox</tabstop> |
222 <tabstop>logSpinBox</tabstop> |
209 <tabstop>commitSpinBox</tabstop> |
223 <tabstop>commitSpinBox</tabstop> |
210 <tabstop>logBrowserCheckBox</tabstop> |
224 <tabstop>logBrowserCheckBox</tabstop> |
211 <tabstop>pullUpdateCheckBox</tabstop> |
225 <tabstop>pullUpdateCheckBox</tabstop> |
|
226 <tabstop>preferUnbundleCheckBox</tabstop> |
212 <tabstop>cleanupPatternEdit</tabstop> |
227 <tabstop>cleanupPatternEdit</tabstop> |
213 <tabstop>configButton</tabstop> |
228 <tabstop>configButton</tabstop> |
214 </tabstops> |
229 </tabstops> |
215 <resources/> |
230 <resources/> |
216 <connections/> |
231 <connections/> |