# HG changeset patch
# User Sune Foldager <sune.folda...@edlund.dk>
# Date 1269278367 -3600
# Node ID 275963f06d34a546395504ae37f5333de151cace
# Parent  d387cfd2cf5b6f45d1d488216b2cbef4acd7b6fd
fix bug introduced in d387cfd2cf5b

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -230,8 +230,8 @@
         # Copy bundled Mercurial extensions into build-hg/hgext
         for ext in extensions:
             extloc = ext_loc.get(ext)
-            if ext_loc and os.path.exists(ext_loc):
-                shutil.copy(ext_loc, 'build-hg/hgext')
+            if extloc and os.path.exists(extloc):
+                shutil.copy(extloc, 'build-hg/hgext')
         # Build docs
         os.environ['hhc_compiler'] = 'hhc.exe'
         run(r'build chm', 'build-thg/doc')

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to