comparison tests/test-extdata.t @ 45858:ebee234d952a

errors: set detailed exit code to 100 for some remote errors This is per https://www.mercurial-scm.org/wiki/ErrorCategoriesPlan. Differential Revision: https://phab.mercurial-scm.org/D9309
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 22 Oct 2020 13:31:34 -0700
parents ea6558db1011
children fc4fb2f17dd4
comparison
equal deleted inserted replaced
45857:ae00e170f2d1 45858:ebee234d952a
111 111
112 $ mkdir sub 112 $ mkdir sub
113 $ cd sub 113 $ cd sub
114 $ hg log -qr "extdata(filedata)" 114 $ hg log -qr "extdata(filedata)"
115 abort: error: $ENOENT$ 115 abort: error: $ENOENT$
116 [255] 116 [100]
117 $ hg log -qr "extdata(shelldata)" 117 $ hg log -qr "extdata(shelldata)"
118 2:f6ed99a58333 118 2:f6ed99a58333
119 119
120 $ cd .. 120 $ cd ..