]> arthur.barton.de Git - bup.git/commit - t/test.sh
bup drecurse/index: allow non-directory --exclude and --exclude-from paths.
authorJakob Matthes <jakob.matthes@gmail.com>
Sun, 10 Mar 2013 18:10:38 +0000 (19:10 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 17 Mar 2013 17:31:40 +0000 (12:31 -0500)
commitaed276017382ab24df7804d9f0322888d9f23787
treef2ebb287576ec3e5cd2e246a5395173925d2e2dd
parente53c703c4af8ee20f0a645a8397d93c133d40b19
bup drecurse/index: allow non-directory --exclude and --exclude-from paths.

Previously bup only allowed directory exclusions.

Signed-off-by: Jakob Matthes <jakob.matthes@gmail.com>
Reviewed-by: Gabriel Filion <lelutin@gmail.com>
[rlb@defaultvalue.org: change test file from g to j to avoid conflict
 with subsequent "exclude-from" test; add WVPASS to mkdir so problem
 is evident; edit commit message.]
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/drecurse.py
t/test.sh