Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 4068:eb9fa25091c7 stable
topic: mention t0 in topic documentation
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 03 Sep 2018 17:28:50 +0200 |
parents | 260587c00fd8 |
children | d54a4b9c1d01 |
comparison
equal
deleted
inserted
replaced
4040:7c22a7187695 | 4068:eb9fa25091c7 |
---|---|
28 The 'stack' will show you information about the stack of commit belonging to | 28 The 'stack' will show you information about the stack of commit belonging to |
29 your current topic. | 29 your current topic. |
30 | 30 |
31 Topic is offering you aliases reference to changeset in your current topic | 31 Topic is offering you aliases reference to changeset in your current topic |
32 stack as 't#'. For example, 't1' refers to the root of your stack, 't2' to the | 32 stack as 't#'. For example, 't1' refers to the root of your stack, 't2' to the |
33 second commits, etc. The 'hg stack' command show these number. | 33 second commits, etc. The 'hg stack' command show these number. 't0' can be used |
34 +to refer to the parent of the topic root. Updating using `hg up t0` will keep | |
35 +the topic active. | |
34 | 36 |
35 Push behavior will change a bit with topic. When pushing to a publishing | 37 Push behavior will change a bit with topic. When pushing to a publishing |
36 repository the changesets will turn public and the topic data on them will fade | 38 repository the changesets will turn public and the topic data on them will fade |
37 away. The logic regarding pushing new heads will behave has before, ignore any | 39 away. The logic regarding pushing new heads will behave has before, ignore any |
38 topic related data. When pushing to a non-publishing repository (supporting | 40 topic related data. When pushing to a non-publishing repository (supporting |