diff tests/test-mq-qrefresh.out @ 6801:71e339714586

mq: fix qrefresh losing copy information (issue 1134)
author Patrick Mezard <pmezard@gmail.com>
date Mon, 07 Jul 2008 09:16:09 +0200
parents 3d1f9dcecdea
children f7fc5f5ecd62
line wrap: on
line diff
--- a/tests/test-mq-qrefresh.out	Wed Jun 25 14:13:20 2008 -0700
+++ b/tests/test-mq-qrefresh.out	Mon Jul 07 09:16:09 2008 +0200
@@ -159,3 +159,39 @@
 @@ -1,1 +1,1 @@
 -base
 +patched
+% create test repo
+adding a
+% capture changes
+diff --git a/a b/ab
+copy from a
+copy to ab
+--- a/a
++++ b/ab
+@@ -1,1 +1,2 @@
+ a
++b
+diff --git a/a b/ac
+copy from a
+copy to ac
+--- a/a
++++ b/ac
+@@ -1,1 +1,2 @@
+ a
++c
+% refresh and check changes again
+diff --git a/a b/ab
+copy from a
+copy to ab
+--- a/a
++++ b/ab
+@@ -1,1 +1,2 @@
+ a
++b
+diff --git a/a b/ac
+copy from a
+copy to ac
+--- a/a
++++ b/ac
+@@ -1,1 +1,2 @@
+ a
++c