Show More
@@ -804,10 +804,10 b' def _resolvenarrowrevisioninfo(' | |||
|
804 | 804 | # We failed to resolve a parent for this node, so |
|
805 | 805 | # we crash the changegroup construction. |
|
806 | 806 | if util.safehasattr(store, 'target'): |
|
807 |
target = store. |
|
|
807 | target = store.display_id | |
|
808 | 808 | else: |
|
809 | 809 | # some revlog not actually a revlog |
|
810 |
target = store._revlog. |
|
|
810 | target = store._revlog.display_id | |
|
811 | 811 | |
|
812 | 812 | raise error.Abort( |
|
813 | 813 | b"unable to resolve parent while packing '%s' %r" |
@@ -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 '00manifest |
|
|
150 | remote: abort: unexpected error: unable to resolve parent while packing '00manifest' 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