comparison tests/test-keyword.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 a1b49b9a0328
children 6aff4f144ad3
comparison
equal deleted inserted replaced
12846:4b334f8c941b 12847:b00eda50ad2b
742 $Xinfo$ 742 $Xinfo$
743 743
744 Clone to test incoming 744 Clone to test incoming
745 745
746 $ hg clone -r1 Test Test-a 746 $ hg clone -r1 Test Test-a
747 requesting all changes
748 adding changesets 747 adding changesets
749 adding manifests 748 adding manifests
750 adding file changes 749 adding file changes
751 added 2 changesets with 3 changes to 3 files 750 added 2 changesets with 3 changes to 3 files
752 updating to branch default 751 updating to branch default