I\'m offline a lot. So normally, I use one local clone as a \"hub\" for features, bugs, etc. hg clone local-hub bug-123
I have a project that I am developing built off CodeIgniter. The main part of the project is a private system I am creating, but I want to add it to source control, to gain all the associated goodies.
My project is made up of code in the following locations C:\\Dev\\ProjectA C:\\Lib\\LibraryB C:\\Lib\\LibraryC
I\'m quite new to mercurial, I\'ve read a lot of topics on this subject but I still can\'t understand if I can achieve what I\'m trying to do.
I\'m quite new to mercurial, I\'ve read a lot on this topic but I\'ve been unable to find a clear answer.
I have a mercurial repository with multiple sub repositories inside it. The repository has a visual studio solution containing projects in the repository and the subrepository.
Currently I have project consisting of multiple repositories, e.g.: +---Project (main repo) +---Core (subrepo)
Originally my subrepo\'s were defined with an absolute URL in .hgsub, which is now causing some trouble. It makes \"friendly dictator\" workflow impossible since I want to use an intermediate server w
I\'m using Mercurial 1.6. I have a repo with a few subrepos (11). 开发者_运维问答I would like to push the parent repo to the default remote repo without pushing the child repos. Reasons for wanting to
We have a large base of code that contains several shared projects, solution files, etc in one directory in SVN. We\'re migrating to Mercurial. I would like to take this opportunity to reorganize our