##// END OF EJS Templates
Variable 'body' was missing in patchbomb script.
Thomas Arendsen Hein -
r1135:e455d91f default
parent child Browse files
Show More
@@ -107,6 +107,7 b' def patchbomb(ui, repo, *revs, **opts):'
107 def makepatch(patch, idx, total):
107 def makepatch(patch, idx, total):
108 desc = []
108 desc = []
109 node = None
109 node = None
110 body = ''
110 for line in patch:
111 for line in patch:
111 if line.startswith('#'):
112 if line.startswith('#'):
112 if line.startswith('# Node ID'): node = line.split()[-1]
113 if line.startswith('# Node ID'): node = line.split()[-1]
General Comments 0
You need to be logged in to leave comments. Login now