hgext3rd/topic/__init__.py
changeset 1916 535d975d3886
parent 1909 36112e361ee4
child 1917 ea4675c7a028
equal deleted inserted replaced
1915:cb651dbd0965 1916:535d975d3886
     8 disappear when changes are finalized.
     8 disappear when changes are finalized.
     9 
     9 
    10 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
    11 series instead of a single revision.
    11 series instead of a single revision.
    12 """
    12 """
    13 import functools
       
    14 import contextlib
    13 import contextlib
    15 import re
    14 import re
    16 
    15 
    17 from mercurial.i18n import _
    16 from mercurial.i18n import _
    18 from mercurial import branchmap
    17 from mercurial import branchmap