tests/test-tag
changeset 4892 d69b1fb111b9
parent 2647 46182568b4ce
child 4933 5fb8f5992a3d
equal deleted inserted replaced
4891:2d545b98a7bc 4892:d69b1fb111b9
    25 cat .hg/localtags
    25 cat .hg/localtags
    26 
    26 
    27 hg tag -l 'xx
    27 hg tag -l 'xx
    28 newline'
    28 newline'
    29 hg tag -l 'xx:xx'
    29 hg tag -l 'xx:xx'
    30 true
    30 
       
    31 echo % issue 601
       
    32 mv .hg/localtags .hg/ltags
       
    33 head -1 .hg/ltags | tr -d '\n' > .hg/localtags
       
    34 cat .hg/localtags
       
    35 hg tag -l localnewline
       
    36 cat .hg/localtags
       
    37 
       
    38 mv .hgtags hgtags
       
    39 head -1 hgtags | tr -d '\n' > .hgtags
       
    40 hg ci -d '1000000 0' -m'broken manual edit of .hgtags'
       
    41 cat .hgtags
       
    42 hg tag -d '1000000 0' newline
       
    43 cat .hgtags