Mercurial > hg
comparison tests/test-ui-color.py @ 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 | afccc64eea73 |
children | a08775ec89f2 |
comparison
equal
deleted
inserted
replaced
16038:dad96e752079 | 16039:093b75c7b44b |
---|