Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable thgmq: fix typo

Changeset 5d318ad02963

Parent 829f55c1ae49

by Wagner Bruna

Changes to one file · Browse files at 5d318ad02963 Showing diff from parent 829f55c1ae49 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'):