tests/test-topic.t
changeset 4069 a93b74f745a6
parent 4067 fb4801478d5d
child 4074 eb4d07a0b19f
child 4093 ef22eef37ecc
equal deleted inserted replaced
4067:fb4801478d5d 4069:a93b74f745a6
    38   
    38   
    39   The 'stack' will show you information about the stack of commit belonging to
    39   The 'stack' will show you information about the stack of commit belonging to
    40   your current topic.
    40   your current topic.
    41   
    41   
    42   Topic is offering you aliases reference to changeset in your current topic
    42   Topic is offering you aliases reference to changeset in your current topic
    43   stack as 't#'. For example, 's1' refers to the root of your stack, 's2' to the
    43   stack as 's#'. For example, 's1' refers to the root of your stack, 's2' to the
    44   second commits, etc. The 'hg stack' command show these number. 's0' can be
    44   second commits, etc. The 'hg stack' command show these number. 's0' can be
    45   used to refer to the parent of the topic root. Updating using 'hg up s0' will
    45   used to refer to the parent of the topic root. Updating using 'hg up s0' will
    46   keep the topic active.
    46   keep the topic active.
    47   
    47   
    48   Push behavior will change a bit with topic. When pushing to a publishing
    48   Push behavior will change a bit with topic. When pushing to a publishing