# HG changeset patch # User timeless@mozdev.org # Date 1345237099 25200 # Node ID 224d6a489acea78bdfd468a2238c88d525e99092 # Parent 6e11d5cf8e39f38714fb66807db2f9bdab6991fa grammar: just-the-heads diff -r 6e11d5cf8e39 -r 224d6a489ace mercurial/discovery.py --- a/mercurial/discovery.py Fri Aug 17 13:58:19 2012 -0700 +++ b/mercurial/discovery.py Fri Aug 17 13:58:19 2012 -0700 @@ -22,7 +22,7 @@ "heads" is either the supplied heads, or else the remote's heads. If you pass heads and they are all known locally, the reponse lists just - these heads in "common" and in "heads". + the heads in "common" and in "heads". Please use findcommonoutgoing to compute the set of outgoing nodes to give extensions a good hook into outgoing.