From 52185053c3ad99c3cd71b26f0d32ea8f3cb24aae Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 27 Jan 2010 12:10:44 -0800 Subject: [PATCH] "tahoe backup": fix --exclude-vcs docs to include Git --- src/allmydata/scripts/cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/allmydata/scripts/cli.py b/src/allmydata/scripts/cli.py index 233e3b1f..1ac6ad0e 100644 --- a/src/allmydata/scripts/cli.py +++ b/src/allmydata/scripts/cli.py @@ -283,9 +283,9 @@ class BackupOptions(VDriveOptions): exclude_file.close() def opt_exclude_vcs(self): - """Exclude files and directories used by following version - control systems: 'CVS', 'RCS', 'SCCS', 'SVN', 'Arch', - 'Bazaar', 'Mercurial', and 'Darcs'.""" + """Exclude files and directories used by following version control + systems: CVS, RCS, SCCS, Git, SVN, Arch, Bazaar(bzr), Mercurial, + Darcs.""" for pattern in self.vcs_patterns: self.opt_exclude(pattern) -- 2.45.2