chiark / gitweb /
git-debrebase: wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 10 Mar 2017 15:35:04 +0000 (15:35 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 16 Jun 2018 11:25:49 +0000 (12:25 +0100)
git-debrebase

index 1c902a262266db30d864c2e10d79c6180e692947..f77566c9efd482e17c8f490bd5f2c054a861aad8 100755 (executable)
@@ -279,8 +279,9 @@ sub classify ($) {
        !($p[0]{Differs} & ~D_DEB) &&
        !($p[1]{Differs} & ~D_UPS)) {
        return $classify->(qw(BreakwaterUpstreamMerge),
-                          Upstream => $p[1]);
+                          OrigParents => [ $p[1] ]);
     }
+    # xxx multi-.orig upstreams
 
     return $unknown->("complex merge");
 }