mercurial/templater.py
changeset 22636 d844e220792a
parent 22635 660861a6fad4
child 22844 1533e642262d
--- a/mercurial/templater.py	Sun Sep 28 16:57:37 2014 +0200
+++ b/mercurial/templater.py	Sun Sep 28 16:57:37 2014 +0200
@@ -711,7 +711,7 @@
 
 def templatepaths():
     '''return locations used for template files.'''
-    pathsrel = ['templates', '../templates']
+    pathsrel = ['templates']
     paths = [os.path.normpath(os.path.join(util.datapath, f))
              for f in pathsrel]
     return [p for p in paths if os.path.isdir(p)]