dmusican / Elegit

A GUI client for people who want to learn Git.
MIT License
30 stars 7 forks source link

Delete remote branch- bug 575 #644

Open terwilligers opened 5 years ago

terwilligers commented 5 years ago

I switched over the deleteRemoteBranch function to the rxjavafx concurrency framework that's being used now in order to deal with a threading exception. I wasn't able to write a unit test since the error was an exception in the sessionController, which doesn't have any GUI remote delete tests at the moment.