On Sat, Feb 19, 2011 at 9:11 AM, Thomas G. Willis <[email protected]> wrote: > "it's possible to use the Hg-Git plugin and be > able to push to and pull from a Git server repository from Mercurial. " > I was wondering this actually. Is it really practical? as in you don't need > to know git to push/pull? learning git is in the cards for me, but it's way > down on the list right now.
Hg-git is made by the Git or Github developers so it should be sound on the Git side (in terms of not corrupting the repository). My hesitation to use it at this moment is not understanding what it's really doing in the repository given that Git branches etc work differently than Hg branches. I don't want to mess up a shared repository by stomping on somebody else's branch or making a branch that everybody sees and is annoyed by; that kind of thing. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
