mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Removed '.hgrags' from vcs excludes
This commit is contained in:
parent
aadcdbef8f
commit
2fbca1596b
@ -210,10 +210,9 @@ class BackupOptions(VDriveOptions):
|
||||
("ignore-timestamps", None, "Do not use backupdb timestamps to decide if a local file is unchanged."),
|
||||
]
|
||||
|
||||
vcs_patterns = ('CVS', 'RCS', 'SCCS', '.git', '.gitignore', '.cvsignore','.svn',
|
||||
vcs_patterns = ('CVS', 'RCS', 'SCCS', '.git', '.gitignore', '.cvsignore', '.svn',
|
||||
'.arch-ids','{arch}', '=RELEASE-ID', '=meta-update', '=update',
|
||||
'.bzr', '.bzrignore', '.bzrtags', '.hg', '.hgignore', '.hgrags',
|
||||
'_darcs')
|
||||
'.bzr', '.bzrignore', '.bzrtags', '.hg', '.hgignore', '_darcs')
|
||||
|
||||
def __init__(self):
|
||||
super(BackupOptions, self).__init__()
|
||||
|
Loading…
Reference in New Issue
Block a user