# HG changeset patch
# User Simon Heimberg <[email protected]>
# Date 1234017274 -3600
# Node ID c4ab2ad2eff392a1b2f314153b61e15cdf1f8a38
# Parent 095d7aedcc4884eb8258bb1eb6dbad191ff8a2b7
iconoverlay: replace wrong variable in error message (dir should be pdir)
diff -r 095d7aedcc48 -r c4ab2ad2eff3 tortoise/iconoverlay.py
--- a/tortoise/iconoverlay.py Sun Jan 18 03:07:09 2009 +0000
+++ b/tortoise/iconoverlay.py Sat Feb 07 15:34:34 2009 +0100
@@ -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
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop