# HG changeset patch # User Augie Fackler # Date 1253064167 14400 # Node ID b5413ff66f52a92c2b4c88cccf3fb29c25781c50 # Parent cd793ca555af296d99b904fe8612b00886bf19c0 stupid: 80col OCD diff --git a/hgsubversion/stupid.py b/hgsubversion/stupid.py --- a/hgsubversion/stupid.py +++ b/hgsubversion/stupid.py @@ -522,14 +522,14 @@ def convert_rev(ui, meta, svn, r, tbdelt for br, bp in branches.iteritems(): bad_branch_paths[br] = [] - # This next block might be needed, but for now I'm omitting it until it can be - # proven necessary. + # This next block might be needed, but for now I'm omitting it until it + # can be proven necessary. # for bad in brpaths: # if bad.startswith(bp) and len(bad) > len(bp): # bad_branch_paths[br].append(bad[len(bp)+1:]) - # We've go a branch that contains other branches. We have to be careful to - # get results similar to real replay in this case. + # We've go a branch that contains other branches. We have to be careful + # to get results similar to real replay in this case. for existingbr in meta.branches: bad = meta.remotename(existingbr) if bad.startswith(bp) and len(bad) > len(bp):