Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable sync: cut down on log output generated by incoming command

Changeset ca391598a3e1

Parent c7eadf3e5a64

by Steve Borho

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

 
694
695
696
697
 
698
699
700
 
694
695
696
 
697
698
699
700
@@ -694,7 +694,7 @@
  bfile = bfile.replace('/', '_')   bfile = tempfile.mktemp('.hg', bfile+'_', qtlib.gettempdir())   self.finishfunc = finished - cmdline = ['--repository', self.repo.root, 'incoming', + cmdline = ['--repository', self.repo.root, 'incoming', '--quiet',   '--bundle', bfile]   self.run(cmdline, ('force', 'branch', 'rev'))   else: