comparison tests/test-lock-badness.t @ 45828:e0dbfbd4062c

errors: set detailed exit code to 20 for locking errors This is per https://www.mercurial-scm.org/wiki/ErrorCategoriesPlan. Differential Revision: https://phab.mercurial-scm.org/D9242
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 22 Oct 2020 13:38:14 -0700
parents 1e1c1bfb0be4
children f44b9c72f061
comparison
equal deleted inserted replaced
45827:8d72e29ad1e0 45828:e0dbfbd4062c
134 134
135 $ hg -R b push a 135 $ hg -R b push a
136 pushing to a 136 pushing to a
137 searching for changes 137 searching for changes
138 abort: could not lock repository a: Permission denied 138 abort: could not lock repository a: Permission denied
139 [255] 139 [20]
140 140
141 $ chmod 700 a/.hg/store 141 $ chmod 700 a/.hg/store