Him
I have two hg repositories.
main/lib
main/application
I think I would like to have a checkpoint so that I can store the state of lib and application at one time.
I read there is a concept of subreposities... I had an idea to create a third repository in main in which I could store the needed state... What would you recommend to use for it? I could not add files of lib and application to main.
How would you do it?