Vladimir Vukićević — Words
 

Archive for January, 2009



Mercurial Backouts

(This is not an ideal first post of 2009, but it will have to do.) I’ve noticed that people with hg tend to do backouts using “hg backout”, because, well, it’s a command named “backout”.  However, what this actually does is it places the inverse of the given commit as a child of it.  Then, [...]