Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

Merge with stable

Changeset 768a71064028

Parents 21abc2eee8a0

Parents 5d318ad02963

by Steve Borho

Changes to one file · Browse files at 768a71064028 Showing diff from parent 21abc2eee8a0 5d318ad02963 Diff from another changeset...

 
362
363
364
365
 
366
367
368
 
362
363
364
 
365
366
367
368
@@ -362,7 +362,7 @@
  if keep:   cmdline.append('--keep')   cmdline.append('--') - cmdline.extned(unapplied) + cmdline.extend(unapplied)   self.cmd.execute(cmdline, self.cmd_done, noemit=True)     def qrename(self, name, patch='qtip'):