((And now my identities strike again))
Unintentional, 99.9% of the mailing lists I use include a To or Reply-To
header that lets me use normal reply to reply to the group.
I never got into the habit, or ever felt comfortable in having to hit
the reply all button.
Peter Burns wrote:
> This is true, and I haven't used mercurial from git, but it's gotta be
> better than the svn integration. My main worry is keeping authorship
> info intact, because git differentiates between author and committer.
>
> I thought the same thing about local branches, but I just saw this
> page
http://www.selenic.com/mercurial/wiki/GitConcepts - which
> indicates that git-style local branches are *technically* supported,
> though the ui is kind of a pain. Either way, my hope is to just use
> git and a bridge to mercurial. I don't do any of the history
> rewriting stuff with git, which seems to be the major problem with
> integrating them, so I'm hopeful.
>
> I'd be willing to learn to use hg though and just interface through
> that for my code_swarm work honestly. Either way I just don't want to
> have a fork of code_swarm any more, I hate that it may have divided
> the community a bit or robbed it of some momentum.
>
> By the way, you didn't include the group in this email, was that
> intentional? If you repost it to the group, I will as well.
>
> -Peter
>
> On May 28, 2009, at 2:55 PM, Daniel Friesen wrote:
>
>> Careful with DCVS == DCVS. There are still differences between git
>> and mercurial.
>> If there are already people in the group comfortable with git then
>> moving to the existing git repo might be an option.
>> In particular one user in the bespin mailing list mentioned some
>> issues he had with pulling in hg (mercurial) which he never had
>> issues with in git.
>> Also note that hg doesn't actually support local branches like git
>> does. So if you're used to the classic git pattern of creating a new
>> branch for a feature, working on it, then merging/rebasing it into
>> your main repo then you might be a little uncomfortable moving to hg.
>>
>> ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [
http://daniel.friesen.name]