Blog Discussion
system at December 18th, 2014 05:08 — #1
As our development team has expanded over the last year, debug information has crept into the repository on more than one occasion.
This is a companion discussion topic for the original entry at http://developer.onepagecrm.com/blog/2014/12/18/mercurial-precommit.html
dan at January 9th, 2015 09:11 — #2
I added this to my file to for old syntax for :focus => true
precommit.removeFocusOld:True = hg diff -S | grep -v '^-' | (! egrep ':focus => true')
Powered by Discourse, best viewed with JavaScript enabled