Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

commit: allow to create a new branch without file changes

originally proposed by monjudoh

Changeset bf49ab4a328e

Parent de4776c41dd2

by Yuki KODAMA

Changes to one file · Browse files at bf49ab4a328e Showing diff from parent de4776c41dd2 Diff from another changeset...

 
736
737
738
739
 
740
741
742
 
736
737
738
 
739
740
741
742
@@ -736,7 +736,7 @@
  self.commit_selected(commit_list)   elif self.qheader is not None:   self.commit_selected([]) - elif self.closebranch: + elif self.closebranch or self.nextbranch:   self.commit_selected([])   else:   gdialog.Prompt(_('Nothing Commited'),