Closed
Bug 460760
Opened 17 years ago
Closed 17 years ago
hg release bundle doesn't apply, doesn't contain release tags
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: bhearsum)
References
Details
(Whiteboard: [hg-automation])
Attachments
(1 file)
1.68 KB,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
I just tried the release bundle for firefox 3.1 b1, and I found two issues:
First, the bundle doesn't apply, it doesn't contain the very first changeset. djc mentions hg bundle -a as a possible solution.
Secondly, the bundle doesn't contain the release tags, so within the repo that you get when applying the bundle on a repo with the initial changeset, you can't do an
hg up -r FIREFOX_3_1b1_RELEASE
which would probably be nice to have.
Comment 1•17 years ago
|
||
Looks like the --all option to bundle appeared in 1.0. Before that, --base null should do the same thing.
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → bhearsum
Priority: -- → P2
Assignee | ||
Comment 2•17 years ago
|
||
Attachment #345092 -
Flags: review?(nthomas)
Comment 3•17 years ago
|
||
Comment on attachment 345092 [details] [diff] [review]
[checked in] fix bundle by bundling from --null to the tip of the release branch
r+. It kinda sucks we have to pull the tip of the relbranch just to get the tags, and that's only OK-ish because we only just tagged the the thing. hg handles .hgtags in a strange way :-S
Attachment #345092 -
Flags: review?(nthomas) → review+
Assignee | ||
Comment 4•17 years ago
|
||
Comment on attachment 345092 [details] [diff] [review]
[checked in] fix bundle by bundling from --null to the tip of the release branch
Checking in factory.py;
/cvsroot/mozilla/tools/buildbotcustom/process/factory.py,v <-- factory.py
new revision: 1.25; previous revision: 1.24
done
Attachment #345092 -
Attachment description: fix bundle by bundling from --null to the tip of the release branch → [checked in] fix bundle by bundling from --null to the tip of the release branch
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•