Aaron Gable
							
						 
						
							 
							
							
							
								
							
								1bc7bfe5d9 
								
							
								 
							
						 
						
							
							
								
								Remove SVN (and dcommit) support from git-cl  
							
							 
							
							... 
							
							
							
							BUG=638750
Change-Id: I9ebe4ff861a37433209b66f4050370b49f17cdc7
Reviewed-on: https://chromium-review.googlesource.com/419661 
Commit-Queue: Aaron Gable <agable@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								sergiyb
							
						 
						
							 
							
							
							
								
							
								2546dcc080 
								
							
								 
							
						 
						
							
							
								
								Do not remove issue from branch after it is landed manually  
							
							 
							
							... 
							
							
							
							This is consistent with the way CQ works. Also git-cl-archive won't work if
branch looses info about its matching CL.
R=tandrii@chromium.org 
Review-Url: https://codereview.chromium.org/2111543002  
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								dpranke@chromium.org
							
						 
						
							 
							
							
							
								
							
								ee87f587ea 
								
							
								 
							
						 
						
							
							
								
								Make 'git cl status' report the current branch even if there's no active CL.  
							
							 
							
							... 
							
							
							
							TBR=ianh@google.com 
Review URL: https://codereview.chromium.org/1263253002 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@296187 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								vadimsh@chromium.org
							
						 
						
							 
							
							
							
								
							
								19f3fe60b2 
								
							
								 
							
						 
						
							
							
								
								Enable OAuth2 by default.  
							
							 
							
							... 
							
							
							
							ClientLogin will be supposedly turned off on Apr 20.
R=maruel@chromium.org 
BUG=356813
Review URL: https://codereview.chromium.org/1095033002 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294899 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							11 years ago  
						
					 
				
					
						
							
							
								 
								r.c.ladan@gmail.com
							
						 
						
							 
							
							
							
								
							
								ec238db2ad 
								
							
								 
							
						 
						
							
							
								
								Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too.  
							
							 
							
							... 
							
							
							
							TEST=run "git cl owners" on FreeBSD
BUG=
Review URL: https://codereview.chromium.org/197213008 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@274320 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								stip@chromium.org
							
						 
						
							 
							
							
							
								
							
								626e77d9d3 
								
							
								 
							
						 
						
							
							
								
								Make rietveld test work on port 10000.  
							
							 
							
							... 
							
							
							
							depot_tools PRESUBMIT.py and tools/build PRESUBMIT.py both run on cq.golo.
If broken dev_appserver.py instances are left around, they will conflict with
master ports.
BUG=351926
Review URL: https://codereview.chromium.org/197073007 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@256721 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								binji@chromium.org
							
						 
						
							 
							
							
							
								
							
								c3d17dd54a 
								
							
								 
							
						 
						
							
							
								
								git_cl.py: In the "status" command, add space after the branch name.  
							
							 
							
							... 
							
							
							
							i.e. the output looks like:
   my-branch-name : https://codereview.chromium.org/1234567 
  my-other-branch : https://codereview.chromium.org/8675309 
This makes it possible to double-click the branch name to use it in a subsequent
command.
BUG=none
R=maruel@chromium.org 
Review URL: https://codereview.chromium.org/118613003 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@241731 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								ilevy@chromium.org
							
						 
						
							 
							
							
							
								
							
								8d1a14ffd3 
								
							
								 
							
						 
						
							
							
								
								Fix depot_tools tests external dependency  
							
							 
							
							... 
							
							
							
							git cl was using system git cl.
- replace git cl status with GIT_CL_STATUS var
- add tested depot_tools to tip of PATH.
R=maruel@chromium.org 
BUG=
Review URL: https://chromiumcodereview.appspot.com/20889002 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@214021 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								maruel@chromium.org
							
						 
						
							 
							
							
							
								
							
								885f65199c 
								
							
								 
							
						 
						
							
							
								
								Disable colors if not a tty.  
							
							 
							
							... 
							
							
							
							Otherwise this breaks git cl unit tests.
Update references to 'git cl' in git cl smoke tests to $GIT_CL.
TBR=ilevy@chromium.org 
BUG=
Review URL: https://chromiumcodereview.appspot.com/20888002 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@214019 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							12 years ago  
						
					 
				
					
						
							
							
								 
								jbroman@chromium.org
							
						 
						
							 
							
							
							
								
							
								615a262dcb 
								
							
								 
							
						 
						
							
							
								
								Make git-cl more accurately imitate git's editor selection process, and respect $VISUAL.  
							
							 
							
							... 
							
							
							
							It is somewhat surprising when git-cl, which acts as a git subcommand, launches
a different editor. In particular, git has a config option (core.editor) which
specifies the editor that should be used. Since we already respect $GIT_EDITOR,
it makes sense for git-cl to respect core.editor and $VISUAL as well.
R=maruel@chromium.org 
BUG=237504
Review URL: https://chromiumcodereview.appspot.com/14854003 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@198101 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							13 years ago  
						
					 
				
					
						
							
							
								 
								szager@chromium.org
							
						 
						
							 
							
							
							
								
							
								e84b7541ce 
								
							
								 
							
						 
						
							
							
								
								Add test for git-svn with submodule/merge layout.  
							
							 
							
							... 
							
							
							
							Review URL: https://chromiumcodereview.appspot.com/10543151 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@142479 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							14 years ago  
						
					 
				
					
						
							
							
								 
								maruel@chromium.org
							
						 
						
							 
							
							
							
								
							
								2a74d37e28 
								
							
								 
							
						 
						
							
							
								
								Move git_cl back into depot_tools.  
							
							 
							
							... 
							
							
							
							Remove git_cl_hooks.py since it's now unnecessary.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6758001 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@79715 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							15 years ago  
						
					 
				
					
						
							
							
								 
								maruel@chromium.org
							
						 
						
							 
							
							
							
								
							
								2c3024ac53 
								
							
								 
							
						 
						
							
							
								
								Refactor the unit tests to remove a lot of duplicate code.  
							
							 
							
							... 
							
							
							
							Remove old unused git-cl test files.
TEST=unit tests
BUG=none
Review URL: http://codereview.chromium.org/122040 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18177 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							17 years ago  
						
					 
				
					
						
							
							
								 
								maruel@google.com
							
						 
						
							 
							
							
							
								
							
								fb2b8eb2e2 
								
							
								 
							
						 
						
							
							
								
								Create the Next Generation of depot_tools. Eh.  
							
							 
							
							... 
							
							
							
							Review URL: http://codereview.chromium.org/92087 
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@14349 0039d316-1c4b-4281-b951-d872f2087c98 
							
						 
						
							17 years ago