log bin/revert @ 8254:0ce6ec3bab82

age author description
Sun, 06 Mar 2016 23:13:35 +0000 HackBot <b_jonas> `` echo $\'#!/bin/sh\\nexec git checkout HEAD^ .\\n\' > bin/revert
Sun, 06 Mar 2016 23:10:42 +0000 HackBot <b_jonas> `` echo $\'#!/bin/sh\\nexec git revert --no-commit HEAD\\n\' > bin/revert
Sun, 06 Mar 2016 23:06:25 +0000 HackBot <b_jonas> `` echo $\'#!/bin/sh\\nexec git revert HEAD\\n\' > bin/revert
Sun, 06 Mar 2016 23:05:43 +0000 HackBot <b_jonas> `` echo $\'#!/bin/sh\\nexec git reset --hard HEAD^\\n\' > bin/revert