forked from importers/git-importer
Ignore merge point candidates that create crosses
In OBS you can create submit requests for revisions that are behind the last merge point, in git you can't - so we ignore them. Fixes #14
This commit is contained in:
@@ -71,5 +71,6 @@ class TestTreeMethods(unittest.TestCase):
|
||||
def test_firewalld_tree(self):
|
||||
self.verify_package("firewalld")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
Reference in New Issue
Block a user