hgext/fix.py
changeset 45942 89a2afe31e82
parent 45810 09914d934cf4
child 45946 464539c305aa
equal deleted inserted replaced
45941:346af7687c6f 45942:89a2afe31e82
   370     }
   370     }
   371     scmutil.cleanupnodes(repo, replacements, b'fix', fixphase=True)
   371     scmutil.cleanupnodes(repo, replacements, b'fix', fixphase=True)
   372 
   372 
   373 
   373 
   374 def getworkqueue(ui, repo, pats, opts, revstofix, basectxs):
   374 def getworkqueue(ui, repo, pats, opts, revstofix, basectxs):
   375     """"Constructs the list of files to be fixed at specific revisions
   375     """ "Constructs the list of files to be fixed at specific revisions
   376 
   376 
   377     It is up to the caller how to consume the work items, and the only
   377     It is up to the caller how to consume the work items, and the only
   378     dependence between them is that replacement revisions must be committed in
   378     dependence between them is that replacement revisions must be committed in
   379     topological order. Each work item represents a file in the working copy or
   379     topological order. Each work item represents a file in the working copy or
   380     in some revision that should be fixed and written back to the working copy
   380     in some revision that should be fixed and written back to the working copy