Show More
@@ -685,7 +685,7 b' def _resolvenarrowrevisioninfo(' | |||
|
685 | 685 | # We failed to resolve a parent for this node, so |
|
686 | 686 | # we crash the changegroup construction. |
|
687 | 687 | raise error.Abort( |
|
688 |
b' |
|
|
688 | b"unable to resolve parent while packing '%s' %r" | |
|
689 | 689 | b' for changeset %r' % (store.indexfile, rev, clrev) |
|
690 | 690 | ) |
|
691 | 691 |
@@ -147,7 +147,7 b' Can pull into repo with a single commit' | |||
|
147 | 147 | $ hg clone -q --narrow ssh://user@dummy/master narrow2 --include "f1" -r 0 |
|
148 | 148 | $ cd narrow2 |
|
149 | 149 | $ hg pull -q -r 1 |
|
150 |
remote: abort: unexpected error: unable to resolve parent while packing |
|
|
150 | remote: abort: unexpected error: unable to resolve parent while packing '00manifest.i' 1 for changeset 0 | |
|
151 | 151 | transaction abort! |
|
152 | 152 | rollback completed |
|
153 | 153 | abort: pull failed on remote |
General Comments 0
You need to be logged in to leave comments.
Login now