[PATCH] tests: fix typo in "flagprocesor"

Martin von Zweigbergk martinvonz at google.com
Wed May 31 17:36:42 UTC 2017


# HG changeset patch
# User Martin von Zweigbergk <martinvonz at google.com>
# Date 1496252110 25200
#      Wed May 31 10:35:10 2017 -0700
# Node ID f95051007128edbad998bdfe4bb869b15e819994
# Parent  8e0327dae3f45e4ba830b908d5d5483f0918dc86
tests: fix typo in "flagprocesor"

diff --git a/tests/test-verify.t b/tests/test-verify.t
--- a/tests/test-verify.t
+++ b/tests/test-verify.t
@@ -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


More information about the Mercurial-devel mailing list