src/topic/__init__.py
changeset 1846 0b5b757ca812
parent 1845 24d8053020a2
child 1847 9fa5b8f4e98e
equal deleted inserted replaced
1845:24d8053020a2 1846:0b5b757ca812
     1 # __init__.py - topic extension
     1 # __init__.py - topic extension
     2 #
     2 #
     3 # This software may be used and distributed according to the terms of the
     3 # This software may be used and distributed according to the terms of the
     4 # GNU General Public License version 2 or any later version.
     4 # GNU General Public License version 2 or any later version.
     5 """Adds topic branches. Topic branches are lightweight branches which
     5 """support for topic branches
     6 dissappear when changes are finalized.
     6 
       
     7 Topic branches are lightweight branches which
       
     8 disappear when changes are finalized.
     7 
     9 
     8 This is sort of similar to a bookmark, but it applies to a whole
    10 This is sort of similar to a bookmark, but it applies to a whole
     9 series instead of a single revision.
    11 series instead of a single revision.
    10 """
    12 """
    11 import functools
    13 import functools