]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Removed '.hgrags' from vcs excludes
authorAlberto Berti <alberto@metapensiero.it>
Sun, 22 Feb 2009 23:39:46 +0000 (16:39 -0700)
committerAlberto Berti <alberto@metapensiero.it>
Sun, 22 Feb 2009 23:39:46 +0000 (16:39 -0700)
src/allmydata/scripts/cli.py

index 09966a69674230567654d62e6513963095d8e2ad..4f646bac2f79abc233b331aeb70d93f146e6d483 100644 (file)
@@ -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__()