Correcting usage docs on branch name

Change-Id: I39830c2ac8fdce38de30d04ef46f34928360cd51
Closes-bug: #1362724
This commit is contained in:
Eric Peterson
2014-08-28 11:33:47 -06:00
parent 63acfa4f02
commit 26e63e1675

View File

@@ -384,7 +384,7 @@ This would be possible by using the `--import-branch` option of import command a
```bash ```bash
TIMESTAMP=$(date +"%Y%m%d%H%M%s") TIMESTAMP=$(date +"%Y%m%d%H%M%s")
git upstream import --import-branch "import/import-$TIMESTAMP" upstream/master git upstream import --import-branch "import/import-$TIMESTAMP" upstream/master
git push gerrit import/$TIMESTAMP:import/$TIMESTAMP git push gerrit import/import-$TIMESTAMP:import/import-$TIMESTAMP
``` ```
Then, create a valid `Change-Id` for the merge commit Then, create a valid `Change-Id` for the merge commit