From: Alberto Berti Date: Sun, 22 Feb 2009 23:39:46 +0000 (-0700) Subject: Removed '.hgrags' from vcs excludes X-Git-Tag: allmydata-tahoe-1.4.0~148 X-Git-Url: https://git.rkrishnan.org/configuration.txt?a=commitdiff_plain;h=2fbca1596b447780f355f6f44a23138e20450514;p=tahoe-lafs%2Ftahoe-lafs.git Removed '.hgrags' from vcs excludes --- diff --git a/src/allmydata/scripts/cli.py b/src/allmydata/scripts/cli.py index 09966a69..4f646bac 100644 --- a/src/allmydata/scripts/cli.py +++ b/src/allmydata/scripts/cli.py @@ -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__()