junkblocker / patchreview-vim

Vim/Neovim plugin for doing single, multi-patch or diff code reviews
http://www.vim.org/scripts/script.php?script_id=1563
108 stars 8 forks source link

ignore shell error for bzr diff as it returns 1 on differences #10

Closed lutostag closed 8 years ago

lutostag commented 9 years ago

DiffReview with bzr is broken since latest bzr uses the following return codes: 1 - changed 2 - unrepresentable changes 3 - error 0 - no change

So a simple fix for letting bzr act like normal diff in those cases.

junkblocker commented 8 years ago

Thanks, @lutostag !