Submitter | via Mercurial-devel |
---|---|
Date | May 31, 2017, 5:36 p.m. |
Message ID | <f95051007128edbad998.1496252202@martinvonz.svl.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/21091/ |
State | Accepted |
Headers | show |
Comments
On Wed, May 31, 2017 at 10:36:42AM -0700, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk <martinvonz@google.com> > # Date 1496252110 25200 > # Wed May 31 10:35:10 2017 -0700 > # Node ID f95051007128edbad998bdfe4bb869b15e819994 > # Parent 8e0327dae3f45e4ba830b908d5d5483f0918dc86 > tests: fix typo in "flagprocesor" Queued, thanks > > 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 > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
Patch
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