Merge branch 'mh/p4'
* mh/p4: git-p4 submit: prevent 'Jobs' section from being removed from p4 change logmaint
commit
6d74e5c9db
|
@ -570,7 +570,7 @@ class P4Submit(Command):
|
|||
continue
|
||||
|
||||
if inDescriptionSection:
|
||||
if line.startswith("Files:"):
|
||||
if line.startswith("Files:") or line.startswith("Jobs:"):
|
||||
inDescriptionSection = False
|
||||
else:
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue