Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > e37dff71c983ab6cce5a5adccef2041e > files > 497

tortoisehg-4.7.2-1.2.mga6.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>5.12. Ignore Filter &#8212; TortoiseHg 4.7.0 documentation</title>
    
    <link rel="stylesheet" href="_static/tortoisehg.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '4.7.0',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="top" title="TortoiseHg 4.7.0 documentation" href="index.html" />
    <link rel="up" title="5. TortoiseHg in daily use" href="daily.html" />
    <link rel="next" title="5.13. Archiving" href="archive.html" />
    <link rel="prev" title="5.11. Detect Renames" href="guess.html" />
   
  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
  
  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

  </head>
  <body role="document">
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="module-ignore.dialog">
<span id="ignore-filter"></span><h1>5.12. Ignore Filter<a class="headerlink" href="#module-ignore.dialog" title="Permalink to this headline">¶</a></h1>
<p>The ignore dialog is used to maintain your Mercurial repository&#8217;s ignore
filter, which can be found in an <code class="file docutils literal"><span class="pre">.hgignore</span></code> file in the
repository root.  The dialog can be launched from the shell context
menu, or from the status or commit tools via the context menu of an
unknown file.  The <span class="guilabel">Glob</span> combo allows to switch between glob
or regexp patterns.</p>
<div class="figure" id="id1">
<img alt="Ignore filter dialog" src="_images/ignore.jpg" />
<p class="caption"><span class="caption-text">Ignore Filter Dialog</span></p>
</div>
<div class="section" id="from-command-line">
<h2>5.12.1. From command line<a class="headerlink" href="#from-command-line" title="Permalink to this headline">¶</a></h2>
<p>The ignore tool can be started from command line:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">thg</span> <span class="n">hgignore</span> <span class="p">[</span><span class="n">FILE</span><span class="p">]</span>

<span class="n">aliases</span><span class="p">:</span> <span class="n">ignore</span><span class="p">,</span> <span class="nb">filter</span>

<span class="n">ignore</span> <span class="nb">filter</span> <span class="n">editor</span>

<span class="n">use</span> <span class="s2">&quot;thg -v help hgignore&quot;</span> <span class="n">to</span> <span class="n">show</span> <span class="k">global</span> <span class="n">options</span>
</pre></div>
</div>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="index.html">
              <img class="logo" src="_static/thg_logo_92x50.png" alt="Logo"/>
            </a></p>
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">5.12. Ignore Filter</a><ul>
<li><a class="reference internal" href="#from-command-line">5.12.1. From command line</a></li>
</ul>
</li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
  <li><a href="index.html">Documentation overview</a><ul>
  <li><a href="daily.html">5. TortoiseHg in daily use</a><ul>
      <li>Previous: <a href="guess.html" title="previous chapter">5.11. Detect Renames</a></li>
      <li>Next: <a href="archive.html" title="next chapter">5.13. Archiving</a></li>
  </ul></li>
  </ul></li>
</ul>
</div>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="_sources/ignore.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <div><input type="text" name="q" /></div>
      <div><input type="submit" value="Go" /></div>
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="footer">
      &copy;2010-2018, Steve Borho and others.
      
      |
      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.9</a>
      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a>
      
      |
      <a href="_sources/ignore.txt"
          rel="nofollow">Page source</a>
    </div>

    

    
  </body>
</html>