mercurial/shelve.py
changeset 48875 6000f5b25c9b
parent 48592 bcc4820242cf
child 48946 642e31cb55f0
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    18 
    18 
    19 You can have more than one shelved change outstanding at a time; each
    19 You can have more than one shelved change outstanding at a time; each
    20 shelved change has a distinct name. For details, see the help for "hg
    20 shelved change has a distinct name. For details, see the help for "hg
    21 shelve".
    21 shelve".
    22 """
    22 """
    23 from __future__ import absolute_import
       
    24 
    23 
    25 import collections
    24 import collections
    26 import errno
    25 import errno
    27 import itertools
    26 import itertools
    28 import stat
    27 import stat