mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
"tahoe backup": fix --exclude-vcs docs to include Git
This commit is contained in:
parent
b4d3e23024
commit
52185053c3
@ -283,9 +283,9 @@ class BackupOptions(VDriveOptions):
|
|||||||
exclude_file.close()
|
exclude_file.close()
|
||||||
|
|
||||||
def opt_exclude_vcs(self):
|
def opt_exclude_vcs(self):
|
||||||
"""Exclude files and directories used by following version
|
"""Exclude files and directories used by following version control
|
||||||
control systems: 'CVS', 'RCS', 'SCCS', 'SVN', 'Arch',
|
systems: CVS, RCS, SCCS, Git, SVN, Arch, Bazaar(bzr), Mercurial,
|
||||||
'Bazaar', 'Mercurial', and 'Darcs'."""
|
Darcs."""
|
||||||
for pattern in self.vcs_patterns:
|
for pattern in self.vcs_patterns:
|
||||||
self.opt_exclude(pattern)
|
self.opt_exclude(pattern)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user