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 does not take --new-branch

Changeset cb571de12a41

Parent 8e644ee419c8

by Steve Borho

Changes to one file · Browse files at cb571de12a41 Showing diff from parent 8e644ee419c8 Diff from another changeset...

 
511
512
513
514
 
515
516
517
518
 
519
520
521
 
511
512
513
 
514
515
516
517
 
518
519
520
521
@@ -511,11 +511,11 @@
  self.finishfunc = outputnodes   cmdline = ['--repository', self.root, 'outgoing', '--quiet',   '--template', '{node}\n'] - self.run(cmdline, ('force', 'new-branch', 'branch', 'rev')) + self.run(cmdline, ('force', 'branch', 'rev'))   else:   self.finishfunc = None   cmdline = ['--repository', self.root, 'outgoing'] - self.run(cmdline, ('force', 'new-branch', 'branch', 'rev')) + self.run(cmdline, ('force', 'branch', 'rev'))     def p4pending(self):   def finished(ret, output):