Mercurial > hgsubversion
changeset 490:b5413ff66f52
stupid: 80col OCD
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 15 Sep 2009 21:22:47 -0400 |
parents | cd793ca555af |
children | b71507d7becc |
files | hgsubversion/stupid.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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):