Commit Graph

8 Commits

Author SHA1 Message Date
Martin Geisler
7316194bdf tests: don't load unnecessary graphlog extension
Since graphlog is in core, we can use 'hg log -G' instead.
2013-11-22 19:14:17 +01:00
Patrick Mezard
a52f5ba3fb test-convert-mtn.t: generate files in binary mode 2012-08-03 17:26:58 +02:00
Patrick Mezard
42d6e78b77 test-convert-mtn.t: use #if to set mtndir to the correct value
Monotone store directory name is not the same on Windows and Unix.
2012-08-03 17:26:30 +02:00
Matt Mackall
bb24ff7be7 tests: update monotone output for v1.0 changes 2011-05-21 15:01:28 -05:00
Daniel Atallah
54e55b4dbb convert/mtn: Fix conversion of large files from mtn (broken in 64963df7238d)
"mtn automate stdio" will break output larger than 32kB into several packets.
This ensures that we are processing all the output on the main stream and not
only the last packet.
2011-03-28 23:16:20 -04:00
Daniel Atallah
e07af26e9b convert/mtn: convert suspended branches as closed branches
Monotone treats branch closing ("suspending") in a similar manner to how we do
in mercurial - a cert is added to a revision that marks the branch to be hidden.
If a subsequent commit is made, the branch is effectively reopened.
2011-03-25 15:49:43 -04:00
Idan Kamara
416ff8e770 tests: no need to explicitly export HOME in test files
the test runner ensures that HOME is set to a temp dir
2011-03-25 22:18:05 +02:00
Matt Mackall
b2af7a3e51 tests: unify test-convert-mtn 2010-09-26 17:18:28 -05:00