May 2012
1 post
egrep in all revisions with mercurial
I am new to Mercurial and today I had to search a string through all my older revisions of the code. I checked out if this was possible on bitbucket but apparently they don’t offer the option to search through code yet. They let you browse any given revision though, which is very useful.
So this is what I quickly came up with. I ran a simple shell loop on my terminal that checks out all the...