git short hashes cannot work with remote repository

2013-02-25 Thread agentm
Hello, we have encountered what seems to be a bug in both reviewboard and cgit when using rb with a remote git repo via cgit. This is due to a migration from local to remote git repos. Some of our reviews include short git hashes (from uploaded diffs, I assume), which rb then complains about:

Re: git short hashes cannot work with remote repository

2013-02-25 Thread David Trowbridge
You'd want to look at the source_revision field in the diffviewer_filediff table. Alternatively, if you'd like to do it with a management command or the django shell, it's the source_revision field in the reviewboard.diffviewer.models.FileDiff model. -David On Mon, Feb 25, 2013 at 12:57 PM, wr