projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be88f61
)
patch library: fix previous patch
author
Johannes Berg
<johannes.berg@intel.com>
Tue, 16 Apr 2013 07:56:28 +0000
(09:56 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 16 Apr 2013 07:56:28 +0000
(09:56 +0200)
I accidentally removed one line too many ...
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
lib/patch.py
patch
|
blob
|
history
diff --git
a/lib/patch.py
b/lib/patch.py
index b5949fd7328f817c0c1f1c331f6cec66457bd6c3..01ad0701911bd566719a169f03114ada2e5985a9 100644
(file)
--- a/
lib/patch.py
+++ b/
lib/patch.py
@@
-626,6
+626,7
@@
class PatchSet(object):
return None
"""
+ for i,p in enumerate(self.items):
p.source = xnormpath(p.source)
p.target = xnormpath(p.target)