My .emacs is now in Mercurial
A while ago I decided to start maintaining my .emacs file under revision control. I picked git because it seemed like the cool thing to do. I put it on gitorious so that I could easily sync it with my home and work machines, and it was public in the off chance that it might help out some other emacs user. Today I converted it from git to mercurial, because for some reason
hg incoming
is more intuitive and easier for me to remember than
git fetch && git log ..origin/master
Maybe I'm weird that way. Anyway, the new repo is on bitbucket. That is all.
Comments
This article explains the user interface differences pretty well.
So yeah, I could do the work to learn git equivalents to mercurial, and even make git aliases to make it look like mercurial, *or* I could just use mercurial. And don't worry, mercurial is excellent and fast too.
There are also mercurial patch queues, with which I have recently fallen in love. Steve Losh articulates their advantages masterfully.
Also, so far I don't have any passwords in my .emacs. If I ever have a need to do that I'll probably just put them in a separate file that my .emacs loads, and not check that file in.