##// END OF EJS Templates
tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)`...
Matt Harbison -
r43743:0a0bad6d default
parent child Browse files
Show More
@@ -853,7 +853,7 b' small reminder of the repository state'
853 853 M b2
854 854 A 1k
855 855 A 2k
856 A b2link (no-windows !)
856 A b2link (symlink !)
857 857 A bin
858 858 A c1
859 859 A con.xml (no-windows !)
@@ -864,7 +864,7 b' small reminder of the repository state'
864 864 M b2
865 865 A 1k
866 866 A 2k
867 A b2link (no-windows !)
867 A b2link (symlink !)
868 868 A bin
869 869 A c1
870 870 A con.xml (no-windows !)
@@ -997,7 +997,7 b' test with multi revs revset'
997 997 A .hgsubstate
998 998 A 1k
999 999 A 2k
1000 A b2link (no-windows !)
1000 A b2link (symlink !)
1001 1001 A bin
1002 1002 A c1
1003 1003 A con.xml (no-windows !)
@@ -1006,7 +1006,7 b' test with multi revs revset'
1006 1006 .hgsubstate
1007 1007 1k
1008 1008 2k
1009 b2link (no-windows !)
1009 b2link (symlink !)
1010 1010 bin
1011 1011 c1
1012 1012 con.xml (no-windows !)
General Comments 0
You need to be logged in to leave comments. Login now