hgext/fix.py
changeset 48875 6000f5b25c9b
parent 48672 657e490756e6
child 48913 f254fc73d956
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
   120 several revisions may be fixed in parallel. Writes to the working copy are not
   120 several revisions may be fixed in parallel. Writes to the working copy are not
   121 amended into the revision being fixed; fixer tools should always write fixed
   121 amended into the revision being fixed; fixer tools should always write fixed
   122 file content back to stdout as documented above.
   122 file content back to stdout as documented above.
   123 """
   123 """
   124 
   124 
   125 from __future__ import absolute_import
       
   126 
   125 
   127 import collections
   126 import collections
   128 import itertools
   127 import itertools
   129 import os
   128 import os
   130 import re
   129 import re