hgext/journal.py
changeset 51863 f4733654f144
parent 51703 ca7bde5dbafb
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
     9 This extension adds a new command: `hg journal`, which shows you where
     9 This extension adds a new command: `hg journal`, which shows you where
    10 bookmarks were previously located.
    10 bookmarks were previously located.
    11 
    11 
    12 """
    12 """
    13 
    13 
       
    14 from __future__ import annotations
    14 
    15 
    15 import collections
    16 import collections
    16 import os
    17 import os
    17 import weakref
    18 import weakref
    18 
    19