tests/test-encoding-align
changeset 12156 4c94b6d0fb1c
parent 11674 c29012a73518
equal deleted inserted replaced
12155:94ad12aa0530 12156:4c94b6d0fb1c
    76 #### commit(1)
    76 #### commit(1)
    77 
    77 
    78 echo 'first line(1)' >> s; cp s $S
    78 echo 'first line(1)' >> s; cp s $S
    79 echo 'first line(2)' >> m; cp m $M
    79 echo 'first line(2)' >> m; cp m $M
    80 echo 'first line(3)' >> l; cp l $L
    80 echo 'first line(3)' >> l; cp l $L
    81 hg commit -m 'first commit' -u $S -d "1000000 0"
    81 hg commit -m 'first commit' -u $S
    82 
    82 
    83 #### commit(2)
    83 #### commit(2)
    84 
    84 
    85 echo 'second line(1)' >> s; cp s $S
    85 echo 'second line(1)' >> s; cp s $S
    86 echo 'second line(2)' >> m; cp m $M
    86 echo 'second line(2)' >> m; cp m $M
    87 echo 'second line(3)' >> l; cp l $L
    87 echo 'second line(3)' >> l; cp l $L
    88 hg commit -m 'second commit' -u $M -d "1000000 0"
    88 hg commit -m 'second commit' -u $M
    89 
    89 
    90 #### commit(3)
    90 #### commit(3)
    91 
    91 
    92 echo 'third line(1)' >> s; cp s $S
    92 echo 'third line(1)' >> s; cp s $S
    93 echo 'third line(2)' >> m; cp m $M
    93 echo 'third line(2)' >> m; cp m $M
    94 echo 'third line(3)' >> l; cp l $L
    94 echo 'third line(3)' >> l; cp l $L
    95 hg commit -m 'third commit' -u $L -d "1000000 0"
    95 hg commit -m 'third commit' -u $L
    96 
    96 
    97 #### check
    97 #### check
    98 
    98 
    99 echo '% check alignment of user names in annotate'
    99 echo '% check alignment of user names in annotate'
   100 hg annotate -u $M
   100 hg annotate -u $M
   107 ####     - tag names in list
   107 ####     - tag names in list
   108 
   108 
   109 #### add branches/tags
   109 #### add branches/tags
   110 
   110 
   111 hg branch $S
   111 hg branch $S
   112 hg tag -d "1000000 0" $S
   112 hg tag $S
   113 hg branch $M
   113 hg branch $M
   114 hg tag -d "1000000 0" $M
   114 hg tag $M
   115 hg branch $L
   115 hg branch $L
   116 hg tag -d "1000000 0" $L
   116 hg tag $L
   117 
   117 
   118 #### check
   118 #### check
   119 
   119 
   120 echo '% check alignment of branches'
   120 echo '% check alignment of branches'
   121 hg tags
   121 hg tags