Skip to content
Snippets Groups Projects
Commit b00eda50 authored by Kevin Bullock's avatar Kevin Bullock
Browse files

pull: silence spurious 'requesting all changes' message

When issuing `hg pull -r REV` in a repo with no common ancestor with the
remote repo, the message 'requesting all changes' is printed, even though only
the changese that are ancestors of REV are actually requested. This can be
confusing for users (see
http://www.selenic.com/pipermail/mercurial/2010-October/035508.html).

This silences the message if (and only if) the '-r' option was passed.
parent 4b334f8c
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 68 deletions
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