I want to copy a file and the history of its changes from one
repository to another. Is there a way to automate this?
I.e. I have a repository with a file as follows:-
chris$ hg history css/template.less
changeset: 1:b700830dac2f
user: Chris Green
date: Sat Sep 25 12:34:19 2021 +0100
summary: It took me ages to find where the basic HTML <code> colour was
set!
changeset: 0:0024aa238c44
user: Chris Green
date: Sat Sep 25 12:28:11 2021 +0100
summary: Initial version on 25th September 2021
chris$
I have another repository and I want to add css/template.less to that
repository with the
above changesets.
I realise that for the above simple, single change I could just add the file
and do the
change manually but I want to do the same for files that have had quite a few
changes.
Is this possible fairly easily?
--
Chris Green
_______________________________________________
Mercurial mailing list
[email protected]
https://www.mercurial-scm.org/mailman/listinfo/mercurial