Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

sync: outgoing return code 1 means: none found

Try to be a tiny bit more friendly.

Changeset 1e64cbe2e5f5

Parent a17a1162d48c

by Steve Borho

Changes to one file · Browse files at 1e64cbe2e5f5 Showing diff from parent a17a1162d48c Diff from another changeset...

 
349
350
351
 
 
352
353
354
 
349
350
351
352
353
354
355
356
@@ -349,6 +349,8 @@
  self.outgoingNodes.emit(nodes)   self.showMessage.emit(_('%d outgoing changesets') %   len(nodes)) + elif ret == 1: + self.showMessage.emit(_('No outgoing changesets'))   else:   self.showMessage.emit(_('Outgoing finished, ret %d') % ret)   self.finishfunc = outputnodes