Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

branchop: allow closing the default branch

This is often useful to deal with undesired anonymous branches.
A similar change was applied to hgtk on 9e8bdef4c479 .

Changeset 9fc6c5eb11d9

Parent 20c3e089f7fe

by Wagner Bruna

Changes to one file · Browse files at 9fc6c5eb11d9 Showing diff from parent 20c3e089f7fe Diff from another changeset...

 
55
56
57
58
59
60
61
62
 
55
56
57
 
 
58
59
60
@@ -55,8 +55,6 @@
    newbranch.toggled.connect(branchCombo.setEnabled)   branchCombo.setEnabled(False) - if wctx.branch() == 'default': - closebranch.setEnabled(False)   if oldbranchop is None:   nochange.setChecked(True)   elif oldbranchop == False: