Re: Forbid a changeset from merging
Markus Wanner <[email protected]>
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
On 08/16/2013 10:18 AM, Stephen Leake wrote: > You could do it manually with the following steps: > > - generate a diff file containing the changeset. > > - propagate from local to main Remember that this a) reveals your local changes and b) screws up history (i.e. logs and annotate). I usually keep anything that could be described as "local adjustments" private and the upstream clean of such adjustments. Regards Markus Wanner