hgmerge
changeset 544 3d4d5f2aba9a
parent 306 f06a4a3b86a7
child 547 4fc63e22b1fe
equal deleted inserted replaced
543:61ead26cb8f0 544:3d4d5f2aba9a
     1 #!/bin/bash
     1 #!/bin/sh
     2 #
     2 #
     3 # hgmerge - default merge helper for Mercurial
     3 # hgmerge - default merge helper for Mercurial
     4 #
     4 #
     5 # This tries to find a way to do three-way merge on the current system.
     5 # This tries to find a way to do three-way merge on the current system.
     6 # The result ought to end up in $1.
     6 # The result ought to end up in $1.