diff --git a/t/t9391/create_fast_export_output.py b/t/t9391/create_fast_export_output.py index 974056a..771d29c 100755 --- a/t/t9391/create_fast_export_output.py +++ b/t/t9391/create_fast_export_output.py @@ -4,11 +4,6 @@ Please see the ***** API BACKWARD COMPATIBILITY CAVEAT ***** near the top of git-filter-repo. - -Also, note that splicing repos may need some special care as fast-export -only shows the files that changed relative to the first parent, so there -may be gotchas if you are to splice near merge commits; this example does -not try to handle any such special cases. """ import git_filter_repo as fr diff --git a/t/t9391/file_filter.py b/t/t9391/file_filter.py index d1896d4..7368504 100755 --- a/t/t9391/file_filter.py +++ b/t/t9391/file_filter.py @@ -4,11 +4,6 @@ Please see the ***** API BACKWARD COMPATIBILITY CAVEAT ***** near the top of git-filter-repo. - -Also, note that splicing repos may need some special care as fast-export -only shows the files that changed relative to the first parent, so there -may be gotchas if you are to splice near merge commits; this example does -not try to handle any such special cases. """ import sys diff --git a/t/t9391/rename-master-to-develop.py b/t/t9391/rename-master-to-develop.py index 50794fd..523d4e0 100755 --- a/t/t9391/rename-master-to-develop.py +++ b/t/t9391/rename-master-to-develop.py @@ -4,11 +4,6 @@ Please see the ***** API BACKWARD COMPATIBILITY CAVEAT ***** near the top of git-filter-repo. - -Also, note that splicing repos may need some special care as fast-export -only shows the files that changed relative to the first parent, so there -may be gotchas if you are to splice near merge commits; this example does -not try to handle any such special cases. """ import git_filter_repo as fr diff --git a/t/t9391/strip-cvs-keywords.py b/t/t9391/strip-cvs-keywords.py index e6c259c..69d9185 100755 --- a/t/t9391/strip-cvs-keywords.py +++ b/t/t9391/strip-cvs-keywords.py @@ -4,11 +4,6 @@ Please see the ***** API BACKWARD COMPATIBILITY CAVEAT ***** near the top of git-filter-repo. - -Also, note that splicing repos may need some special care as fast-export -only shows the files that changed relative to the first parent, so there -may be gotchas if you are to splice near merge commits; this example does -not try to handle any such special cases. """ import re