- Jun 20, 2012
-
-
Pierre-Yves David authored
Rebase now behaves as if --detach was always passed. Non-merges are rebased as non-merges, regardless of their parent being an ancestor of the destination. Merges will usually be rebased as merges unless both of their parents are ancestors of the destination, or one of their parents is pruned when rebased. This only alters the behavior of rebase when using the --source/--rev options. --detach option is deprecated. All test changes were carefully validated.
-
- Jun 10, 2012
-
-
kiilerix authored
Many tests didn't change back from subdirectories at the end of the tests ... and they don't have to. The missing 'cd ..' could always be added when another test case is added to the test file. This change do that tests (99.5%) consistently end up in $TESTDIR where they started, thus making it simpler to extend them or move them around.
-
- Dec 26, 2011
-
-
Pierre-Yves David authored
-
- Dec 08, 2011
-
-
Matt Mackall authored
-
- May 02, 2011
-
-
Peter Arrenbrecht authored
This speeds up the in-memory version of debugbuilddag that I'm working on considerably for the case where we want to build just a 00changelog.i (for discovery tests, for instance). There are a couple of test changes because node ids in tests have changed. The changes to the patch names in test-mq-qdelete.t were required because they could collide with nodeid abbreviations and newly actually do (patch "c" collides with id "cafe..." for patch "b").
-
- Oct 09, 2010
-
-
kiilerix authored
Many globs now just match $TESTTMP and is no longer needed.
-
- Oct 01, 2010
-
-
Adrian Buehlmann authored
-
- May 21, 2010
-
-
Yuya Nishihara authored
`source` isn't available at POSIX sh.
-
- May 20, 2010
-
-
Matt Mackall authored
-
- Feb 21, 2010
-
-
Benoit Boissinot authored
test thanks to Stefano Tortarolo
-