Skip to content

Commit

Permalink
tests: fix test-rebase-scenario-global.t
Browse files Browse the repository at this point in the history
Summary: Seems like there was a typo when migrating this test, and that this should have been something related to 'G' rather than something related to '6'.

Reviewed By: quark-zju

Differential Revision: D54346444

fbshipit-source-id: dd4026e86a640688b14d636e4e8e4786eb9c321a
  • Loading branch information
sggutier authored and facebook-github-bot committed Feb 29, 2024
1 parent 5669475 commit 9894046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/tests/test-rebase-scenario-global.t
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit 9894046

Please sign in to comment.