author | Christian Ebert <blacktrash@gmx.net> |
Wed, 05 Aug 2009 17:20:47 +0200 | |
changeset 9307 | 2715506d54e4 |
parent 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 |