Timestamp-based automatic merge in Mercurial -
I want to use Mercurial for email-based sync system (see)
I have applied around sending bundles nearby and applying them in the repository to coordinate the advertisement. But I often get merge conflicts, which I have to solve manually.
But they can be easily resolved: I just want a new file to replace the old file. Is it possible to set a merge-to tool in Mercurial, which actually does this: When I hg pull a new time stamp in the bundle file Updating with?
- tool = internal: local option
Comments
Post a Comment