# HG changeset patch # User Jeff Hammel # Date 1379500900 25200 # Node ID 1303f1f90a90dc73908af537d59b65f31e428ef8 # Parent c30cd64739845f4a2f923ff80bc524f8293e42b1 .bashrc diff -r c30cd6473984 -r 1303f1f90a90 .bashrc --- a/.bashrc Tue Sep 17 19:24:26 2013 -0700 +++ b/.bashrc Wed Sep 18 03:41:40 2013 -0700 @@ -43,7 +43,7 @@ # aliases alias awd="python -c 'import os; print os.path.realpath(\".\")'" -alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | head -n 1 | cut -f 3 -d " "`' +alias currentpatch='echo `hg root`/.hg/patches/`hg qapp -v | tail -n 1 | cut -f 3 -d " "`' alias datestamp='date +%Y%m%d%H%M%S' alias distribute='python setup.py egg_info -RDb "" sdist register upload' alias grep='grep --colour=auto'