tests/test-topic-change.t
branchmercurial-4.2
changeset 3419 1e2f683e11e7
parent 3108 9c9c8c1eeb93
parent 3418 85cdce113c2c
child 3592 7a5c3175015e
equal deleted inserted replaced
3381:16b4f0e32d9d 3419:1e2f683e11e7
     8   > graphstyle.missing = |
     8   > graphstyle.missing = |
     9   > evolution=createmarkers, allowunstable
     9   > evolution=createmarkers, allowunstable
    10   > [phases]
    10   > [phases]
    11   > publish=false
    11   > publish=false
    12   > [alias]
    12   > [alias]
    13   > glog = log -G -T "{rev}:{node|short} \{{topics}}\n{desc}  ({bookmarks})\n\n"
    13   > glog = log -G -T "{rev}:{node|short} \{{topic}}\n{desc}  ({bookmarks})\n\n"
    14   > EOF
    14   > EOF
    15 
    15 
    16 About the glog output: {} contains the topic name and () will contain the bookmark
    16 About the glog output: {} contains the topic name and () will contain the bookmark
    17 
    17 
    18 Setting up a repo
    18 Setting up a repo