changeset 21689 | 503bb3af70fe |
parent 14379 | bd23d5f28bbb |
child 21836 | 232038a05fdb |
--- a/tests/test-context.py Thu Aug 15 15:23:36 2013 -0500 +++ b/tests/test-context.py Thu Aug 15 16:49:27 2013 -0500 @@ -21,7 +21,7 @@ # test memctx with non-ASCII commit message def filectxfn(repo, memctx, path): - return context.memfilectx("foo", "") + return context.memfilectx(repo, "foo", "") ctx = context.memctx(repo, ['tip', None], encoding.tolocal("Gr\xc3\xbcezi!"),