Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > a99c463cccd19ab912401d5eb4e6ee20 > files > 553

bzr-doc-2.4.2-1.fc16.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>Log Formats &mdash; Bazaar v2.4.2 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.4.2',
        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 v2.4.2 documentation" href="../index.html" />
    <link rel="up" title="Bazaar User Reference" href="index.html" />
    <link rel="next" title="Other Storage Formats" href="other-formats-help.html" />
    <link rel="prev" title="Location aliases" href="location-alias-help.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="other-formats-help.html" title="Other Storage Formats"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="location-alias-help.html" title="Location aliases"
             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.4.2)</a> &raquo;</li>

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

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="log-formats">
<h1>Log Formats<a class="headerlink" href="#log-formats" title="Permalink to this headline">ΒΆ</a></h1>
<p>A log format controls how information about each revision is displayed.
The standard log formats are compared below:</p>
<div class="highlight-python"><pre>Feature                 long           short         line
----------------------  -------------  ------------  -------------------
design goal             detailed view  concise view  1 revision per line
committer               name+email     name only     name only
author                  name+email     -             -
date-time format        full           date only     date only
commit message          full           full          top line
tags                    yes            yes           yes
merges indicator        -              yes           -
status/delta            optional       optional      -
diff/patch              optional       optional      -
revision-id             optional       optional      -
branch nick             yes            -             -
foreign vcs properties  yes            yes           -
preferred levels        all            1             1</pre>
</div>
<p>The default format is <tt class="docutils literal"><span class="pre">long</span></tt>. To change this, define the <tt class="docutils literal"><span class="pre">log_format</span></tt>
setting in the <tt class="docutils literal"><span class="pre">[DEFAULT]</span></tt> section of <tt class="docutils literal"><span class="pre">bazaar.conf</span></tt> like this (say):</p>
<div class="highlight-python"><div class="highlight"><pre><span class="p">[</span><span class="n">DEFAULT</span><span class="p">]</span>
<span class="n">log_format</span> <span class="o">=</span> <span class="n">short</span>
</pre></div>
</div>
<p>Alternatively, to change the log format used for a given query, use the
&#8211;long, &#8211;short or &#8211;line options.</p>
<p>If one of the standard log formats does not meet your needs, additional
formats can be provided by plugins.</p>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="location-alias-help.html"
                        title="previous chapter">Location aliases</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="other-formats-help.html"
                        title="next chapter">Other Storage Formats</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/user-reference/log-formats-help.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" size="18" />
      <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="other-formats-help.html" title="Other Storage Formats"
             >next</a></li>
        <li class="right" >
          <a href="location-alias-help.html" title="Location aliases"
             >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.4.2)</a> &raquo;</li>

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