Mercurial > public > mercurial-scm > hg
diff tests/test-verify.t @ 32571: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 |
line wrap: on
line diff
--- a/tests/test-verify.t Tue May 30 06:22:14 2017 -0700 +++ b/tests/test-verify.t Wed May 31 10:35:10 2017 -0700 @@ -324,7 +324,7 @@ $ cd skipflags $ cat >> .hg/hgrc <<EOF > [extensions] - > flagprocesor=$RUNTESTDIR/flagprocessorext.py + > flagprocessor=$RUNTESTDIR/flagprocessorext.py > EOF $ echo '[BASE64]content' > base64 $ hg commit -Aqm 'flag processor content' base64