<?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: Murky: A Mercurial Client App</title>
	<atom:link href="http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/</link>
	<description>Little boxes made of words, by Jens Alfke</description>
	<lastBuildDate>Sun, 14 Mar 2010 11:32:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/comment-page-2/#comment-3483</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 14 Mar 2010 11:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://mooseyard.com/Jens/2009/04/murky-a-mercurial-client-app/#comment-3483</guid>
		<description>Thank you so much for this amazing app! I startet out with ObjC a few months ago and was planning to write something like this myself to manage my bitbucket-projects. Anyway, I think this app is more than I (with my current knowledge) could have written. Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this amazing app! I startet out with ObjC a few months ago and was planning to write something like this myself to manage my bitbucket-projects. Anyway, I think this app is more than I (with my current knowledge) could have written. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jens</title>
		<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/comment-page-2/#comment-3453</link>
		<dc:creator>jens</dc:creator>
		<pubDate>Fri, 26 Feb 2010 00:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://mooseyard.com/Jens/2009/04/murky-a-mercurial-client-app/#comment-3453</guid>
		<description>art.mania: Glad you got it to work! But this blog isn&#039;t a support forum. You can ask questions about the Murky app itself on &lt;a href=&quot;http://groups.google.com/group/murky-app&quot; rel=&quot;nofollow&quot;&gt;its mailing list&lt;/a&gt;, although questions about Mercurial itself probably belong on a Mercurial mailing list. (In the case of your question, the answer is the &quot;.hgignore&quot; file. Please read the free Mercurial guide book for details.)</description>
		<content:encoded><![CDATA[<p>art.mania: Glad you got it to work! But this blog isn&#8217;t a support forum. You can ask questions about the Murky app itself on <a href="http://groups.google.com/group/murky-app" rel="nofollow">its mailing list</a>, although questions about Mercurial itself probably belong on a Mercurial mailing list. (In the case of your question, the answer is the &#8220;.hgignore&#8221; file. Please read the free Mercurial guide book for details.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: art.mania</title>
		<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/comment-page-2/#comment-3450</link>
		<dc:creator>art.mania</dc:creator>
		<pubDate>Thu, 25 Feb 2010 13:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://mooseyard.com/Jens/2009/04/murky-a-mercurial-client-app/#comment-3450</guid>
		<description>hi, after a long trying period, I have had control on Murky :) cool app!! Appreciate your work and time so much! thanks again! 

ps, how can I ignore files at commiting? i have some files like config.php, conn.php ... and these are different at server and localhost. so how can i make murky to ignore some files?

thanks again!</description>
		<content:encoded><![CDATA[<p>hi, after a long trying period, I have had control on Murky :) cool app!! Appreciate your work and time so much! thanks again! </p>
<p>ps, how can I ignore files at commiting? i have some files like config.php, conn.php &#8230; and these are different at server and localhost. so how can i make murky to ignore some files?</p>
<p>thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jens</title>
		<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/comment-page-1/#comment-3437</link>
		<dc:creator>jens</dc:creator>
		<pubDate>Fri, 12 Feb 2010 16:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://mooseyard.com/Jens/2009/04/murky-a-mercurial-client-app/#comment-3437</guid>
		<description>Greg: That&#039;s a Mercurial setting, stored in the &#039;hgrc&#039; file in the repository&#039;s &#039;.hg&#039; directory. The entry in the file looks like:
&lt;tt&gt;[paths]
default = ssh://........&lt;/tt&gt;

Could you please use the Murky mailing list and bug tracker (both of which are listed on the home page) for future issues? This is an old blog post and it&#039;s not meant as a tech support forum. Thanks.</description>
		<content:encoded><![CDATA[<p>Greg: That&#8217;s a Mercurial setting, stored in the &#8216;hgrc&#8217; file in the repository&#8217;s &#8216;.hg&#8217; directory. The entry in the file looks like:<br />
<tt>[paths]<br />
default = ssh://&#8230;&#8230;..</tt></p>
<p>Could you please use the Murky mailing list and bug tracker (both of which are listed on the home page) for future issues? This is an old blog post and it&#8217;s not meant as a tech support forum. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/comment-page-1/#comment-3436</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://mooseyard.com/Jens/2009/04/murky-a-mercurial-client-app/#comment-3436</guid>
		<description>Doing a second post since this is a separate issue. This is not really a Murky issue, although maybe Murky could implement a solution.

I really love using Murky, I find the GUI great for viewing your commits over time. I also like using bitbucket and FogBugz and was wondering if Murky could add a FogBugz case field to the commit.

On a separate I still havn&#039;t gotten bitbucket to talk to FogBugz but this seems like a common problem, if Murky could solve this that would be outstanding but I think outside the scope of what Murky can do.

Thanks

Greg</description>
		<content:encoded><![CDATA[<p>Doing a second post since this is a separate issue. This is not really a Murky issue, although maybe Murky could implement a solution.</p>
<p>I really love using Murky, I find the GUI great for viewing your commits over time. I also like using bitbucket and FogBugz and was wondering if Murky could add a FogBugz case field to the commit.</p>
<p>On a separate I still havn&#8217;t gotten bitbucket to talk to FogBugz but this seems like a common problem, if Murky could solve this that would be outstanding but I think outside the scope of what Murky can do.</p>
<p>Thanks</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/comment-page-1/#comment-3435</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://mooseyard.com/Jens/2009/04/murky-a-mercurial-client-app/#comment-3435</guid>
		<description>SSH works like a charm with one minor issue (probable my fault). Murky is not holding the ssh site, I have to re-type it every time. Is this a security feature of SSH or is it possible to to get Murky to remember the default SSH site?

Thanks

Greg</description>
		<content:encoded><![CDATA[<p>SSH works like a charm with one minor issue (probable my fault). Murky is not holding the ssh site, I have to re-type it every time. Is this a security feature of SSH or is it possible to to get Murky to remember the default SSH site?</p>
<p>Thanks</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: art.mania</title>
		<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/comment-page-1/#comment-3421</link>
		<dc:creator>art.mania</dc:creator>
		<pubDate>Sun, 07 Feb 2010 17:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://mooseyard.com/Jens/2009/04/murky-a-mercurial-client-app/#comment-3421</guid>
		<description>i could make mercurial work, but still having trouble to find any starter tuts for murky. at least a simple post for how to use murky for a project, would be so great! how to start a sample project...</description>
		<content:encoded><![CDATA[<p>i could make mercurial work, but still having trouble to find any starter tuts for murky. at least a simple post for how to use murky for a project, would be so great! how to start a sample project&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jens</title>
		<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/comment-page-1/#comment-3420</link>
		<dc:creator>jens</dc:creator>
		<pubDate>Sun, 07 Feb 2010 17:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://mooseyard.com/Jens/2009/04/murky-a-mercurial-client-app/#comment-3420</guid>
		<description>art.mania: Murky isn&#039;t a replacement for learning how Mercurial itself works. There are several tutorials on &lt;a href=&quot;http://mercurial.selenic.com/wiki/&quot; rel=&quot;nofollow&quot;&gt;the Mercurial site&lt;/a&gt; -- have you read &quot;Mercurial By Example&quot; or the first chapters of &quot;Mercurial: The Definitive Guide&quot;?</description>
		<content:encoded><![CDATA[<p>art.mania: Murky isn&#8217;t a replacement for learning how Mercurial itself works. There are several tutorials on <a href="http://mercurial.selenic.com/wiki/" rel="nofollow">the Mercurial site</a> &#8212; have you read &#8220;Mercurial By Example&#8221; or the first chapters of &#8220;Mercurial: The Definitive Guide&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: art.mania</title>
		<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/comment-page-1/#comment-3419</link>
		<dc:creator>art.mania</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://mooseyard.com/Jens/2009/04/murky-a-mercurial-client-app/#comment-3419</guid>
		<description>is it only me here the fool can not work it out :( I&#039;m trying to figure out this mercurial and murky during last 3 weeks, but I could not understand anything about how to make it work for my local projects :( there is no clear tuts at all for starters, all are so comlicated :(  I wasted my days, weeks!!

I have to make this SourceControl work, but I&#039;m tired of complicated guides :(</description>
		<content:encoded><![CDATA[<p>is it only me here the fool can not work it out :( I&#8217;m trying to figure out this mercurial and murky during last 3 weeks, but I could not understand anything about how to make it work for my local projects :( there is no clear tuts at all for starters, all are so comlicated :(  I wasted my days, weeks!!</p>
<p>I have to make this SourceControl work, but I&#8217;m tired of complicated guides :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://jens.mooseyard.com/2009/04/murky-a-mercurial-client-app/comment-page-1/#comment-3405</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 20 Jan 2010 03:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://mooseyard.com/Jens/2009/04/murky-a-mercurial-client-app/#comment-3405</guid>
		<description>Works great, thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Works great, thanks for the tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->