pkg-merge: Always submit a new MR, even with conflicts
All threads resolved!
All threads resolved!
Compare changes
- Emanuele Aina authored
Refactor the code to reduce the amount of state carried across loop iterations and to reduce the nesting of conditionals, so that it's hopefully easier to understand and modify. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
@@ -12,6 +12,7 @@ from sh.contrib import git
@@ -74,41 +75,51 @@ def main():