Mercurial > hg
diff mercurial/pure/mpatch.py @ 34435:5326e4ef1dab
style: never put multiple statements on one line
Differential Revision: https://phab.mercurial-scm.org/D905
author | Alex Gaynor <agaynor@mozilla.com> |
---|---|
date | Fri, 29 Sep 2017 15:49:20 +0000 |
parents | 0e8b0b9a7acc |
children | 644a02f6b34f |
line wrap: on
line diff
--- a/mercurial/pure/mpatch.py Mon Oct 02 18:18:57 2017 +0100 +++ b/mercurial/pure/mpatch.py Fri Sep 29 15:49:20 2017 +0000 @@ -75,7 +75,8 @@ # copy all the patches into our segment so we can memmove from them pos = b2 + bl m.seek(pos) - for p in bins: m.write(p) + for p in bins: + m.write(p) for plen in plens: # if our list gets too long, execute it