# HG changeset patch # User Steve Losh # Date 1253236926 14400 # Node ID 6431bd181dd8bb88b24e9e03e0b455103bf25e8c # Parent f46fef94b59322bf2a73878e62995d340c34ef4b Fix the packfor function. diff -r f46fef94b593 -r 6431bd181dd8 .bashrc --- a/.bashrc Thu Sep 17 18:26:00 2009 -0400 +++ b/.bashrc Thu Sep 17 21:22:06 2009 -0400 @@ -47,7 +47,7 @@ cp "$HOME/tasks/pack-archive" "$HOME/tasks/pack"; touch "$HOME/tasks/.pack.done" hg -R ~/tasks add 'pack' '.pack.done'; - hg com -m 'Starting to pack.' + hg -R ~/tasks com -m 'Starting to pack.' } # Useful functions -----------------------------------------------------------