Closed Bug 446459 Opened 16 years ago Closed 16 years ago

allow querying pushlog by user

Categories

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

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kairo, Assigned: ted)

Details

I'm used to doing a "what did I check in between last Monday and this Monday" queries so I don't forget things to mention in my weekly status reports, but I just realized I can't do that for hg yet.
It would be nice if I could query pushlog for this.
This is a deficiency in hgweb, right ? Ted, know of any way to fix/work around this ? Do we have a more appropriate component for this ?
Component: Release Engineering → Release Engineering: Future
Priority: -- → P3
It needs to be added to the pushlog code. We don't have a component for that yet. :-(
Component: Release Engineering: Future → Hg: Customizations
QA Contact: release → hg.customizations
Why do you want this on pushlog? You can already search hgweb (using the search box) for your username to see all the commits with your username. If you do this via pushlog, you have to go through pushes containing your commits, then extract the commits from the pushes again. That doesn't seem to make much sense.
I want to get a list of everything I actually checked in (i.e. pushed) in a certain timeframe. And yes, I thinking about hgweb there, i.e. pushloghtml.
djc: the web tool we used to query CVS history looked like this:
http://bonsai.mozilla.org/cvsqueryform.cgi

I think people would like to be able to do queries using a combination of fields, like "things I committed to the toolkit/ directory and pushed in the past week".
Fixed:
http://hg.mozilla.org/users/bsmedberg_mozilla.com/hgpoller/rev/1ecaabab0765

This will let you use ?user=user@example.com (and you can add more than one, ?user=user@example.com&user=someone.else@example.com). It works interoperably with other query parameters like startdate, enddate, fromchange, tochange.

We'll get this rolled out soon, I have other changes lined up as well.
Assignee: nobody → ted.mielczarek
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
Product: Release Engineering → Developer Services
You need to log in before you can comment on or make changes to this bug.