- c349971 Fix some path processing to work better on Windows. by [email protected] · 9 years ago
- 1c12738 Reland "Make gclient ready for the Blink (DEPS to main project)" by [email protected] · 10 years ago
- a64c0b0 Revert of Make gclient ready for the Blink (DEPS to main project) transition (patchset #6 id:180001 of https://codereview.chromium.org/743083002/) by [email protected] · 10 years ago
- fcf0376 Make gclient ready for the Blink (DEPS to main project) transition by [email protected] · 10 years ago
- 6e7202b Fix gclient branch ref mangling and allow --force branch switches. by [email protected] · 11 years ago
- 6895317 Revert of scm.GIT.IsValidRevision: Only return True if the given object is a commit (https://codereview.chromium.org/329823002/) by [email protected] · 11 years ago
- 565b178 scm.GIT.IsValidRevision: Only return True if the given object is a commit by [email protected] · 11 years ago
- 6d8115d Eliminate all interactive terminal prompts from git. by [email protected] · 11 years ago
- b09097a gclient: print a warning if a dep would get deleted or moved in the future by [email protected] · 11 years ago
- ead4c7e Revert of revert and fix "Now trychange can... by [email protected] · 11 years ago
- e0536ff Revert "Now trychange can store patches in a..." by [email protected] · 11 years ago
- b1391c6 Now trychange can store patches in a Git repo by [email protected] · 11 years ago
- d0b0a5b Revert of Another attempt: gclient: delete mismatching checkouts (https://codereview.chromium.org/183283003/) by [email protected] · 11 years ago
- 7ff0429 Another attempt: gclient: delete mismatching checkouts by [email protected] · 11 years ago
- 6c2b49d Revert "Re-re-land gclient deletion of mismatching checkouts again" by [email protected] · 11 years ago
- 6ff5448 Re-re-land gclient deletion of mismatching checkouts again by [email protected] · 11 years ago
- 50fd47f Revert 250482 "Re-reland r245404 ("If the destination directory ..." by [email protected] · 11 years ago
- 255b5d9 Re-reland r245404 ("If the destination directory doesn't contain the desired repo, delete it") by [email protected] · 11 years ago
- 4380c80 Fix GenerateDiff -- don't strip whitespace. by [email protected] · 12 years ago
- 82b91cd Replace --no-pager with GIT_PAGER=cat by [email protected] · 12 years ago
- 224ba24 Fix bug with parsing capitalized git shas by [email protected] · 12 years ago
- 396e1a6 If we're running in nohooks mode, don't bother to accumulate file_list in gclient. by [email protected] · 12 years ago
- a41249c Misc gclient cleanup by [email protected] · 12 years ago
- 9249f64 Pass --no-renames to git diff by [email protected] · 12 years ago
- f267b0e Fix 236148: Avoid triggering a pager in internal git commands. by [email protected] · 12 years ago
- 0db557c Reland r195308, r195328, and r195363, which use --internal-diff on svn 1.7+. by [email protected] · 12 years ago
- dc112ac Remove gclient_utils.RemoveDirectory(). by [email protected] · 12 years ago
- 5b792f5 Revert 195308 "Tweak GenerateDiff:" by [email protected] · 12 years ago
- 6e905a6 Revert 195328 "Use --internal-diff on svn 1.7+ to slightly reduc..." by [email protected] · 12 years ago
- 1ba43e2 Revert 195363 by [email protected] · 12 years ago
- 0a753d6 Fix typo. by [email protected] · 12 years ago
- 28de290 Use --internal-diff on svn 1.7+ to slightly reduce disk thrashing. by [email protected] · 12 years ago
- aae3d86 Tweak GenerateDiff: by [email protected] · 12 years ago
- 917ea7f Removes DiffItem, which was unused, and moves _DiffItemInternal below GenerateDiff, now its lone caller. by [email protected] · 12 years ago
- 4755b58 Revert 194990 "Second take at handling users with locally overri..." by [email protected] · 12 years ago
- 07258f5 Second take at handling users with locally overridden diff-cmds. by [email protected] · 12 years ago
- ff1197b Revert 194740 "Explicitly pass "--diff-cmd diff" to "svn diff", ..." by [email protected] · 12 years ago
- 7c712c0 Explicitly pass "--diff-cmd diff" to "svn diff", for users who have set some other diff tool. by [email protected] · 12 years ago
- c51def3 Restore previous behavior of GetSha1ForSvnRev, so unit tests pass. by [email protected] · 13 years ago
- 312a6a4 Fix safesync_url handling for git. by [email protected] · 13 years ago
- 492a368 Fix error syncing to LKGR due to misparsing of Cygwin git-svn output. by [email protected] · 13 years ago
- 13b522c Fix the svn version check issue, append '--quiet' to get svn version string. by [email protected] · 13 years ago
- 8147386 Fix skipping update for git dependency. by [email protected] · 13 years ago
- ea15cb7 Make checkout.*.prepare() delete the svn:ignored files. by [email protected] · 13 years ago
- 6208757 Fix an error in gclient revert where a directory is unexpected and locked by [email protected] · 13 years ago
- fcffd48 Fix compatibility with Xcode4.3 git by [email protected] · 13 years ago
- 3316733 Make sure to remove color output from patches uploaded for try jobs (and other by [email protected] · 13 years ago
- 7d65467 Fix compatibility with svn 1.7. by [email protected] · 13 years ago
- e5d1e61 [depot_tools] Adding safesync_url for git and git-svn checkouts. by [email protected] · 13 years ago
- f94e3f1 Fix a regression introduced in r114262, cwd must be a named argument to subprocess2.Popen(). by [email protected] · 13 years ago
- 80a9ef1 Enforce cwd for GIT functions by [email protected] · 13 years ago
- d579fcf Enforces using cwd in all svn calls. by [email protected] · 13 years ago
- 56f4c47 Reverted accidental commit by [email protected] · 13 years ago
- e8043d1 Fix pulling in patches from git subrepos by [email protected] · 13 years ago
- 8b322b3 Handle cases where '.' show up in svn status and is deleted by [email protected] · 14 years ago
- 36ac239 Reapply r104938 "Make svn update not prompt during a sync." by [email protected] · 14 years ago
- 7d8b97d Add another error code where gclient sync should retry. by [email protected] · 14 years ago
- edb6ea6 Revert r104938 "Make svn update not prompt during a sync." by [email protected] · 14 years ago
- 94aa50f Make svn update not prompt during a sync. by [email protected] · 14 years ago
- 91def9b Replace check_output() call site into check_call(). Would throw otherwise. by [email protected] · 14 years ago
- 87e6d33 Update subprocess2.check_output() to behave like subprocess.check_output(). by [email protected] · 14 years ago
- 73c87e9 Some callers expect e.stderr to be filled on exception by [email protected] · 14 years ago
- 904af08 SVN.GenerateDiff assumes SVN.Capture captures stderr. by [email protected] · 14 years ago
- da64d63 Remove gclient_utils.CheckCall() usage from scm.py by [email protected] · 14 years ago
- 6f323bb Fix when entry is None. by [email protected] · 14 years ago
- ade9c59 Fix case where wc_info is not present. by [email protected] · 14 years ago
- d25fb8f Revert r80770 "Switch from xml.dom.minidom to xml.etree" by [email protected] · 14 years ago
- 949d1a6 Switch from xml.dom.minidom to xml.etree by [email protected] · 14 years ago
- c98c0c5 Make more tests pass on Windows. by [email protected] · 14 years ago
- e8c2862 Fix "local variable 'url' referenced before assignment" error. by [email protected] · 14 years ago
- 31cb48a First pass to transition away for gclient_utils.Error and gclient_utils.CheckedCallError. by [email protected] · 14 years ago
- f8b3f94 When diffing against an old revision, handle the case if a file didn't exists. by [email protected] · 14 years ago
- 866276c Add support for wildcards in svn remote configuration. by [email protected] · 14 years ago
- 5c8c6de Make sure warnings fail the check when may_prompt=False. by [email protected] · 14 years ago
- 8c41512 Improve SVN.Revert() again to work better in reverting svn added directories. by [email protected] · 14 years ago
- 924158a Add code to correctly revert a svn add'ed file. by [email protected] · 14 years ago
- af45349 Improve SVN.Revert() to catch more corner cases. by [email protected] · 14 years ago
- ade368c Add configuration option for upstream branch and improve guessing the svn branch. by [email protected] · 14 years ago
- 885d6e8 Fix scm.SVN.GetCheckoutRoot() so it is not confused by intermixed checkouts by [email protected] · 14 years ago
- 00fdcb3 Fix bug introduced in r51121: gcl upload crashes on a 'revived' file. by [email protected] · 14 years ago
- 07ab60e Move reverting code from gclient_scm to scm to be able to reuse the code. by [email protected] · 14 years ago
- bec588d Address review comments in r63832. by [email protected] · 15 years ago
- 0350706 Fix retry mechanism to raise when it fails to checkout. by [email protected] · 15 years ago
- cc1614b Improve GIT.CaptureStatus() to work with incorrectly merged local branches. by [email protected] · 15 years ago
- ad80e3b Simplify GIT.Capture() code to always redirect stderr by default and always throw an exception on failure. by [email protected] · 15 years ago
- 54019f3 Change scm.SVN.Capture to redirect stderr and throw an exception on call failure. by [email protected] · 15 years ago
- 2aee2298 gclient: exponential backoff of SCM commands on known failure types. by [email protected] · 15 years ago
- 669600d Remove scm.SVN.Run() and all stdout argument to more calls. by [email protected] · 15 years ago
- 17d0179 Cleanup the code in gclient_utils to standardize on CheckCall nomenclature. by [email protected] · 15 years ago
- 2b9aa8e Refactor SubprocessCallAndFilter() to remove positional arguments. by [email protected] · 15 years ago
- 559c3f8 Add stdout param to SubprocessCallAndFilter(). by [email protected] · 15 years ago
- 3a29268 Redo of r56893 with fix to support python 2.5. by [email protected] · 15 years ago
- ad0b13d Revert "Remove code duplication and improve style." by [email protected] · 15 years ago
- 850ee06 Remove code duplication and improve style. by [email protected] · 15 years ago
- f61fc93 Fix retrying on HTTP 502, my last patch remove this specific case. by [email protected] · 15 years ago
- 6133c5b Improve the retry algorithm to be much more liberal. by [email protected] · 15 years ago
- 0380707 Remove 'options' usage from scm.py by [email protected] · 15 years ago
- 862ff8e Use # instead of - for the git hash so it can be filtered out by the try server by [email protected] · 15 years ago
- 3fda4cc Add explicit file rename/cp information to svn rietveld uploads by [email protected] · 15 years ago
- 9979339 Fix copy-paste error. I saw this exception on breakpad. by [email protected] · 15 years ago