Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

stable commit: allow --close-branch commits without file changes

Fixes #497

Changeset 4ac54ef7d2e4

Parent 9ec0603c416a

by Steve Borho

Changes to one file · Browse files at 4ac54ef7d2e4 Showing diff from parent 9ec0603c416a Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
414
415
416
 
 
417
418
419
 
414
415
416
417
418
419
420
421
@@ -414,6 +414,8 @@
  self.commit_selected(commit_list)   elif len(self.filemodel) == 0 and self.qnew:   self.commit_selected([]) + elif self.closebranch: + self.commit_selected([])   else:   gdialog.Prompt(_('Nothing Commited'),   _('No committable files selected'), self).run()