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

stable sync: fix outgoing nodes message

Changeset c814d6bc48cb

Parent 363c68e84062

by Steve Borho

Changes to one file · Browse files at c814d6bc48cb Showing diff from parent 363c68e84062 Diff from another changeset...

 
711
712
713
714
 
715
716
717
 
711
712
713
 
714
715
716
717
@@ -711,7 +711,7 @@
  if ret == 0:   nodes = [n for n in data.splitlines() if len(n) == 40]   self.outgoingNodes.emit(nodes) - self.showMessage.emit(_('%d outgoing changesets to %url') % + self.showMessage.emit(_('%d outgoing changesets to %s') %   (len(nodes), url))   elif ret == 1:   self.showMessage.emit(_('No outgoing changesets to %s') % url)