tests/test-tag
changeset 4892 d69b1fb111b9
parent 2647 46182568b4ce
child 4933 5fb8f5992a3d
--- a/tests/test-tag	Mon Jul 16 18:01:20 2007 -0700
+++ b/tests/test-tag	Mon Jul 16 20:15:03 2007 -0700
@@ -27,4 +27,17 @@
 hg tag -l 'xx
 newline'
 hg tag -l 'xx:xx'
-true
+
+echo % issue 601
+mv .hg/localtags .hg/ltags
+head -1 .hg/ltags | tr -d '\n' > .hg/localtags
+cat .hg/localtags
+hg tag -l localnewline
+cat .hg/localtags
+
+mv .hgtags hgtags
+head -1 hgtags | tr -d '\n' > .hgtags
+hg ci -d '1000000 0' -m'broken manual edit of .hgtags'
+cat .hgtags
+hg tag -d '1000000 0' newline
+cat .hgtags