tests/test-topic.t
branchstable
changeset 3765 4aabc5c8b2af
parent 3764 f0f9139016d8
child 3769 1bc4b0807c37
child 3817 5ca297e78f2c
equal deleted inserted replaced
3764:f0f9139016d8 3765:4aabc5c8b2af
    90   
    90   
    91   Topic vanish when changeset move to the public phases. Moving to the public
    91   Topic vanish when changeset move to the public phases. Moving to the public
    92   phase usually happens on push, but it is possible to update that behavior. The
    92   phase usually happens on push, but it is possible to update that behavior. The
    93   server needs to have specific config for this.
    93   server needs to have specific config for this.
    94   
    94   
    95       # everything pushed become public (the default):
    95   * everything pushed become public (the default):
    96   
    96   
    97         [phase]
    97       [phase]
    98         publish = yes
    98       publish = yes
    99   
    99   
   100       # nothing push turned public:
   100   * nothing push turned public:
   101   
   101   
   102         [phase]
   102       [phase]
   103         publish = no
   103       publish = no
   104   
   104   
   105       # topic branches are not published, changeset without topic are:
   105   * topic branches are not published, changeset without topic are:
   106   
   106   
   107         [phase]
   107       [phase]
   108         publish = no
   108       publish = no
   109         [experimental]
   109       [experimental]
   110         topic.publish-bare-branch = yes
   110       topic.publish-bare-branch = yes
   111   
   111   
   112   In addition, the topic extension adds a "--publish" flag on 'hg push'. When
   112   In addition, the topic extension adds a "--publish" flag on 'hg push'. When
   113   used, the pushed revisions are published if the push succeeds. It also applies
   113   used, the pushed revisions are published if the push succeeds. It also applies
   114   to common revisions selected by the push.
   114   to common revisions selected by the push.
   115   
   115