push: return 1 if no changes found (issue3228)
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 0 This fixes the lower-right entry.
Showing
- mercurial/commands.py 1 addition, 1 deletionmercurial/commands.py
- mercurial/localrepo.py 3 additions, 2 deletionsmercurial/localrepo.py
- tests/test-mq-safety.t 1 addition, 0 deletionstests/test-mq-safety.t
- tests/test-phases-exchange.t 5 additions, 0 deletionstests/test-phases-exchange.t
- tests/test-push-warn.t 1 addition, 0 deletionstests/test-push-warn.t
- tests/test-ssh.t 1 addition, 0 deletionstests/test-ssh.t
- tests/test-subrepo-relative-path.t 1 addition, 0 deletionstests/test-subrepo-relative-path.t
- tests/test-treediscovery-legacy.t 4 additions, 0 deletionstests/test-treediscovery-legacy.t
- tests/test-treediscovery.t 4 additions, 0 deletionstests/test-treediscovery.t
Loading
Please register or sign in to comment