I hit the same issue. Fixed as suggested above (RB 2.5.4 and git 2.7.3). The diff:
# diff -u git.py.orig git.py --- git.py.orig 2016-08-23 12:56:07.375683157 +0200 +++ git.py 2016-08-23 12:57:24.079225312 +0200 @@ -634,6 +634,8 @@ if failure: if errmsg.startswith("fatal: Not a valid object name"): raise FileNotFoundError(commit) + elif errmsg.startswith("fatal: git cat-file: could not get object info"): + raise FileNotFoundError(commit) else: raise SCMError(errmsg) среда, 4 мая 2016 г., 18:29:26 UTC+3 пользователь Jim H написал: > > It seems after upgrading from 2.0.18 to 2.5.3 there is not ability to > specify a parent diff when adding a new diff via the UI upload. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to reviewboard+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.