Differences From Artifact [461b7af38b]:
- File test/revert.test — part of check-in [bd0b09e50b] at 2014-02-23 05:15:41 on branch trunk — Fix reverting the combination of a renamed file and an added file that uses the renamed file's original filename. (This previously failed on a UNIQUE constraint.) (user: joel size: 3136) [more...]
To Artifact [fd2db9b238]:
- File test/revert.test — part of check-in [36a8d91d0c] at 2014-03-17 14:15:27 on branch trunk — skip some tests when running inside of an open checkout. (user: jan.nijtmans size: 3299) [more...]
| ︙ | |||
34 35 36 37 38 39 40 41 42 43 44 45 46 47 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | + + + + + + + |
}
}
test revert-$testid$key $passed
}
fossil undo
}
catch {exec $::fossilexe info} res
puts res=$res
if {![regexp {use --repository} $res]} {
puts stderr "Cannot run this test within an open checkout"
return
}
repo_init
# Prepare first commit
#
write_file f1 "f1"
write_file f2 "f2"
|
| ︙ |