christiangalsterer / stash-filehooks-plugin

An Atlassian Stash plugin to check on various file attributes, like size, name
Apache License 2.0
14 stars 27 forks source link

Return an empty set if changesets is empty #22

Closed ar613 closed 8 years ago

ar613 commented 8 years ago

Fixes #14 by checking if changesets is empty before trying to use CommitService.

christiangalsterer commented 8 years ago

Thanks for providing the PR and the changes look good. Did you do some tests especially using the same command sequence is in #14?

ar613 commented 8 years ago

Yes, it fixes the issue I reported.