comparison tests/test-add.t @ 15524:e7119b091809

merge with crew
author Matt Mackall <mpm@selenic.com>
date Thu, 17 Nov 2011 23:02:18 -0600
parents 2371f4aea665 117f9190c1ba
children ee9bd7ef0a0e
comparison
equal deleted inserted replaced
15523:f9da84a950d0 15524:e7119b091809
121 $ hg st 121 $ hg st
122 M a 122 M a
123 ? a.orig 123 ? a.orig
124 124
125 $ hg add c && echo "unexpected addition of missing file" 125 $ hg add c && echo "unexpected addition of missing file"
126 c: No such file or directory 126 c: * (glob)
127 [1] 127 [1]
128 $ echo c > c 128 $ echo c > c
129 $ hg add d c && echo "unexpected addition of missing file" 129 $ hg add d c && echo "unexpected addition of missing file"
130 d: No such file or directory 130 d: * (glob)
131 [1] 131 [1]
132 $ hg st 132 $ hg st
133 M a 133 M a
134 A c 134 A c
135 ? a.orig 135 ? a.orig