##// END OF EJS Templates
convert/bzr: make it work with filemaps (issue1631)...
convert/bzr: make it work with filemaps (issue1631) The bzr converter maintains a child -> parents mapping and drop entries whenever a child is read. It does not work with filemaps, getchangedfiles() may be called more than once when filtered files belong to merge revisions. getchanges() still works that way but it is not clear whether a similar issue can arise when interacting with merges.

File last commit:

r7627:fb32ae9c default
r8165:78658990 default
Show More
test-mq-qclone-http.out
80 lines | 1.7 KiB | text/plain | TextLexer
/ tests / test-mq-qclone-http.out
Peter Arrenbrecht
mq: test for qclone of http repo+queue...
r6205 adding a
adding b
[mq]: b.patch
a
b.patch
Dirkjan Ochtman
hgweb: mq repos should be in non-recursive collections, too
r7525 % test with recursive collection
Peter Arrenbrecht
mq: test for qclone of http repo+queue...
r6205 200 Script output follows
/a/
/a/.hg/patches/
requesting all changes
adding changesets
adding manifests
adding file changes
added 2 changesets with 2 changes to 2 files
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 3 changes to 3 files
Adrian Buehlmann
clone: print "updating working directory" status message...
r6338 updating working directory
Peter Arrenbrecht
mq: test for qclone of http repo+queue...
r6205 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
a
applying b.patch
Martin Geisler
mq: lowercase output...
r7627 now at: b.patch
Peter Arrenbrecht
mq: test for qclone of http repo+queue...
r6205 imported patch b.patch
a
Dirkjan Ochtman
hgweb: mq repos should be in non-recursive collections, too
r7525 % test with normal collection
Dirkjan Ochtman
tests: fix test-mq-qclone-http (broken by e60aaae83323)
r7524 200 Script output follows
/a/
Dirkjan Ochtman
hgweb: mq repos should be in non-recursive collections, too
r7525 /a/.hg/patches/
Dirkjan Ochtman
tests: fix test-mq-qclone-http (broken by e60aaae83323)
r7524
requesting all changes
adding changesets
adding manifests
adding file changes
added 2 changesets with 2 changes to 2 files
requesting all changes
adding changesets
adding manifests
adding file changes
Dirkjan Ochtman
hgweb: mq repos should be in non-recursive collections, too
r7525 added 1 changesets with 3 changes to 3 files
Dirkjan Ochtman
tests: fix test-mq-qclone-http (broken by e60aaae83323)
r7524 updating working directory
Dirkjan Ochtman
hgweb: mq repos should be in non-recursive collections, too
r7525 3 files updated, 0 files merged, 0 files removed, 0 files unresolved
Dirkjan Ochtman
tests: fix test-mq-qclone-http (broken by e60aaae83323)
r7524 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
a
Dirkjan Ochtman
hgweb: mq repos should be in non-recursive collections, too
r7525 applying b.patch
Martin Geisler
mq: lowercase output...
r7627 now at: b.patch
Dirkjan Ochtman
hgweb: mq repos should be in non-recursive collections, too
r7525 imported patch b.patch
Dirkjan Ochtman
tests: fix test-mq-qclone-http (broken by e60aaae83323)
r7524 a
Dirkjan Ochtman
hgweb: mq repos should be in non-recursive collections, too
r7525 % test with old-style collection
200 Script output follows
/a/
/a/.hg/patches/
requesting all changes
adding changesets
adding manifests
adding file changes
added 2 changesets with 2 changes to 2 files
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 3 changes to 3 files
updating working directory
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
a
applying b.patch
Martin Geisler
mq: lowercase output...
r7627 now at: b.patch
Dirkjan Ochtman
hgweb: mq repos should be in non-recursive collections, too
r7525 imported patch b.patch
a