comparison tests/test-walk.out @ 4230:c93562fb12cc

Fix handling of paths when run outside the repo. The main problem was that dirstate.getcwd() returned just "", which was interpreted as "we're at the repo root". It now returns an absolute path. The util.pathto function was also changed to deal with the "cwd is an absolute path" case.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 16 Mar 2007 00:22:58 -0300
parents 9d1c3529ebbc
children 0d51eb296fb9
comparison
equal deleted inserted replaced
4229:24c22a3f2ef8 4230:c93562fb12cc
93 NOEXIST: No such file or directory 93 NOEXIST: No such file or directory
94 fifo: unsupported file type (type is fifo) 94 fifo: unsupported file type (type is fifo)
95 m fenugreek fenugreek exact 95 m fenugreek fenugreek exact
96 m fenugreek fenugreek exact 96 m fenugreek fenugreek exact
97 f new new exact 97 f new new exact
98 f mammals/skunk t/mammals/skunk exact
99 f mammals/skunk ../t/mammals/skunk exact
100 f mammals/skunk mammals/skunk exact