comparison tests/test-verify.t @ 32604:b6612d8579e4

tests: fix typo in "flagprocesor"
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 31 May 2017 10:35:10 -0700
parents a2ab9ebcd85b
children a6651f5e2c78
comparison
equal deleted inserted replaced
32603:92bcaef3420b 32604:b6612d8579e4
322 322
323 $ hg init skipflags 323 $ hg init skipflags
324 $ cd skipflags 324 $ cd skipflags
325 $ cat >> .hg/hgrc <<EOF 325 $ cat >> .hg/hgrc <<EOF
326 > [extensions] 326 > [extensions]
327 > flagprocesor=$RUNTESTDIR/flagprocessorext.py 327 > flagprocessor=$RUNTESTDIR/flagprocessorext.py
328 > EOF 328 > EOF
329 $ echo '[BASE64]content' > base64 329 $ echo '[BASE64]content' > base64
330 $ hg commit -Aqm 'flag processor content' base64 330 $ hg commit -Aqm 'flag processor content' base64
331 $ hg verify 331 $ hg verify
332 checking changesets 332 checking changesets