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: Fix initial selection of bookmark in sync target selectbox

Changeset 1356bfed839a

Parent eb2e284c7c2a

by Daniel Atallah

Changes to one file · Browse files at 1356bfed839a Showing diff from parent eb2e284c7c2a Diff from another changeset...

 
289
290
291
292
 
293
294
295
 
289
290
291
 
292
293
294
295
@@ -289,7 +289,7 @@
  target = str(rev)   if ctx.thgbranchhead():   target = hexlify(ctx.branch()) - for tag in ctx.thgtags(): + for tag in ctx.bookmarks():   if tag in self.repo._bookmarks.keys():   target = ctx.node()