Closed
Bug 22346
Opened 25 years ago
Closed 24 years ago
backouts should occur in reverse chronological order
Categories
(Webtools Graveyard :: Bonsai, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cls, Assigned: tara)
References
Details
Attachments
(1 file)
623 bytes,
patch
|
Details | Diff | Splinter Review |
When backing out a group of checkouts, the backout should occur in reverse
chronological order in case the checkins being backed out modified the same file
more than once. A good example of this is
http://cvs-mirror.mozilla.org/webtools/bonsai/cvsquery.cgi?module=SeaMonkeyAll&branch=HEAD&cvsroot=/cvsroot&date=day&who=pinkerton%25netscape.com&generateBackoutCVSCommands=1
I received a conflict on nsScrollbarFrame.cpp because it tried to reverse the
fix changes first rather than last.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Comment 2•25 years ago
|
||
tara@tequilarista.org is the new owner of Bugzilla and Bonsai. (For details,
see my posting in netscape.public.mozilla.webtools,
news://news.mozilla.org/38F5D90D.F40E8C1A%40geocast.com .)
Assignee: terry → tara
Status: ASSIGNED → NEW
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
This bug bit me today, trying to do a bonsai-backout of warren's changes. The
lines are listed in exactly the reverse order from the way they should be. See,
for example:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=mozilla%2Fconfigure.in&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=month&mindate=&maxdate=&cvsroot=%2Fcvsroot&generateBackoutCVSCommands=1
which is the commands file to backout all configure.in changes in the past
month. It should list from most current to least current.
Can someone verify that this change works so that we can update bonsai before
the next set of major backouts? :-)
patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
vrfy fixed
1.26 cls%seawood.org Mar 8 2001
and by use
Status: RESOLVED → VERIFIED
QA Contact: timeless
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•