mercurial/pure/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 20 Sep 2015 20:11:31 +0900
changeset 26294 1ffc61c4e32e
parent 16438 28a90cdf0ca0
permissions -rw-r--r--
hgweb: overwrite cwd to resolve file patterns relative to repo (issue4568) It's useless to handle file patterns as relative to the cwd of the server process. The only sensible way in hgweb is to resolve paths relative to the repository root. It seems dirstate.getcwd() isn't used to get a real file path, so this patch won't cause problem.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: