$ # get the code
$ # In an empty directory:
-$ fetch {chromium,blink,...}
+$ fetch {chromium,...}
$ # Update third_party repos and run pre-compile hooks
$ gclient sync
@@ -1006,7 +1006,6 @@ commands:
From fac10e1c9a6e6cbf0031a9b4a04c3316803607c4 Mon Sep 17 00:00:00 2001
From: jbroman C:\workspace\depot_tools
:
@@ -911,7 +911,7 @@ With Administrator access:
Modify the PATH system variable to include C:\workspace\depot_tools
.
@@ -982,7 +982,7 @@ commands:
$ # get the code
$ # In an empty directory:
-$ fetch {chromium,blink,...}
+$ fetch {chromium,...}
$ # Update third_party repos and run pre-compile hooks
$ gclient sync
@@ -1006,7 +1006,6 @@ commands:
$ fetch chromium # Basic checkout for desktop Chromium
-$ fetch blink # Chromium code with Blink checked out to tip-of-tree
$ fetch android # Chromium checkout for Android platform
$ fetch ios # Chromium checkout for iOS platform
$ git cl set_commit
$ git map
* 0e2e52e (chap2) 2014-04-10 ~ FREEZE.unindexed
-| * 2c0ad9c (fix_typo) 2014-04-10 ~ Fix typo for good!
+| * 2c0ad9c (HEAD -> fix_typo) 2014-04-10 ~ Fix typo for good!
| * 615ffa7 2014-04-10 ~ Fix terrible typo.
|/
* beec6f4 (origin/master, origin/HEAD) 2014-04-10 ~ Make ReflectorImpl use mailboxes <(chap2, fix_typo)
@@ -1338,7 +1337,7 @@ state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
- git checkout -b new_branch_name
+ git checkout -b <new-branch-name>
HEAD is now at beec6f4... Make ReflectorImpl use mailboxes
$ git nav-downstream
@@ -1391,7 +1390,7 @@ EOF
[chap2 ceef712] Finish chapter 2
1 file changed, 6 insertions(+)
$ git map
-* ceef712 (chap2) 2014-04-10 ~ Finish chapter 2
+* ceef712 (HEAD -> chap2) 2014-04-10 ~ Finish chapter 2
| * 2c0ad9c (fix_typo) 2014-04-10 ~ Fix typo for good!
| * 615ffa7 2014-04-10 ~ Fix terrible typo.
|/
@@ -1416,7 +1415,7 @@ EOF
[chap3 7d4238a] beginning of chapter 3
1 file changed, 4 insertions(+)
$ git map
-* 7d4238a (chap3) 2014-04-10 ~ beginning of chapter 3
+* 7d4238a (HEAD -> chap3) 2014-04-10 ~ beginning of chapter 3
* ceef712 (chap2) 2014-04-10 ~ Finish chapter 2 <(chap3)
| * 2c0ad9c (fix_typo) 2014-04-10 ~ Fix typo for good!
| * 615ffa7 2014-04-10 ~ Fix terrible typo.
@@ -1436,13 +1435,13 @@ Rebasing: chap2
Rebasing: fix_typo
Failed! Attempting to squash fix_typo ... Success!
Rebasing: chap3
-Deleted branch fix_typo (was 5d26fec).
Reparented chap3 to track origin/master (was tracking chap2)
+Deleted branch fix_typo (was 5d26fec).
Deleted branch chap2 (was 5d26fec).
$ gclient sync
... truncated output ...
$ git map
-* 93fe917 (chap3) 2014-04-10 ~ beginning of chapter 3
+* 93fe917 (HEAD -> chap3) 2014-04-10 ~ beginning of chapter 3
* 5d26fec (origin/master, origin/HEAD) 2014-04-10 ~ Finish chapter 2 <(chap3)
* df7fefb 2014-04-10 ~ Revert 255617, due to it not tracking use of the link doctor page properly.
* 4b39cda 2014-04-10 ~ Fix terrible typo.
@@ -1471,7 +1470,7 @@ Rebasing: chap2
There was an poignant pause.
CHAPTER 3:
-++<<<<<<< HEAD
+++<<<<<<< 59cdb7335b1c3a159ecc22214441cbe2194de25c
+Hilariousness! This chapter is awesome!
++=======
+ Mr. Usagi felt that something wasn't right. Shortly after the Domo-Kun left he
@@ -1500,7 +1499,7 @@ chap3 up-to-date
$ gclient sync
... truncated output ...
$ git map
-* 1cb4f5b (chap3) 2014-04-10 ~ beginning of chapter 3
+* 1cb4f5b (HEAD -> chap3) 2014-04-10 ~ beginning of chapter 3
* 59cdb73 (origin/master, origin/HEAD) 2014-04-10 ~ Refactor data interchange format. <(chap3)
* 34676a3 2014-04-10 ~ Ensure FS is exited for all not-in-same-page navigations.
* 7d4784e 2014-04-10 ~ Add best chapter2 ever!
@@ -1581,7 +1580,7 @@ from