Removed '.hgrags' from vcs excludes

This commit is contained in:
Alberto Berti 2009-02-22 16:39:46 -07:00
parent aadcdbef8f
commit 2fbca1596b

View File

@ -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__()