Mercurial > public > mercurial-scm > hg
diff mercurial/help/glossary.txt @ 16039:093b75c7b44b stable
pull: return 1 when no changes found (BC)
Currently we have the following return codes if nothing is found:
commit incoming outgoing pull push
intended 1 1 1 1 1
documented 1 1 1 0 1
actual 1 1 1 0 1
This makes pull agree with the rest of the table and makes it easy to
detect "nothing was pulled" in scripts.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 30 Jan 2012 16:01:54 -0600 |
parents | 9232fa4fd1ba |
children | 340d047ea577 |
line wrap: on
line diff
--- a/mercurial/help/glossary.txt Mon Jan 30 15:56:35 2012 -0600 +++ b/mercurial/help/glossary.txt Mon Jan 30 16:01:54 2012 -0600 @@ -366,8 +366,8 @@ repositories have only a single root changeset. Secret - Secret changesets are changesets that may not be shared via push - or pull. See :hg:`help phases`. + Changesets in the secret phase may not be shared via push, pull, + or clone. See :hg:`help phases`. Tag An alternative name given to a changeset. Tags can be used in all