Open Bug 1198197 Opened 9 years ago

push-to-try pushed empty changeset

Categories

(Developer Services :: Mercurial: mozext, defect)

defect
Not set
normal

Tracking

(Not tracked)

People

(Reporter: steffen.wilberg, Unassigned)

Details

push-to try pushes empty changesets to the try server.

I used
  hg push-to-try -m"try: -b do -p linux64,win32 -u all -t none"

The output was:

Creating temporary commit for remote...
pushing to ssh://hg.mozilla.org/try
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 0 changes to 0 files (+1 heads)
remote: recorded push in pushlog
remote: replication of changegroup data completed successfully in 25.3s
remote:
remote: View your change here:
remote:   https://hg.mozilla.org/try/rev/e50235398fd1
remote:
remote: Follow the progress of your build on Treeherder:
remote:   https://treeherder.mozilla.org/#/jobs?repo=try&revision=e50235398fd1
push complete
temporary commit removed, repository restored

Note "0 changes to 0 files".
Indeed, https://hg.mozilla.org/try/rev/e50235398fd1 shows an empty changeset.

To workaround, I used "hg commit --amend -e" to add the "try: " incantation to the summary, and "hg push -r 259147 -f try".
You need to log in before you can comment on or make changes to this bug.