how to push selected changes only?

Anton Shestakov engored at gmail.com
Mon Jan 20 22:55:23 UTC 2014


2014/1/20  <hamann.w at t-online.de>:
> Hi Anton,
>
> I finally did it in a way that would not require understanding more of the internals of hg
> than I do now ,,,,
> I made a script that would read the output of hg log -r 13:40 -r 20:30
> (so it had things in correct order), present them one revision at a time,
> and let me deicde whether to include the revision, skip it (would mean
> join it with the next rev affecting the same file), or include only some files.
> The script would then run commands like
> hg cat -r 13 file1 >../orig-dir/file1
> to copy the file to the other repo, modify its file date, and commit.
> I found out that I needed to provide an add option as well
>
> Regards
>

Sure, that works too.

(Bringing this back to mailing list).



More information about the Mercurial mailing list