On Fri, Feb 1, 2013 at 3:38 PM, Keshav Kini <keshav.k...@gmail.com> wrote:
> Robert Bradshaw <rober...@math.washington.edu> writes:
>> (4) Perhaps I could configure things differently, but littering my
>> directory with reject files when things don't apply cleanly vs. git's
>> inline
>>
>> <<<<<< OLD
>> ...
>> ========
>> ...
>>>>>>>> NEW
>>
>> is so much easier to deal with (as well as being a lot safer in making
>> sure nothing was omitted).
>
> I agree that this is better, but IMHO a nicer solution than either of
> these is using an actual three-way merge resolution tool such as kdiff3
> or vimdiff or meld or whatever. You can do this with `git mergetool` and
> a little configuration in ~/.gitconfig . Of course there's similar
> functionality in Mercurial as well, though you need to do a little more
> configuration to get it to work, in my experience.

I greatly prefer the incredibly simple and straightforward merge
markup with git  to using any of the several sophisticated 3-way merge
tools that I've used (in OS X and linux, at least until 2008).  This
is probably partly because I get to use the editor of my choice
(emacs) to do the actual work, rather than having to use some
graphical merge client.

<<<<<< OLD
...
========
...
>>>>> NEW

>
> I completely agree with the rest of your mail, though.
>
> -Keshav
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to