From 26e63e16759cda1f9d2bc52ae3bda555b8810345 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Thu, 28 Aug 2014 11:33:47 -0600 Subject: [PATCH] Correcting usage docs on branch name Change-Id: I39830c2ac8fdce38de30d04ef46f34928360cd51 Closes-bug: #1362724 --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index bd535a6..6866f41 100644 --- a/USAGE.md +++ b/USAGE.md @@ -384,7 +384,7 @@ This would be possible by using the `--import-branch` option of import command a ```bash TIMESTAMP=$(date +"%Y%m%d%H%M%s") 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