.hgignore
author Christian Ebert <blacktrash@gmx.net>
Tue, 12 Oct 2010 16:29:32 +0100
changeset 838 c793c1a87f1c
parent 450 86c17b3e9100
permissions -rw-r--r--
Code cleanup - move preselection of expansion candidates for rollback and record into helper function - same overwrite order in rollback and record: 1. modified, 2. added - self.wlock() inside kwrepo class instead of repo.wlock()

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej
.DS_Store

build/*
MANIFEST