Fix the packfor function.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Thu, 17 Sep 2009 21:22:06 -0400 | 
    
    
    
        | parents | 
        f46fef94b593 
 | 
    
    
        | children | 
        2bcfcb024d24
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        .bashrc  | 
    
Changes
    
--- 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 -----------------------------------------------------------