comparison tests/test-tags.t @ 15243:1e9451476bf8

tests: cleanup of echo statements left over from test conversion
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 13 Oct 2011 04:27:49 +0200
parents 1e497df514e2
children a1914d214579
comparison
equal deleted inserted replaced
15242:dac2edce4e4a 15243:1e9451476bf8
133 133
134 $ echo "spam" >> .hgtags 134 $ echo "spam" >> .hgtags
135 $ echo >> .hgtags 135 $ echo >> .hgtags
136 $ echo "foo bar" >> .hgtags 136 $ echo "foo bar" >> .hgtags
137 $ echo "a5a5 invalid" >> .hg/localtags 137 $ echo "a5a5 invalid" >> .hg/localtags
138 $ echo "committing .hgtags:"
139 committing .hgtags:
140 $ cat .hgtags 138 $ cat .hgtags
141 acb14030fe0a21b60322c440ad2d20cf7685a376 first 139 acb14030fe0a21b60322c440ad2d20cf7685a376 first
142 spam 140 spam
143 141
144 foo bar 142 foo bar