##// END OF EJS Templates
tests: prove that ignore works
Augie Fackler -
r31000:84ec2d6a default
parent child Browse files
Show More
@@ -204,3 +204,21 b' explicit flags work too:'
204 8: a 8
204 8: a 8
205 9: a 9
205 9: a 9
206 10: a 10
206 10: a 10
207
208 Put annotate in the ignore list for pager:
209 $ cat >> $HGRCPATH <<EOF
210 > [pager]
211 > ignore = annotate
212 > EOF
213 $ hg blame a
214 0: a
215 1: a 1
216 2: a 2
217 3: a 3
218 4: a 4
219 5: a 5
220 6: a 6
221 7: a 7
222 8: a 8
223 9: a 9
224 10: a 10
General Comments 0
You need to be logged in to leave comments. Login now