diff --git a/eden/scm/tests/test-rebase-scenario-global.t b/eden/scm/tests/test-rebase-scenario-global.t index aa0604bf5ce7f..ef67d39898fb2 100644 --- a/eden/scm/tests/test-rebase-scenario-global.t +++ b/eden/scm/tests/test-rebase-scenario-global.t @@ -317,7 +317,7 @@ C onto A - rebase onto an ancestor: Check rebasing public changeset - $ hg push --config phases.publish=True -q -r 6 # update phase of G + $ hg push --config phases.publish=True -q -r 'desc(G)' # update phase of G $ hg rebase -d 'desc(A)' -b 'desc(C)' nothing to rebase $ hg debugmakepublic 'desc(C)'