On Tue, Apr 21, 2009 at 8:44 PM, Pat LeSmithe <qed...@gmail.com> wrote:
> Besides username, and
>
> [diff]
> git = true
>
> for binary patches, are there other useful bits I should put in ~/.hgrc?

I have these bits to turn on Mercurial queues (not enabled by default
in Debian) and colordiff  (install on Debian/Ubuntu with
sudo apt-get install colordiff):

[extensions]
hgext.churn=
extdiff =
hgk=
hgext.mq=

[extdiff]
cmd.cdiff = colordiff
opts.cdiff = -uprN

[defaults]
# suppress noisy extdiff header message
cdiff = -q

-- 
Carlo Hamalainen
http://carlo-hamalainen.net

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to