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: show both revid and hash in targets selectbox

Changeset 1aa704ff09d1

Parent ae0ce529077a

by Daniel Atallah

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

 
273
274
275
276
 
277
278
279
 
273
274
275
 
276
277
278
279
@@ -273,7 +273,7 @@
  #The parallel targetargs record is the argument list to pass to hg   self.targetargs = []   selIndex = 0; - self.targetcombo.addItem(_('rev: ') + str(ctx.rev())) + self.targetcombo.addItem(_('rev: %d (%s)') % (ctx.rev(), str(ctx)))   self.targetargs.append(['--rev', str(ctx.rev())])     for name in self.repo.namedbranches: