Skip to content

Files are marked with "working copy" when only src revision given #33

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

Open
ColMelvin opened this issue Oct 28, 2017 · 0 comments
Open

Comments

@ColMelvin
Copy link
Owner

If the user provides a source revision with -r <revision>, but not a destination revision (i.e. not -r <r1>:<r2>), then all files that changed are listed with a destination revision of "working copy". This includes files with no changes in the working directory but were instead changed in a previous revision between <revision> and BASE.

Checking each file to see if it's changed in the working copy (again) may significantly slow down the processing, so this should probably be hidden behind a flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant