mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +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."),
|
("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',
|
'.arch-ids','{arch}', '=RELEASE-ID', '=meta-update', '=update',
|
||||||
'.bzr', '.bzrignore', '.bzrtags', '.hg', '.hgignore', '.hgrags',
|
'.bzr', '.bzrignore', '.bzrtags', '.hg', '.hgignore', '_darcs')
|
||||||
'_darcs')
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(BackupOptions, self).__init__()
|
super(BackupOptions, self).__init__()
|
||||||
|
Loading…
Reference in New Issue
Block a user