contrib/check-commit
changeset 45830 c102b704edb5
parent 43659 99e231afc29c
child 46819 d4ba4d51f85f
equal deleted inserted replaced
45829:e7a4c018b563 45830:c102b704edb5
     1 #!/usr/bin/env python
     1 #!/usr/bin/env python3
     2 #
     2 #
     3 # Copyright 2014 Matt Mackall <mpm@selenic.com>
     3 # Copyright 2014 Matt Mackall <mpm@selenic.com>
     4 #
     4 #
     5 # A tool/hook to run basic sanity checks on commits/patches for
     5 # A tool/hook to run basic sanity checks on commits/patches for
     6 # submission to Mercurial. Install by adding the following to your
     6 # submission to Mercurial. Install by adding the following to your