##// END OF EJS Templates
subrepoutil: use relative path for looking up config `%include`s...
Martin von Zweigbergk -
r45815:0323972f default
parent child Browse files
Show More
@@ -36,7 +36,7 b' def state(ctx, ui):'
36 36 p = config.config()
37 37 repo = ctx.repo()
38 38
39 def read(rel, f, sections=None, remap=None):
39 def read(f, abs, sections=None, remap=None):
40 40 if f in ctx:
41 41 try:
42 42 data = ctx[f].data()
General Comments 0
You need to be logged in to leave comments. Login now