Fixed the .commandr bug.

This commit is contained in:
Sean B. Palmer
2010-01-19 14:52:37 +00:00
parent f5ef55769e
commit 3e300c4357
3 changed files with 8 additions and 55 deletions

View File

@@ -5,3 +5,10 @@
archive: ;
hg archive -t tbz2 phenny-hg.tar.bz2
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
ci: ;
git commit -a && git push origin master
log: ;
# git log --date=short --format='%h %ad %s'
git graph