author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
Sun, 26 Jul 2009 18:02:06 +0200 | |
changeset 9239 | 26fa0e31011d |
permissions | -rwxr-xr-x |
9239
26fa0e31011d
dirstate: fold paths using the just added util.realpath() function.
Dan Villiom Podlaski Christiansen <danchr@gmail.com>
parents:
diff
changeset
|
1 |
#!/bin/sh |
26fa0e31011d
dirstate: fold paths using the just added util.realpath() function.
Dan Villiom Podlaski Christiansen <danchr@gmail.com>
parents:
diff
changeset
|
2 |
|
26fa0e31011d
dirstate: fold paths using the just added util.realpath() function.
Dan Villiom Podlaski Christiansen <danchr@gmail.com>
parents:
diff
changeset
|
3 |
hg clone --quiet $TESTDIR/test-path-normalization.hg t |
26fa0e31011d
dirstate: fold paths using the just added util.realpath() function.
Dan Villiom Podlaski Christiansen <danchr@gmail.com>
parents:
diff
changeset
|
4 |
exec hg st -R t |