On Thu, Jul 10, 2008 at 12:49 PM, birdspider <[EMAIL PROTECTED]> wrote: > I can't seem to find an option to make an little-picture branch. AFAIK > big-picture branches are clones but there is a 'hg branch' command isn't > there? In Mercurial Eclipse (eclipse hg plugin) those little-picture > branches are simply called branches. I looked for those in TortoiseHG > but either there are not supported or named otherwise. Can someone > please offer imformation ?
Not sure about your terminology here, but your use of "big" and "little" makes me a bit wary: `hg branch` creates an in-repository branch. The branch name is going to be recorded in the project forever. In my opinion, this is good for longer lived branches that you want to maintain in one and the same repository. `hg clone` creates a second repository which can be used for both long lived and experimental branches. The latter because they can easily be thrown away again without a trace, if the experiment fails. Lastly, the in-repository branches are a newer feature than plain clones, and aren't as polished as one could wish. -parren ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

