tests/test-topic-rebase.t
changeset 3384 2b06f144b6e0
parent 3016 d12c82fd1143
child 3397 f7129e3d5a38
equal deleted inserted replaced
3383:733e01473ec2 3384:2b06f144b6e0
    26   >    echo "$1" > "$1"
    26   >    echo "$1" > "$1"
    27   >    hg add "$1"
    27   >    hg add "$1"
    28   >    hg ci -m "add $1" $2 $3
    28   >    hg ci -m "add $1" $2 $3
    29   > }
    29   > }
    30   $ logtopic() {
    30   $ logtopic() {
    31   >    hg log -G -T "{rev}:{node}\ntopics: {topics}" 
    31   >    hg log -G -T "{rev}:{node}\ntopics: {topic}" 
    32   > }
    32   > }
    33 
    33 
    34 Check that rebase keep the topic in the simple case (1 changeset, no merge conflict)
    34 Check that rebase keep the topic in the simple case (1 changeset, no merge conflict)
    35 ------------------------------------------------------------------------------------
    35 ------------------------------------------------------------------------------------
    36 
    36