comparison tests/test-status.t @ 41735:67333663d49e

tests: replace imported module to avoid check-code.py error This is a part of preparation to apply checking with check-code.py on code fragments embedded in *.t test scripts.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 18 Feb 2019 00:27:25 +0900
parents 5f827e9ce870
children 2105ed01c431
comparison
equal deleted inserted replaced
41734:6462bbb91b53 41735:67333663d49e
288 } 288 }
289 ] 289 ]
290 290
291 $ hg status -A -Tpickle > pickle 291 $ hg status -A -Tpickle > pickle
292 >>> from __future__ import print_function 292 >>> from __future__ import print_function
293 >>> import pickle 293 >>> from mercurial.util import pickle
294 >>> data = sorted((x[b'status'].decode(), x[b'path'].decode()) for x in pickle.load(open("pickle", r"rb"))) 294 >>> data = sorted((x[b'status'].decode(), x[b'path'].decode()) for x in pickle.load(open("pickle", r"rb")))
295 >>> for s, p in data: print("%s %s" % (s, p)) 295 >>> for s, p in data: print("%s %s" % (s, p))
296 ! deleted 296 ! deleted
297 ? pickle 297 ? pickle
298 ? unknown 298 ? unknown