On 12 Lut, 20:27, Thomas Woelz <[email protected]> wrote: > Sorry for the newbie question, not familiar with mercurial yet. > With svn I was able to checkout specific branches, but I don't know > how to do that with hg. > I know that the svn checkout command still works, but since it > probably will be discontinued at some point, I would like to switch to > hg. > Thomas
It will be just: hg clone -u pyglet-1.1-maintenance https://pyglet.googlecode.com/hg/ pyglet Regards, toomyem -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
