Show More
@@ -2567,7 +2567,7 b' def trydiff(repo, revs, ctx1, ctx2, modi' | |||||
2567 |
|
2567 | |||
2568 | gitmode = {'l': '120000', 'x': '100755', '': '100644'} |
|
2568 | gitmode = {'l': '120000', 'x': '100755', '': '100644'} | |
2569 |
|
2569 | |||
2570 | if relroot != '' and (repo.ui.configbool('devel', 'all') |
|
2570 | if relroot != '' and (repo.ui.configbool('devel', 'all-warnings') | |
2571 | or repo.ui.configbool('devel', 'check-relroot')): |
|
2571 | or repo.ui.configbool('devel', 'check-relroot')): | |
2572 | for f in modified + added + removed + copy.keys() + copy.values(): |
|
2572 | for f in modified + added + removed + copy.keys() + copy.values(): | |
2573 | if f is not None and not f.startswith(relroot): |
|
2573 | if f is not None and not f.startswith(relroot): |
General Comments 0
You need to be logged in to leave comments.
Login now