##// END OF EJS Templates
convert: fix marshalling in P4 convert extension to use a binary stream...
convert: fix marshalling in P4 convert extension to use a binary stream The Perforce convert extension uses the p4 -G command line option and marshal.load to obtain information about the history of a Perforce depot. The method marshal.load must be provided with a binary stream (mode='rb') in order to function reliably. Certain changelist descriptions or other elements in a depot history could trigger a premature EOFError, causing the conversion process to fail. This may resolve the issue discussed in the following thread: http://www.selenic.com/pipermail/mercurial/2009-July/026813.html

File last commit:

r6336:4b0c9c67 default
r9474:6ea65327 default
Show More
test-bheads.out
154 lines | 3.6 KiB | text/plain | TextLexer
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 0: Adding root node
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 0: Adding root node
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
marked working directory as branch a
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
marked working directory as branch b
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 2: Adding b branch
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 2: Adding b branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 4: Adding b branch head 2
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 4: Adding b branch head 2
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 5: Adding b branch head 3
4: Adding b branch head 2
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 5: Adding b branch head 3
4: Adding b branch head 2
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
marked working directory as branch c
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 =======
Brendan Cully
Small fixes for 8e503fa54d2d (hg heads branch)
r4649 no changes on branch c containing . are reachable from 3
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 1
-------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 0
-------
0 files updated, 0 files merged, 2 files removed, 0 files unresolved
0
-------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 0
-------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 3: Adding b branch head 1
6: Merging b branch head 2 and b branch head 3
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 0
-------
Brendan Cully
Small fixes for 8e503fa54d2d (hg heads branch)
r4649 no changes on branch b containing . are reachable from 7
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 1
=======
0 files updated, 0 files merged, 2 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 0: Adding root node
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 1 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
3: Adding b branch head 1
1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
=======
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 1: Adding a branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 7: Adding c branch
Eric Hopper
Add option to heads to show only heads for current branch.
r4648 -------
abort: unknown revision 'z'!
-------
=======
Alexis S. L. Carvalho
Simplify the output of test-bheads...
r6127 0: Adding root node
1: Adding a branch
6: Merging b branch head 2 and b branch head 3
3: Adding b branch head 1
7: Adding c branch