comparison tests/test-import.t @ 984:b286f77d680c

tests: fix grammar, spelling, punctuation in comments
author Greg Ward <greg@gerg.ca>
date Sat, 21 Jun 2014 18:31:21 -0400
parents e3f7258d05d5
children f355bbc124fc
comparison
equal deleted inserted replaced
983:914255564352 984:b286f77d680c
1 1
2 This feature requires mercurial 3.0 2 This feature requires mercurial 3.0
3 (and the `only(` revset is 3.0 specific) 3 (and the `only()` revset is 3.0 specific)
4 4
5 $ (hg help revset | grep '"only(' > /dev/null) || exit 80 5 $ (hg help revset | grep '"only(' > /dev/null) || exit 80
6 6
7 Test creation of obsolescence marker by path import 7 Test creation of obsolescence marker by path import
8 8