diff tests/test-cat @ 6093:f5b00b6e426a

Option --decode for hg cat to apply decode filters. (Does not trigger expansion of keyword arguments when using keyword extension, though that might be desirable as well.)
author Jesse Glick <jesse.glick@sun.com>
date Sat, 09 Feb 2008 13:05:22 -0500
parents 7544700fd931
children 991f7518c3f3
line wrap: on
line diff
--- a/tests/test-cat	Wed Feb 13 23:49:57 2008 +0100
+++ b/tests/test-cat	Sat Feb 09 13:05:22 2008 -0500
@@ -8,6 +8,7 @@
 hg ci -A -m m -d "1000000 0"
 hg rm a
 hg cat a
+hg cat --decode a # more tests in test-encode
 sleep 1 # make sure mtime is changed
 echo 1 > b
 hg ci -m m -d "1000000 0"