From c9e332e51e501d75bc15dfa957c2d7fa61bb4860 Mon Sep 17 00:00:00 2001 From: mhagger Date: Sun, 21 Mar 2010 07:10:41 +0000 Subject: [PATCH] Show how to use MimeMapper's new ignore_case option in the options files. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5075 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- cvs2bzr-example.options | 2 +- cvs2git-example.options | 2 +- cvs2hg-example.options | 2 +- cvs2svn-example.options | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cvs2bzr-example.options b/cvs2bzr-example.options index 1508bc0e..1202091c 100644 --- a/cvs2bzr-example.options +++ b/cvs2bzr-example.options @@ -356,7 +356,7 @@ ctx.svn_property_setters.extend([ # To read mime types from a file, uncomment the following line and # specify a filename: - #MimeMapper(r'/etc/mime.types'), + #MimeMapper(r'/etc/mime.types', ignore_case=False), # Omit the svn:eol-style property from any files that are listed # as binary (i.e., mode '-kb') in CVS: diff --git a/cvs2git-example.options b/cvs2git-example.options index 8a3594e0..750fe9f3 100644 --- a/cvs2git-example.options +++ b/cvs2git-example.options @@ -384,7 +384,7 @@ ctx.svn_property_setters.extend([ # To read mime types from a file, uncomment the following line and # specify a filename: - #MimeMapper(r'/etc/mime.types'), + #MimeMapper(r'/etc/mime.types', ignore_case=False), # Omit the svn:eol-style property from any files that are listed # as binary (i.e., mode '-kb') in CVS: diff --git a/cvs2hg-example.options b/cvs2hg-example.options index cd8fa8f0..d5b1dd90 100644 --- a/cvs2hg-example.options +++ b/cvs2hg-example.options @@ -352,7 +352,7 @@ ctx.svn_property_setters.extend([ # To read mime types from a file, uncomment the following line and # specify a filename: - #MimeMapper(r'/etc/mime.types'), + #MimeMapper(r'/etc/mime.types', ignore_case=False), # Omit the svn:eol-style property from any files that are listed # as binary (i.e., mode '-kb') in CVS: diff --git a/cvs2svn-example.options b/cvs2svn-example.options index 71ab8c7c..16e144e8 100644 --- a/cvs2svn-example.options +++ b/cvs2svn-example.options @@ -453,7 +453,7 @@ ctx.svn_property_setters.extend([ # To read mime types from a file, uncomment the following line and # specify a filename: - #MimeMapper(r'/etc/mime.types'), + #MimeMapper(r'/etc/mime.types', ignore_case=False), # Omit the svn:eol-style property from any files that are listed # as binary (i.e., mode '-kb') in CVS: -- 2.11.4.GIT