~ubuntu-branches/ubuntu/utopic/kdevplatform/utopic-proposed

« back to all changes in this revision

Viewing changes to plugins/subversion/svndiffjob.cpp

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2014-08-30 03:52:11 UTC
  • mfrom: (0.3.26)
  • Revision ID: package-import@ubuntu.com-20140830035211-wndqlc843eu2v8nk
Tags: 1.7.0-0ubuntu1
* New upstream release
* Add XS-Testsuite: autopkgtest

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
            {
171
171
                throw svn::ClientException( "Not enough information for a diff");
172
172
            }
173
 
            //@TODO: Make sure there's no diff-cmd set via the users configuration file, can be done only via C api
174
173
            diff = cli.diff( svn::Path( srcba.data() ), pegRev, srcRev,
175
174
                             dstRev, recursive(), ignoreAncestry(),
176
175
                             noDiffOnDelete(), ignoreContentType() );