comparison tests/test-mq.out @ 3024:a4374f7331e4

Call patch.diff directly instead of printdiff - this also saves an extra walk of the working directory.
author Brendan Cully <brendan@kublai.com>
date Tue, 29 Aug 2006 17:08:55 -0700
parents 2f190e998eb3
children 760414dc7ac6
comparison
equal deleted inserted replaced
3023:d838bfac668d 3024:a4374f7331e4
125 adding changesets 125 adding changesets
126 adding manifests 126 adding manifests
127 adding file changes 127 adding file changes
128 added 1 changesets with 1 changes to 1 files 128 added 1 changesets with 1 changes to 1 files
129 (run 'hg update' to get a working copy) 129 (run 'hg update' to get a working copy)
130 % cd b; hg qrefresh
131 adding a
132 foo
133
134 diff -r cb9a9f314b8b a
135 --- a/a
136 +++ b/a
137 @@ -1,1 +1,2 @@ a
138 a
139 +a
140 diff -r cb9a9f314b8b b/f
141 --- /dev/null
142 +++ b/b/f
143 @@ -0,0 +1,1 @@
144 +f
145 % hg qrefresh .
146 foo
147
148 diff -r cb9a9f314b8b b/f
149 --- /dev/null
150 +++ b/b/f
151 @@ -0,0 +1,1 @@
152 +f
153 M a
130 new file 154 new file
131 155
132 diff --git a/new b/new 156 diff --git a/new b/new
133 new file mode 100755 157 new file mode 100755
134 --- /dev/null 158 --- /dev/null