hgext3rd/topic/__init__.py
changeset 3026 e9935c2c4672
parent 3025 e814c553ef32
child 3027 b220e2f5ebd5
equal deleted inserted replaced
3025:e814c553ef32 3026:e9935c2c4672
    47 next' and 'hg prev' will stick to the current topic.
    47 next' and 'hg prev' will stick to the current topic.
    48 
    48 
    49 Be aware that this extension is still an experiment, commands and other features
    49 Be aware that this extension is still an experiment, commands and other features
    50 are likely to be change/adjusted/dropped over time as we refine the concept.
    50 are likely to be change/adjusted/dropped over time as we refine the concept.
    51 
    51 
    52 Config option
    52 topic-mode
    53 =============
    53 ==========
    54 
    54 
    55 The topic extension can be configured to ensure the user do not forget to add
    55 The topic extension can be configured to ensure the user do not forget to add
    56 a topic when committing a new topic::
    56 a topic when committing a new topic::
    57 
    57 
    58     [experimental]
    58     [experimental]