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

@ -212,8 +212,7 @@ class BackupOptions(VDriveOptions):
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__()