push: return 1 if no changes found, 0 if success
While working on some other tests, I noticed that the push command was returning exit code 1 on success. This changeset makes hgrepo.push use the same return code contract as localrepo.push, which makes the exit codes behave as expected.
Loading
Please register or sign in to comment