Comment #4 on issue 3356 by smsm...@gmail.com: "Diff currently unavailable" when reviewing change to file that is not pushed to remote repo yet
http://code.google.com/p/reviewboard/issues/detail?id=3356

Here we go. Note that def456 is the (only) parent of abc123, and ghi789 is the commit before the git mv commit. It seems odd to pass --no-renames and -M together.

$ rbt post --debug --parent=abc123^ abc123
RBTools 0.6
Python 2.7.5 (default, Aug 25 2013, 00:04:04)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
Running on Darwin-13.1.0-x86_64-i386-64bit
Home = /Users/foo
Current directory = /Users/foo/repo
Checking for a Subversion repository...
Running: svn info --non-interactive
Command exited with rc 1: ['svn', 'info', '--non-interactive']
svn: E155007: '/Users/foo/repo' is not a working copy
---
Checking for a Git repository...
Running: git rev-parse --git-dir
Running: git config core.bare
Running: git rev-parse --show-toplevel
Running: git symbolic-ref -q HEAD
Running: git config --get branch.master.merge
Running: git config --get branch.master.remote
Running: git config --get remote.origin.url
repository info: Path: g...@github.example.com:example/project.git, Base path: , Supports changesets: False
Making HTTP GET request to https://rb.example.com/api/
Making HTTP GET request to http://rb.example.com/api/info/
Running: git rev-parse abc123
Running: git rev-parse abc123^
Running: git branch -r --contains def456
Running: git merge-base def456 origin/master
Running: git diff --no-color --full-index --ignore-submodules --no-renames def456..abc123 -M Running: git diff --no-color --full-index --ignore-submodules --no-renames ghi789..def456 -M
Running: git log --reverse --pretty=format:%s%n%n%b ^ghi789 abc123
Making HTTP GET request to http://rb.example.com/api/review-requests/
Making HTTP POST request to http://rb.example.com/api/review-requests/
Making HTTP GET request to http://rb.example.com/api/review-requests/123/diffs/ Making HTTP POST request to http://rb.example.com/api/review-requests/123/diffs/ Making HTTP GET request to http://rb.example.com/api/review-requests/123/draft/ Making HTTP PUT request to http://rb.example.com/api/review-requests/123/draft/
Review request #123 posted.

http://rb.example.com/r/123/
http://rb.example.com/r/123/diff/


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to