diff tests/test-context.py.out @ 21837:61b333b982ea

test-context: add test for performing a diff on a memctx We now see the first result of all that refactoring of memctx: we can now diff against a memctx.
author Sean Farley <sean.michael.farley@gmail.com>
date Fri, 13 Jun 2014 15:59:18 -0700
parents 232038a05fdb
children c95db3208a33
line wrap: on
line diff
--- a/tests/test-context.py.out	Fri Jun 13 15:56:11 2014 -0700
+++ b/tests/test-context.py.out	Fri Jun 13 15:59:18 2014 -0700
@@ -3,3 +3,11 @@
 Latin-1 : Grüezi!
 UTF-8   : Grüezi!
 (['foo'], [], [], [], [], [], [])
+diff --git a/foo b/foo
+
+--- a/foo
++++ b/foo
+@@ -1,1 +1,2 @@
+ foo
++bar
+