Open Bug 1141244 Opened 9 years ago Updated 7 years ago

Tree closure push hook didn't prevent changeset successfully reaching the repo

Categories

(Developer Services :: Mercurial: hg.mozilla.org, defect)

Production
defect
Not set
normal

Tracking

(Not tracked)

People

(Reporter: rnewman, Unassigned)

Details

$ hg qfinish -a; hg push -r .
pushing to ssh://hg.mozilla.org/integration/fx-team
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 2 changes to 2 files
remote:
remote:
remote: ************************** ERROR ****************************
remote: fx-team is CLOSED! Reason: Bug 1140442 - FTP timeouts and SlaveAPI is down
remote: To push despite the closed tree, include "CLOSED TREE" in your push comment
remote: *************************************************************
remote:
remote:
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.a_treeclosure hook failed


$ hg log -l3
changeset:   232466:c0aa91aff8e5
tag:         fx-team
tag:         tip
user:        Richard Newman <rnewman@mozilla.com>
date:        Fri Mar 06 10:05:13 2015 -0800
summary:     Bug 1140243 - Refactor default client name in FxAccountUtils. r=nalexander

changeset:   232465:eab4a81e4457
parent:      232464:d5beb5eb8433
parent:      232419:d94db91d6fb1
user:        Phil Ringnalda <philringnalda@gmail.com>
date:        Sun Mar 08 13:29:18 2015 -0700
summary:     Merge f-t to m-c, a=merge

changeset:   232464:d5beb5eb8433
parent:      232460:3d6cd86c1791
parent:      232463:3ccf9237475f
user:        Phil Ringnalda <philringnalda@gmail.com>
date:        Sun Mar 08 13:27:18 2015 -0700
summary:     Merge b-i to m-c, a=merge



And here it is:

http://hg.mozilla.org/integration/fx-team/rev/c0aa91aff8e5
Locally I'm using hg 3.3, FWIW.
QA Contact: hwine → klibby
You need to log in before you can comment on or make changes to this bug.