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

commit: keep quiet when rolling back last commit

prevent 'rolling back last transaction' from stdout.

Changeset 1132bb193494

Parent 8cf122017c8b

by Steve Borho

Changes to one file · Browse files at 1132bb193494 Showing diff from parent 8cf122017c8b Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
522
523
524
 
525
 
526
527
528
 
522
523
524
525
526
527
528
529
530
@@ -522,7 +522,9 @@
  return     try: + self.repo.ui.quiet = True   self.repo.rollback() + self.repo.ui.quiet = False   self.last_commit_id = None   self.reload_status()   except: