On Feb 12, 11:00 pm, toomyem <[email protected]> wrote: > hg clone -u pyglet-1.1-maintenance https://pyglet.googlecode.com/hg/ pyglet
It needs to be said this is not the same as svn checking out a branch, it is the same as: #clone the whole repository hg clone https://pyglet.googlecode.com/hg/ pyglet #switch your working copy to a specific tag/branch/revision hg up -u pyglet-1.1-maintenance -- 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.
