Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not overwrite identical files #1576

Merged
merged 5 commits into from
Apr 21, 2024

Commits on Apr 6, 2024

  1. Do not overwrite identical files

    If _render_allowed identifies identical source and target, then only returns True if the path refers to a directory, not a file.
    kefirbandi committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    73dd0f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update test_copy.py

    test whether identical files are not overwritten, by checking modification timestamp
    kefirbandi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7080ac9 View commit details
    Browse the repository at this point in the history
  2. Update test_copy.py

    added missing dependency (sleep)
    kefirbandi committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    adf9a9c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Update test_copy.py

    Import order
    kefirbandi committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    52a14a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    f7d261e View commit details
    Browse the repository at this point in the history