grammar: just-the-heads

This commit is contained in:
timeless@mozdev.org 2012-08-17 13:58:19 -07:00
parent e014ca03ca
commit 6edc2aa2a0

View File

@ -22,7 +22,7 @@ def findcommonincoming(repo, remote, heads=None, force=False):
"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.