git://developer.intra2net.com
/
python-delta-tar
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5a79d25
)
Fix small typo
author
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Wed, 24 Jul 2013 16:09:25 +0000 (18:09 +0200)
committer
Thomas Jarosch
<thomas.jarosch@intra2net.com>
Wed, 24 Jul 2013 16:09:25 +0000 (18:09 +0200)
docs/design.py
patch
|
blob
|
blame
|
history
diff --git
a/docs/design.py
b/docs/design.py
index
df55ee5
..
1dcbf7a
100644
(file)
--- a/
docs/design.py
+++ b/
docs/design.py
@@
-67,7
+67,7
@@
class DeltaTar(object):
- excluded_files: list of files to exclude in the index. It can
contain python regular expressions.
- - excluded_files: list of files to include in the index. It can
+ - included_files: list of files to include in the index. It can
contain python regular expressions. If empty, all files in the source
path will be backed up, but of the list is set then only the files
include in the list will be backed up.