Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

nautilus: correct typo in emblem name

this is correct on my computer

Changeset 02a11a1973b8

Parent 76119f296b20

by Simon Heimberg

Changes to one file · Browse files at 02a11a1973b8 Showing diff from parent 76119f296b20 Diff from another changeset...

 
240
241
242
243
 
244
245
246
 
240
241
242
 
243
244
245
246
@@ -240,7 +240,7 @@
  from tortoise import cachethg   cachestate = cachethg.get_state(localpath, repo)   cache2state = {cachethg.UNCHANGED: ('default', 'clean'), - cachethg.ADDED: ('cvs-aded', 'added'), + cachethg.ADDED: ('cvs-added', 'added'),   cachethg.MODIFIED: ('cvs-modified', 'modified'),   cachethg.UNKNOWN: ('new', 'unrevisioned'),   cachethg.IGNORED: (None, 'ignored'),