- 21 Sep, 2012 1 commit
-
-
maruel@chromium.org authored
svn propdel svn:executable shouldn't be called on it. R=petermayo@chromium.org BUG=150960 Review URL: https://chromiumcodereview.appspot.com/10962038 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@158038 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Aug, 2012 1 commit
-
-
maruel@chromium.org authored
Add new test cases to verify it properly handles "-1 +1, 2" and "-1 +1" for short files. R=petermayo@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10894036 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@153906 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Feb, 2012 1 commit
-
-
maruel@chromium.org authored
When a diff contains utf8 character, the filename would be stored as a unicode object instead of a str. This is even if the buffer is originally sent as a utf-8 encoded str. Then once the diff is reconstructed to be sent to 'patch', a unicode object instead of a str would be sent, confusing patch. R=cmp@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9387024 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@122361 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Jan, 2012 1 commit
-
-
maruel@chromium.org authored
When a file contains a single line of text, svn diff will generate an odd hunk header. Modify the hunk parsing code to accept this format. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9147056 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117143 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Jan, 2012 1 commit
-
-
maruel@chromium.org authored
Fix RAW.NEW_NOT_NULL parsing to detect correctly it's a new file. Add proper Hunk parsing to fix these 2 bugs. R=dpranke@chromium.org BUG=109715 TEST=CQ'ing a patch generated with svn that delete files is applied properly, e.g. the file is deleted and not simple 0-length. Review URL: http://codereview.chromium.org/9167015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117084 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Nov, 2011 2 commits
-
-
maruel@chromium.org authored
Add relevant new tests. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8539016 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@109692 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It will simplify importing utility modules from other projects. Otherwise I was getting name conflicts with 'test'. Reenable W0403 that was disabled in the previous CL. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8508015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@109636 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Sep, 2011 1 commit
-
-
maruel@chromium.org authored
Also reorder some patchset in preparation to patchset reording CL. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8066012 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@103147 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Sep, 2011 2 commits
-
-
maruel@chromium.org authored
Also verify source_filename properly. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7849015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100205 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7847021 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@100201 0039d316-1c4b-4281-b951-d872f2087c98
-