JetBrains / bunches

Set of utils for supporting patchsets branches
Apache License 2.0
21 stars 14 forks source link

Fix since and until hashs for cp command #43

Closed ilgonmic closed 4 years ago

ilgonmic commented 4 years ago

In previous version sinceHash and untilHash was mixed up So now all right, sinceHash is sinceRevString and untilHash is untilRevString respectively

goodwinnk commented 4 years ago

Merged to master, thank you!