log bin/revert @ 7152:d3c2f93eeb2a

age author description
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