Closed
Bug 454995
Opened 17 years ago
Closed 17 years ago
pushloghtml date query should support its own date output format as input to queries
Categories
(Developer Services :: Mercurial: hg.mozilla.org, enhancement)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: timeless, Unassigned)
References
()
Details
steps:
1. load url
2. try to make a subquery based on two items in the list:
Tue Aug 05 18:37:19 2008 -0700
Wed Jul 23 23:49:29 2008 -0700
by copying them into to: and from: respectively
3. click search
actual results:
this url loads (right url): http://hg.mozilla.org/webtools/mxr/pushloghtml?startdate=Wed+Jul+23+23%3A49%3A29+2008+-0700&enddate=Tue+Aug+05+18%3A37%3A19+2008+-0700
Changes pushed between Fri Sep 12 07:00:00 2008 -0700 and Fri Sep 12 07:00:00 2008 -0700
expected results: changelog search between the dates i specified.
Comment 1•17 years ago
|
||
Though I have a hard time parsing this format :->
Maybe do it the other way: change the format of the log (to 2008-08-05 18:37:19 ...) ?
Comment 2•17 years ago
|
||
Not sure if I can do that with Hg's date output filters. I'd have to check.
Comment 3•17 years ago
|
||
I cheated and changed the date output format as suggested in comment 1, in bug 464018.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Comment 4•17 years ago
|
||
(In reply to comment #3)
Is it supposed to work yet ? Nothing seems to have changed...
Comment 5•17 years ago
|
||
I don't think it's been deployed yet, you'll have to wait for that.
Comment 6•17 years ago
|
||
Bug 450695 has been deployed :-) But not this one yet :-(
Depends on: 464018
Comment 7•17 years ago
|
||
Yes it has. Note if you visit this URL:
http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=2008-07-01+03%3A00&enddate=2008-07-01+18%3A00
The query text above the results says:
"Changes pushed after 2008-07-01 03:00:00, before 2008-07-01 18:00:00"
You can copy and paste those dates into the search boxes.
Comment 8•17 years ago
|
||
That's a good start :-)
But the core of this bug is the "User Push date" column,
which should match that too...
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
| Assignee | ||
Updated•11 years ago
|
Product: Release Engineering → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•