[rietveld] push by jrobbins@google.com - Add --internal-diff to svn diff to ignore user's runtime configuration... on 2014-12-03 21:41 GMT

4 views
Skip to first unread message

riet...@googlecode.com

unread,
Dec 3, 2014, 4:41:22 PM12/3/14
to coderev...@googlegroups.com
Revision: 4bb5702be343
Branch: default
Author: Jason Robbins <jrob...@chromium.org>
Date: Wed Dec 3 21:40:40 2014 UTC
Log: Add --internal-diff to svn diff to ignore user's runtime
configuration.

On behalf of: rou...@google.com

Review URL: https://codereview.appspot.com/111700044/
https://code.google.com/p/rietveld/source/detail?r=4bb5702be343

Modified:
/upload.py

=======================================
--- /upload.py Sun Sep 21 20:37:30 2014 UTC
+++ /upload.py Wed Dec 3 21:40:40 2014 UTC
@@ -1302,7 +1302,7 @@
return filename

def GenerateDiff(self, args):
- cmd = ["svn", "diff"]
+ cmd = ["svn", "diff", "--internal-diff"]
if self.options.revision:
cmd += ["-r", self.options.revision]
cmd.extend(args)
Reply all
Reply to author
Forward
0 new messages