view bin/revert @ 7152:d3c2f93eeb2a

<b_jonas> `` echo $\'#!/bin/sh\\nexec git revert --no-commit HEAD\\n\' > bin/revert
author HackBot
date Sun, 06 Mar 2016 23:10:42 +0000
parents 5b55f61ab950
children cb4362e289d4
line wrap: on
line source

#!/bin/sh
exec git revert --no-commit HEAD