Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 27647990744ebd9cfe32398f37f67e20 > files > 3011

bzr-2.6.0-11.1.mga5.i586.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>BzrTools &mdash; Bazaar 2.6.0 documentation</title>
    
    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '2.6.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="shortcut icon" href="../_static/bzr.ico"/>
    <link rel="top" title="Bazaar 2.6.0 documentation" href="../index.html" />
    <link rel="up" title="Bazaar User Guide" href="index.html" />
    <link rel="next" title="bzr-svn" href="svn_plugin.html" />
    <link rel="prev" title="GnuPG Signatures" href="gpg_signatures.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="svn_plugin.html" title="bzr-svn"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="gpg_signatures.html" title="GnuPG Signatures"
             accesskey="P">previous</a> |</li>
<li><a href="http://bazaar.canonical.com/">
    <img src="../_static/bzr icon 16.png" /> Home</a>&nbsp;|&nbsp;</li>
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>

        <li><a href="../index.html">Table of Contents (2.6.0)</a> &raquo;</li>

          <li><a href="index.html" accesskey="U">Bazaar User Guide</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="bzrtools">
<h1>BzrTools<a class="headerlink" href="#bzrtools" title="Permalink to this headline">¶</a></h1>
<div class="section" id="overview">
<h2>Overview<a class="headerlink" href="#overview" title="Permalink to this headline">¶</a></h2>
<p>BzrTools is a collection of useful enhancements to Bazaar.
For installation instructions, see the BzrTools home page:
<a class="reference external" href="http://wiki.bazaar.canonical.com/BzrTools">http://wiki.bazaar.canonical.com/BzrTools</a>.
Here is a sample of the frequently used commands it provides.</p>
</div>
<div class="section" id="shell">
<h2>shell<a class="headerlink" href="#shell" title="Permalink to this headline">¶</a></h2>
<p><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">shell</span></tt> starts up a command interpreter than understands
Bazaar commands natively. This has several advantages:</p>
<blockquote>
<div><ul class="simple">
<li>There&#8217;s no need to type <tt class="docutils literal"><span class="pre">bzr</span></tt> at the front of every command.</li>
<li>Intelligent auto-completion is provided.</li>
<li>Commands run slightly faster as there&#8217;s no need to load Bazaar&#8217;s
libraries each time.</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="cdiff">
<h2>cdiff<a class="headerlink" href="#cdiff" title="Permalink to this headline">¶</a></h2>
<p><tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">cdiff</span></tt> provides a colored version of <tt class="docutils literal"><span class="pre">bzr</span> <span class="pre">diff</span></tt> output.
On GNU/Linux, UNIX and OS X, this is often used like this:</p>
<div class="highlight-python"><div class="highlight"><pre>bzr cdiff | less -R
</pre></div>
</div>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="../index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">BzrTools</a><ul>
<li><a class="reference internal" href="#overview">Overview</a></li>
<li><a class="reference internal" href="#shell">shell</a></li>
<li><a class="reference internal" href="#cdiff">cdiff</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="gpg_signatures.html"
                        title="previous chapter">GnuPG Signatures</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="svn_plugin.html"
                        title="next chapter">bzr-svn</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/user-guide/bzrtools_plugin.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="svn_plugin.html" title="bzr-svn"
             >next</a></li>
        <li class="right" >
          <a href="gpg_signatures.html" title="GnuPG Signatures"
             >previous</a> |</li>
<li><a href="http://bazaar.canonical.com/">
    <img src="../_static/bzr icon 16.png" /> Home</a>&nbsp;|&nbsp;</li>
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>

        <li><a href="../index.html">Table of Contents (2.6.0)</a> &raquo;</li>

          <li><a href="index.html" >Bazaar User Guide</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2009-2011 Canonical Ltd.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
    </div>
  </body>
</html>