Skip to content
Snippets Groups Projects
Commit 232a33a11ce0 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

pull: deal with locally filtered changeset passed into --rev

Nowadays, it is possible to explicitly pull a remote revision that end up being
hidden locally (eg: obsoleted locally). However before this patch, some
internal processing where crashing trying to resolve a filtered revision.

Without this patches, the pull output result a confusing output:

  $ hg pull ../repo-Bob --rev 956063ac4557
  pulling from ../repo-Bob
  searching for changes
  adding changesets
  adding manifests
  adding file changes
  added 2 changesets with 0 changes to 2 files (+1 heads)
  (2 other changesets obsolete on arrival)
  abort: 00changelog.i@956063ac4557828781733b2d5677a351ce856f59: filtered node!
parent 537a8aeb9977
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment