diff tests/test-tags @ 4143:26314500a5e1

Don't truncate tag and branch names after 30 chars (introduced 73860ffbe798) with test added for a long (local) tag name.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 05 Mar 2007 19:48:21 +0100
parents 7f7425306925
children e29f2db5ab18
line wrap: on
line diff
--- a/tests/test-tags
+++ b/tests/test-tags
@@ -10,6 +10,9 @@ hg commit -m "test" -d "1000000 0"
 hg co
 hg identify
 T=`hg tip --debug | head -n 1 | cut -d : -f 3`
+hg tag -l "This is a local tag with a really long name!"
+hg tags
+rm .hg/localtags
 echo "$T first" > .hgtags
 cat .hgtags
 hg add .hgtags