Chris Green <c...@isbd.net> writes:

> Is there a way to manage the files which are the same across multiple
> systems and, at the same time, managing the special cases?

You can create named branches for the special cases and `merge` default
into these when you do general changes.

If you happen to do a change in the special system that you want in the
general systems, you can just commit the change on the special branch
and then `graft` it into the default branch.

(using graft avoids disturbing the flow of changes from the default
branch into the specialized branches)

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Mercurial mailing list
Mercurial@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial

Reply via email to