I'm currently attempting to use Bazaar (via Bazaar Explorer for Windows) to manage some WordPress sites.
Local and distant branches have naturally diverged: some files such as .htaccess
and wp-config.php
are inevitably different.
As partial bzr-merge
seems to be impossible (cf. Bazaar merge questions), I'm looking for a efficient way in order to manage this two branches: reflecting changes made to a branch into the other (or vice versa) without having to re-commit diverging files each time.