Mercurial > hg
diff tests/test-mq-safety.t @ 12847:b00eda50ad2b stable
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.
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Wed, 20 Oct 2010 17:38:21 -0500 |
parents | 6cc4b14fb76b |
children | 9910f60a37ee 41885892796e |
line wrap: on
line diff
--- a/tests/test-mq-safety.t Tue Oct 26 02:38:14 2010 +0530 +++ b/tests/test-mq-safety.t Wed Oct 20 17:38:21 2010 -0500 @@ -131,7 +131,6 @@ $ hg up 0 0 files updated, 0 files merged, 1 files removed, 0 files unresolved $ hg --cwd .. clone -r 0 forcepush forcepush2 - requesting all changes adding changesets adding manifests adding file changes