I have a largish Mercurial repository that I've decided would be better as several smaller repositories. Is there a way that I can split the repository and have each piece retain its revision history?
|
3
|
|||
|
|
|
|
The best way to do this is using the 'convert' extension. You'll use mercurial and both source and destination type and then use a
The rename is only necessary if you want to take the parts you're keeping and move them "higher" in the directory hierarchy. |
||||||
|
|
|
Just clone it and delete the unwanted stuff out of each copy. |
||||
|
