<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Fixme on Raveen Kumar</title>
    <link>https://raveenkumar.com/tags/fixme/</link>
    <description>Recent content in Fixme on Raveen Kumar</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Raveen Kumar</copyright>
    <lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://raveenkumar.com/tags/fixme/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Mercurial</title>
      <link>https://raveenkumar.com/library/programming/mercurial-or-hg/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://raveenkumar.com/library/programming/mercurial-or-hg/</guid>
      <description>&lt;h2 id=&#34;log&#34;&gt;Log&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hg log -u USERNAME &#xA;hg log &amp;lt;branch name&amp;gt; -G # -G for graph view&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;to-ignore-specific-files-hgignore&#34;&gt;To ignore specific files &lt;code&gt;.hgignore&lt;/code&gt;&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;# .hgignore&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;dumps&lt;span style=&#34;color:#ae81ff&#34;&gt;\*&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;tmp&lt;span style=&#34;color:#ae81ff&#34;&gt;\*&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;branches&#34;&gt;Branches&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hg log -b&#xA;hg branch &amp;lt;Branch name&amp;gt; # current working area as a new branch &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;patching&#34;&gt;Patching&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hg diff &amp;gt; local_changes.patch&#xA;hg import --no-commit local_changes.patch &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;updating&#34;&gt;Updating&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hg up&#xA;hg clean &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;reverting&#34;&gt;Reverting&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hg revert &amp;lt;file&amp;gt;&#xA;hg revert --all&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h1 id=&#34;check-all-subrepos&#34;&gt;Check all subrepos&lt;/h1&gt;&#xA;&lt;p&gt;``` bash hg st -S hg diff -S ```&lt;/p&gt;&#xA;&lt;h1 id=&#34;hg-relative-args&#34;&gt;Hg relative args&lt;/h1&gt;&#xA;&lt;p&gt;``` bash hg st –rev -2 ```&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
