Add "weechat/urls.log" to .hgignore.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Mon, 26 Sep 2011 09:41:22 -0400 | 
    
        | parents | c36787971142 | 
    
        | children | (none) | 
#!/usr/bin/env zsh
alias t='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=tasks.txt'
alias p='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack.txt'
alias pa='~/lib/t/t.py --task-dir="~/Dropbox/tasks" --list=pack-archive'
function packfor() {
    cp "$HOME/Dropbox/tasks/pack-archive" "$HOME/Dropbox/tasks/pack.txt"
    touch "$HOME/Dropbox/tasks/.pack.txt.done"
}