On Tue, May 08, 2012 at 05:55:48PM +0300, anatoly techtonik wrote:
> The required functionality (without diffs) in svn is implemented as:
>    svn log -r BASE:HEAD
> 
> What I want is a usability fix - command that corresponds to the
> actual action user has in head:
> 1. "check if there are any incoming revisions"
> 2. "inspect incoming revisions"

For step 2, you can also use the --diff option with 'svn log'
(as of Subversion 1.7): svn log --diff -r BASE:HEAD

Reply via email to