Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Best practice to copy and port module from branch n to n+1

by
Akretion France, David BEAL
- 10/02/2016 12:08:41
Hi all,

I have a module in OCA server-tools which is only in v7.
I want port it to v8.

I use cherry pick for all required commits, it's OK

But should I keep all the commits (same authors) to keep history
Or
should I squash them to "[PORT] copy 'my_module' to v8" before to refactor v8 style

Personnally I prefer to squash, history can be seen in v7 branch.

What is your advice ?

Thanks

David BEAL - Akretion
Odoo Development / Integration

Follow-Ups