Mercurial > public > mercurial-scm > hg
diff tests/test-hook.t @ 17492:973c2b0b403c
spelling: nonexistent
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | 59c14bf5a48c |
children | 57fb8c9509f4 |
line wrap: on
line diff
--- a/tests/test-hook.t Fri Aug 17 13:58:18 2012 -0700 +++ b/tests/test-hook.t Fri Aug 17 13:58:18 2012 -0700 @@ -529,12 +529,12 @@ [1] $ echo '[hooks]' > .hg/hgrc - $ echo "update.ne = python:`pwd`/nonexisting.py:testhook" >> .hg/hgrc + $ echo "update.ne = python:`pwd`/nonexistent.py:testhook" >> .hg/hgrc $ echo "pre-identify.npmd = python:`pwd`/:no_python_module_dir" >> .hg/hgrc $ hg up null loading update.ne hook failed: - abort: No such file or directory: $TESTTMP/d/repo/nonexisting.py + abort: No such file or directory: $TESTTMP/d/repo/nonexistent.py [255] $ hg id