<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What should we change about the Mercurial Web UI?</title>
	<atom:link href="http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/</link>
	<description>where we're building a better SpiderMonkey from parts</description>
	<lastBuildDate>Tue, 30 Jun 2009 14:40:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martijn</title>
		<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/comment-page-1/#comment-19914</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Thu, 02 Oct 2008 17:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/jorendorff/?p=18#comment-19914</guid>
		<description>I would like to see https://bugzilla.mozilla.org/show_bug.cgi?id=448707 fixed.
It&#039;s really difficult now to find out which patch caused a regression. This was much, much easier with bonsai queries.

Also, I really miss the blame view that bonsai had.</description>
		<content:encoded><![CDATA[<p>I would like to see <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=448707" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=448707</a> fixed.<br />
It&#8217;s really difficult now to find out which patch caused a regression. This was much, much easier with bonsai queries.</p>
<p>Also, I really miss the blame view that bonsai had.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cork</title>
		<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/comment-page-1/#comment-19913</link>
		<dc:creator>Cork</dc:creator>
		<pubDate>Thu, 02 Oct 2008 17:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/jorendorff/?p=18#comment-19913</guid>
		<description>It would be nice if the checkin could have links to official builds built from that changeset.

That is link to the ftp folder of the builds if the files exists. This would make it easier to test changes and find regression ranges.</description>
		<content:encoded><![CDATA[<p>It would be nice if the checkin could have links to official builds built from that changeset.</p>
<p>That is link to the ftp folder of the builds if the files exists. This would make it easier to test changes and find regression ranges.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/comment-page-1/#comment-19844</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Thu, 25 Sep 2008 23:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/jorendorff/?p=18#comment-19844</guid>
		<description>I have not played with the current hg page much, only to do date-searches for regression ranges. 

I like the suggestions above about making it much easier to do date-range queries. My biggest use case here is to hunt down regression ranges, so anything to make that easier would be appreciated.

Additionally, being able to query by the person that checked in the patch and by source code directory would be super helpful, as I used those features in bonsai quite a bit.</description>
		<content:encoded><![CDATA[<p>I have not played with the current hg page much, only to do date-searches for regression ranges. </p>
<p>I like the suggestions above about making it much easier to do date-range queries. My biggest use case here is to hunt down regression ranges, so anything to make that easier would be appreciated.</p>
<p>Additionally, being able to query by the person that checked in the patch and by source code directory would be super helpful, as I used those features in bonsai quite a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/comment-page-1/#comment-19821</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Wed, 24 Sep 2008 16:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/jorendorff/?p=18#comment-19821</guid>
		<description>One other comment.  I just filed a bug on hg annotate being really slow: see http://www.selenic.com/mercurial/bts/issue1310</description>
		<content:encoded><![CDATA[<p>One other comment.  I just filed a bug on hg annotate being really slow: see <a href="http://www.selenic.com/mercurial/bts/issue1310" rel="nofollow">http://www.selenic.com/mercurial/bts/issue1310</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/comment-page-1/#comment-19820</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Wed, 24 Sep 2008 13:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/jorendorff/?p=18#comment-19820</guid>
		<description>In addition to what Jonas said, bonsai had the nice feature of being able to easily see the list of files touched by a checkin.  This would be really nice in hg as well; I used to actually skim the bonsai log looking for changes the files I cared about and looking through the diffs...</description>
		<content:encoded><![CDATA[<p>In addition to what Jonas said, bonsai had the nice feature of being able to easily see the list of files touched by a checkin.  This would be really nice in hg as well; I used to actually skim the bonsai log looking for changes the files I cared about and looking through the diffs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jorendorff</title>
		<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/comment-page-1/#comment-19819</link>
		<dc:creator>jorendorff</dc:creator>
		<pubDate>Wed, 24 Sep 2008 13:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/jorendorff/?p=18#comment-19819</guid>
		<description>Nice point, Jesse.

Sid, Ted Mielczarek did another &quot;better shortlog&quot; page, which you can see here:

http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=sep+10+2008&amp;enddate=now

The most important thing here is that the dates it&#039;s showing you are the dates those changes were *pushed* to mozilla-central, not the dates they were *committed*. As Jesse mentions the commit dates aren&#039;t very useful.

This makes the history linear (a huge relief) and to some degree makes it obvious when a merge is big and when it&#039;s little.</description>
		<content:encoded><![CDATA[<p>Nice point, Jesse.</p>
<p>Sid, Ted Mielczarek did another &#8220;better shortlog&#8221; page, which you can see here:</p>
<p><a href="http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=sep+10+2008&amp;enddate=now" rel="nofollow">http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=sep+10+2008&amp;enddate=now</a></p>
<p>The most important thing here is that the dates it&#8217;s showing you are the dates those changes were *pushed* to mozilla-central, not the dates they were *committed*. As Jesse mentions the commit dates aren&#8217;t very useful.</p>
<p>This makes the history linear (a huge relief) and to some degree makes it obvious when a merge is big and when it&#8217;s little.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Sicking</title>
		<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/comment-page-1/#comment-19817</link>
		<dc:creator>Jonas Sicking</dc:creator>
		<pubDate>Wed, 24 Sep 2008 02:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/jorendorff/?p=18#comment-19817</guid>
		<description>The thing that I use HG web for the most is digging through logs for a given file.

Specifically, I find myself looking at some piece of code wondering &quot;why was this code written this way&quot; or &quot;what is this code trying to do&quot;.

Today it is quite painful do dig that information up. HG Blame allows you to see who last changed a given line, but often times that is generic cleanup patches that didn&#039;t actually change the functionality. So you have to figure out the revision before that change by looking at the HG log and go to the previous revision, then find the code again, and repeat the process until you find the last patch to make a functional change.

Bonsai was somewhat better in this regard. It at least showed you the checkin comment for every given line and jump to that revision. You could then manually step one revision further back since the version numbers were numeric.

It would be great if the HG log page contained links to the previous version for every line.</description>
		<content:encoded><![CDATA[<p>The thing that I use HG web for the most is digging through logs for a given file.</p>
<p>Specifically, I find myself looking at some piece of code wondering &#8220;why was this code written this way&#8221; or &#8220;what is this code trying to do&#8221;.</p>
<p>Today it is quite painful do dig that information up. HG Blame allows you to see who last changed a given line, but often times that is generic cleanup patches that didn&#8217;t actually change the functionality. So you have to figure out the revision before that change by looking at the HG log and go to the previous revision, then find the code again, and repeat the process until you find the last patch to make a functional change.</p>
<p>Bonsai was somewhat better in this regard. It at least showed you the checkin comment for every given line and jump to that revision. You could then manually step one revision further back since the version numbers were numeric.</p>
<p>It would be great if the HG log page contained links to the previous version for every line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RyanVM</title>
		<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/comment-page-1/#comment-19816</link>
		<dc:creator>RyanVM</dc:creator>
		<pubDate>Tue, 23 Sep 2008 23:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/jorendorff/?p=18#comment-19816</guid>
		<description>It would be nice if I could view more than 10 entries at a time in the changelog.</description>
		<content:encoded><![CDATA[<p>It would be nice if I could view more than 10 entries at a time in the changelog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gc</title>
		<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/comment-page-1/#comment-19815</link>
		<dc:creator>Gc</dc:creator>
		<pubDate>Tue, 23 Sep 2008 23:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/jorendorff/?p=18#comment-19815</guid>
		<description>Search history restricted to a particular date range and directories.  (when a bug is found to start on a particular build from a month ago, need to find what was changed since the previous build, in relevant directories)</description>
		<content:encoded><![CDATA[<p>Search history restricted to a particular date range and directories.  (when a bug is found to start on a particular build from a month ago, need to find what was changed since the previous build, in relevant directories)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Ruderman</title>
		<link>http://blog.mozilla.com/jorendorff/2008/09/23/what-should-we-change-about-the-mercurial-web-ui/comment-page-1/#comment-19814</link>
		<dc:creator>Jesse Ruderman</dc:creator>
		<pubDate>Tue, 23 Sep 2008 23:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/jorendorff/?p=18#comment-19814</guid>
		<description>You might consider starting with the pushloghtml page, which is what the Mozilla community seems to use, rather than the shortlog page, which isn&#039;t very useful to begin with.</description>
		<content:encoded><![CDATA[<p>You might consider starting with the pushloghtml page, which is what the Mozilla community seems to use, rather than the shortlog page, which isn&#8217;t very useful to begin with.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
