summaryrefslogtreecommitdiffstats
path: root/tools/git
diff options
context:
space:
mode:
authormichaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 20:44:41 +0000
committermichaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 20:44:41 +0000
commitbdd51183fd1a11f32117c57c3fb6484a577e3183 (patch)
tree835ee76597118253958c751ca2f69f22d4a261a5 /tools/git
parentcd7145995ecedffbc0700569f9d28d506f8907ad (diff)
downloadchromium_src-bdd51183fd1a11f32117c57c3fb6484a577e3183.zip
chromium_src-bdd51183fd1a11f32117c57c3fb6484a577e3183.tar.gz
chromium_src-bdd51183fd1a11f32117c57c3fb6484a577e3183.tar.bz2
Add move_source_file.bat file for use in a windows cmd prompt.
Review URL: https://chromiumcodereview.appspot.com/17351014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/git')
-rw-r--r--tools/git/move_source_file.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/git/move_source_file.bat b/tools/git/move_source_file.bat
new file mode 100644
index 0000000..bc3d797
--- /dev/null
+++ b/tools/git/move_source_file.bat
@@ -0,0 +1,6 @@
+@echo off
+setlocal
+:: This is required with cygwin only.
+PATH=%~dp0;%PATH%
+set PYTHONDONTWRITEBYTECODE=1
+call python "%~dp0move_source_file.py" %*