Sign in
chromium
/
chromium
/
tools
/
depot_tools.git
/
eefe83265b93d55c024f23d58b3f8f45affab8dc
/
checkout.py
9f34371
handle configparser rename in python3
by vapier
· 9 years ago
c349971
Fix some path processing to work better on Windows.
by
[email protected]
· 10 years ago
49dfcde
Use three-way merge when applying Git patches.
by
[email protected]
· 11 years ago
323ec37
Do not assign revision when checking the commit existence.
by
[email protected]
· 11 years ago
d9eb69e
Verify our assumptions about SCM commands deleting files from checkout
by
[email protected]
· 11 years ago
dc6a1d0
Don't have checkout.py's git apply_patch fail when files don't match
by
[email protected]
· 11 years ago
c4396a1
Re-land of have apply_patch.py/checkout.py stage git patches instead of committing them
by
[email protected]
· 11 years ago
3e6848f
Revert of Have apply_patch.py/checkout.py stage git patches instead of committing them (https://codereview.chromium.org/273543002/)
by
[email protected]
· 11 years ago
ba2f187
Have apply_patch.py/checkout.py stage git patches instead of committing them
by
[email protected]
· 11 years ago
64d819b
Fix name setting when applying SVN settings in patches
by
[email protected]
· 11 years ago
b1d0cc1
Add black/whitelisting to apply_issue
by
[email protected]
· 11 years ago
dabbea2
add --ignore-submodules to apply_issue.py
by
[email protected]
· 11 years ago
3926228
Remove force push from GitCheckout.commit()
by
[email protected]
· 11 years ago
7e8c19d
Revert changes to checkout.GitCheckout.
by
[email protected]
· 11 years ago
fa3c388
Revert making apply_issue assume 'master'
by
[email protected]
· 11 years ago
e569f50
Assume 'master' when remote branch not specified.
by
[email protected]
· 11 years ago
7dc1144
Fix GitCheckout to be sane and use git-cache
by
[email protected]
· 11 years ago
be6b308
Instead of passing --author, lets just set the name/email for the repo temporarily.
by
[email protected]
· 11 years ago
998deaf
Pass in "--author 'name <
[email protected]
>" when doing git patches in apply_issue.py
by
[email protected]
· 11 years ago
d067d81
Apply Issue changes for disabling checkout when bot update ran.
by
[email protected]
· 11 years ago
bb050f6
Make checkout.GitCheckout usable from apply_issue
by
[email protected]
· 12 years ago
11145db
Return unicode commit hashes in checkout.GitCheckout.
by
[email protected]
· 12 years ago
3b5efdf
Completing implementation of GitCheckout in depot_tools.
by
[email protected]
· 12 years ago
2327994
Create a temporary dir for patch to do its work.
by
[email protected]
· 12 years ago
9af0a11
Enforce 15 minutes timeout for all operations and 30 minutes for checkouts.
by
[email protected]
· 12 years ago
6e904b4
Add workaround where SVN.Revert() deletes the checkout.
by
[email protected]
· 12 years ago
44b21b9
Revert r166725 "Enforce 15 minutes timeout for all operations and 30 minutes..."
by
[email protected]
· 13 years ago
8327354
Enforce 15 minutes timeout for all operations and 30 minutes for checkouts.
by
[email protected]
· 13 years ago
cb5667a
patch can be None in the exception, causing a secondary exception.
by
[email protected]
· 13 years ago
0aca0f9
Enforce the checkout object to use an absolute path.
by
[email protected]
· 13 years ago
4dd9f72
Make apply_issue.py much more verbose about what it's doing.
by
[email protected]
· 13 years ago
ec4a918
Add --no-backup-if-mismatch so no .orig file is created when fuzzing occurs.
by
[email protected]
· 13 years ago
e1a0376
Fix applying svn:executable on Windows.
by
[email protected]
· 13 years ago
b0f852f
Fix svn copies for apply_issue
by
[email protected]
· 13 years ago
de800ff
Fix the patch application sorting.
by
[email protected]
· 13 years ago
d7ca616
Enable support to remove the executable bit on the CQ.
by
[email protected]
· 13 years ago
bc32ad1
Add .revisions() implementation to *Checkout classes.
by
[email protected]
· 13 years ago
995f8ac
Remove GitSvn*Checkout implementations.
by
[email protected]
· 13 years ago
34f6855
Improve error message in patch application failure.
by
[email protected]
· 13 years ago
3da8317
Implement proper svn copy when a file is copied, moved or renamed
by
[email protected]
· 13 years ago
ea15cb7
Make checkout.*.prepare() delete the svn:ignored files.
by
[email protected]
· 13 years ago
4f6852c
Remove python 2.5 compatibility code.
by
[email protected]
· 13 years ago
9799a07
Accept svn:mime-type as a valid svn property.
by
[email protected]
· 13 years ago
5e97563
Fix handling of file renames.
by
[email protected]
· 14 years ago
b1d1a78
Add post_processors override to apply_patch() and add more testing.
by
[email protected]
· 14 years ago
87e6d33
Update subprocess2.check_output() to behave like subprocess.check_output().
by
[email protected]
· 14 years ago
004fb71
Replace OSError by the correct class IOError
by
[email protected]
· 14 years ago
a5129fb
Fix Checkout.post_processsors setup. __init__() was ignoring the argument!
by
[email protected]
· 14 years ago
5191977
Make prepare() accept a revision argument.
by
[email protected]
· 14 years ago
6ed8b50
Make post_processors part of the Checkout object state.
by
[email protected]
· 14 years ago
4869bcf
Do no delete file if they exist, even if p.is_new is True.
by
[email protected]
· 14 years ago
58fe662
Add support for empty files, __init__.py is a common example.
by
[email protected]
· 14 years ago
9842a0c
Add support for auto-props in the form: "*.sh = svn:eol-style=LF;svn:executable"
by
[email protected]
· 14 years ago
1bf5097
Enforce unicode commit message.
by
[email protected]
· 14 years ago
3cdb7f3
Complete apply_issue.py.
by
[email protected]
· 14 years ago
0bcd1d3
Make subprocess2.check_call() compliant with subprocess.check_call().
by
[email protected]
· 14 years ago
8a1396c
Add post_process argument to Checkout.apply_patch().
by
[email protected]
· 14 years ago
dfaecd2
Move commit-queue/checkout into depot_tools so it can be reused by the try server.
by
[email protected]
· 14 years ago