Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

iconoverlay: replace wrong variable in error message (dir should be pdir)

Changeset 3e494f169b09

Parent f5ee61ac33c5

by Simon Heimberg

Changes to one file · Browse files at 3e494f169b09 Showing diff from parent f5ee61ac33c5 Diff from another changeset...

 
145
146
147
148
 
149
150
151
 
145
146
147
 
148
149
150
151
@@ -145,7 +145,7 @@
  return NOT_IN_REPO   except _repo.RepoError:   # We aren't in a working tree - print "%s: not in repo" % dir + print "%s: not in repo" % pdir   overlay_cache[path] = UNKNOWN   return NOT_IN_REPO