From: Jos Collin Date: Tue, 17 Oct 2017 06:08:49 +0000 (+0530) Subject: Fixed the readme examples X-Git-Tag: v13.0.1~537^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3d13279b954b05901bfd71846aa3eb26950ba879;p=ceph.git Fixed the readme examples Fixed the readme examples, according to the new --label definition. Signed-off-by: Jos Collin --- diff --git a/src/script/ptl-tool.py b/src/script/ptl-tool.py index 486d3148ce04..1e6e43039d45 100755 --- a/src/script/ptl-tool.py +++ b/src/script/ptl-tool.py @@ -20,7 +20,7 @@ # # Merging PR #1234567 and #2345678 into a new test branch with a testing label added to the PR: # -# $ env PTL_TOOL_BASE_PATH=refs/remotes/upstream/ src/script/ptl-tool.py --base master 1234567 2345678 +# $ src/script/ptl-tool.py --base master 1234567 2345678 --label wip-pdonnell-testing # Detaching HEAD onto base: master # Merging PR #1234567 # Labeled PR #1234567 wip-pdonnell-testing @@ -33,7 +33,7 @@ # # Merging PR #1234567 into master leaving a detached HEAD (i.e. do not update your repo's master branch) and do not label: # -# $ env PTL_TOOL_BASE_PATH=refs/remotes/upstream/ src/script/ptl-tool.py --base master --branch HEAD --merge-branch-name --label - master 1234567 +# $ src/script/ptl-tool.py --base master --branch HEAD --merge-branch-name master 1234567 # Detaching HEAD onto base: master # Merging PR #1234567 # Leaving HEAD detached; no branch anchors your commits @@ -44,7 +44,7 @@ # # Merging PR #12345678 into luminous leaving a detached HEAD (i.e. do not update your repo's master branch) and do not label: # -# $ env PTL_TOOL_BASE_PATH=refs/remotes/upstream/ src/script/ptl-tool.py --base luminous --branch HEAD --merge-branch-name luminous --label - 12345678 +# $ src/script/ptl-tool.py --base luminous --branch HEAD --merge-branch-name luminous 12345678 # Detaching HEAD onto base: luminous # Merging PR #12345678 # Leaving HEAD detached; no branch anchors your commits