##// END OF EJS Templates
contrib: don't hardcode path to bash interpreter...
Olle Lundberg -
r20831:864c56cb default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 #!/bin/bash
1 #!/usr/bin/env bash
2 # A simple script for opening merge conflicts in the editor.
2 # A simple script for opening merge conflicts in the editor.
3 # Use the following Mercurial settings to enable it.
3 # Use the following Mercurial settings to enable it.
4 #
4 #
@@ -1,4 +1,4 b''
1 #!/bin/bash
1 #!/usr/bin/env bash
2
2
3 # Measure the performance of a list of revsets against multiple revisions
3 # Measure the performance of a list of revsets against multiple revisions
4 # defined by parameter. Checkout one by one and run perfrevset with every
4 # defined by parameter. Checkout one by one and run perfrevset with every
General Comments 0
You need to be logged in to leave comments. Login now