comparison tests/test-parents.out @ 4894:be5dc5e3ab2d

hg parents: don't pass an OS-specific path to repo.filectx The only reason to use the matcher code instead of calling util.canonpath directly is to be able to use "path:canonical/path/to/file" patterns.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 17 Jul 2007 09:08:29 -0300
parents 0d26e3d0eeeb
children 5a4824f6665c
comparison
equal deleted inserted replaced
4884:931f901ab811 4894:be5dc5e3ab2d
24 changeset: 0:b6a1406d8886 24 changeset: 0:b6a1406d8886
25 user: test 25 user: test
26 date: Thu Jan 01 00:00:00 1970 +0000 26 date: Thu Jan 01 00:00:00 1970 +0000
27 summary: ab 27 summary: ab
28 28
29 % hg parents -r 2 ../a
30 abort: ../a not under root
31 % cd dir; hg parents -r 2 ../a
32 changeset: 0:b6a1406d8886
33 user: test
34 date: Thu Jan 01 00:00:00 1970 +0000
35 summary: ab
36
37 % hg parents -r 2 path:a
38 changeset: 0:b6a1406d8886
39 user: test
40 date: Thu Jan 01 00:00:00 1970 +0000
41 summary: ab
42
43 % hg parents -r 2 glob:a
44 abort: can only specify an explicit file name