Mercurial > evolve
comparison tests/test-topic.t @ 4069:a93b74f745a6
topic: update other occurrence of 't0' is 's0' in the code
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 03 Sep 2018 20:53:12 +0200 |
parents | fb4801478d5d |
children | eb4d07a0b19f ef22eef37ecc |
comparison
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 |