Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

repomodel: resurrect marker for working dir parent revision

this got lost in 88b1e44cd177 (the name 'clean' for that icon is a bit
confusing).

Changeset 04249d7e738f

Parent 88b1e44cd177

by Adrian Buehlmann

Changes to one file · Browse files at 04249d7e738f Showing diff from parent 88b1e44cd177 Diff from another changeset...

 
359
360
361
362
 
 
 
363
364
365
 
359
360
361
 
362
363
364
365
366
367
@@ -359,7 +359,9 @@
  tags = set(ctx.tags())   icn = None   - if tags.intersection(self.mqueues): + if gnode.rev in self.wd_revs: + icn = geticon('clean') + elif tags.intersection(self.mqueues):   icn = geticon('mqpatch')     if icn: