Integrated: vcs: add method Repository.deleteUntrackedFiles

Robin Westberg rwestberg at openjdk.java.net
Mon Aug 24 07:50:34 UTC 2020


On Mon, 24 Aug 2020 07:45:01 GMT, Erik Helin <ehelin at openjdk.org> wrote:

> Hi all,
> 
> please review this patch that adds a new method to `Repository` - `deleteUntrackedFiles`. As the name suggests, the new
> method deletes all untracked files in a repository. This is useful when you want to clean up a repository after for
> example a `revert`.  Testing:
> - [x] `make test` passes on Linux x64
> - [x] Added a new unit test
> 
> Thanks,
> Erik

Looks good!

-------------

Marked as reviewed by rwestberg (Reviewer).

PR: https://git.openjdk.java.net/skara/pull/732


More information about the skara-dev mailing list