Don't calculate diffs .... #25
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "adamm/git-importer:use_git_for_sha256"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of calculating diffs, just apply the revision to the branch
as-is. If things don't match, update them. Done.
Problems happens if there are devel project changes and histories
are no longer linear and the diffs are not calculated properly.
eg. trytond_stock_lot devel branch was imported incorrectly
The code assumes that new branches are orphaned.
Pull request closed