git_handler: fix call to self.ui.progress in flush
Since we now directly use progress on self.ui, we shouldn't pass in self.ui as the first argument. Oops.
Loading
Please register or sign in to comment
Since we now directly use progress on self.ui, we shouldn't pass in self.ui as the first argument. Oops.