Mercurial > hg
annotate tests/test-hgcia.out @ 8048:d22432bdcba1
convert/cvs: delay CVS log parsing after initialization (issue1581/2)
Source and destination constructors should be fast so configurations issues are
hit quickly, including authentication and filemap/authormap/splicemap issues.
Delaying might be a problem if the remove side disconnects idle connections
while the log is being read. It did not happen when converting openafs
repository, where log retrieval took at least 10mn.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sat, 11 Apr 2009 21:17:11 +0200 |
parents | b80b944836ec |
children |
rev | line source |
---|---|
7438 | 1 adding foo |
2 pushing to ../cia | |
3 searching for changes | |
4 adding changesets | |
5 adding manifests | |
6 adding file changes | |
7 added 1 changesets with 1 changes to 1 files | |
8 | |
9 <message> | |
10 <generator> | |
11 <name>Mercurial (hgcia)</name> | |
12 <version>0.1</version> | |
13 <url>http://hg.kublai.com/mercurial/hgcia</url> | |
14 <user>testuser</user> | |
15 </generator> | |
16 <source> | |
17 <project>testproject</project> | |
18 <branch>default</branch> | |
19 </source> | |
20 <body> | |
21 <commit> | |
22 <author>test</author> | |
23 <version>0:e63c23eaa88a</version> | |
24 <log>foo</log> | |
25 | |
26 <files><file action="add">foo</file></files> | |
27 </commit> | |
28 </body> | |
29 <timestamp>0</timestamp> | |
30 </message> |