Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > c8cd3129d93981aadc6c5112e01e2495 > files > 3162

bzr-2.7.0-1.2.mga6.x86_64.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>Global Options &#8212; Bazaar 2.7.0 documentation</title>
    
    <link rel="stylesheet" href="../_static/classic.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.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="shortcut icon" href="../_static/bzr.ico"/>
    <link rel="search" title="Search" href="../search.html" />
    <link rel="top" title="Bazaar 2.7.0 documentation" href="../index.html" />
    <link rel="up" title="Bazaar User Reference" href="index.html" />
    <link rel="next" title="Hooks" href="hooks-help.html" />
    <link rel="prev" title="Files" href="files-help.html" /> 
  </head>
  <body role="document">
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="hooks-help.html" title="Hooks"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="files-help.html" title="Files"
             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 class="nav-item nav-item-0"><a href="../index.html">Table of Contents (2.7.0)</a> &#187;</li>

          <li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Bazaar User Reference</a> &#187;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="global-options">
<h1>Global Options<a class="headerlink" href="#global-options" title="Permalink to this headline">ΒΆ</a></h1>
<p>These options may be used with any command, and may appear in front of any
command.  (e.g. <code class="docutils literal"><span class="pre">bzr</span> <span class="pre">--profile</span> <span class="pre">help</span></code>).</p>
<table class="docutils option-list" frame="void" rules="none">
<col class="option" />
<col class="description" />
<tbody valign="top">
<tr><td class="option-group">
<kbd><span class="option">--version</span></kbd></td>
<td>Print the version number. Must be supplied before the command.</td></tr>
<tr><td class="option-group">
<kbd><span class="option">--no-aliases</span></kbd></td>
<td>Do not process command aliases when running this command.</td></tr>
<tr><td class="option-group">
<kbd><span class="option">--builtin</span></kbd></td>
<td>Use the built-in version of a command, not the plugin version.
This does not suppress other plugin effects.</td></tr>
<tr><td class="option-group">
<kbd><span class="option">--no-plugins</span></kbd></td>
<td>Do not process any plugins.</td></tr>
<tr><td class="option-group">
<kbd><span class="option">--no-l10n</span></kbd></td>
<td>Do not translate messages.</td></tr>
<tr><td class="option-group">
<kbd><span class="option">--concurrency</span></kbd></td>
<td>Number of processes that can be run concurrently (selftest).</td></tr>
<tr><td class="option-group">
<kbd><span class="option">--profile</span></kbd></td>
<td>Profile execution using the hotshot profiler.</td></tr>
<tr><td class="option-group">
<kbd><span class="option">--lsprof</span></kbd></td>
<td>Profile execution using the lsprof profiler.</td></tr>
<tr><td class="option-group">
<kbd><span class="option">--lsprof-file</span></kbd></td>
<td>Profile execution using the lsprof profiler, and write the
results to a specified file.  If the filename ends with &#8221;.txt&#8221;,
text format will be used.  If the filename either starts with
&#8220;callgrind.out&#8221; or end with &#8221;.callgrind&#8221;, the output will be
formatted for use with KCacheGrind. Otherwise, the output
will be a pickle.</td></tr>
<tr><td class="option-group">
<kbd><span class="option">--coverage</span></kbd></td>
<td>Generate line coverage report in the specified directory.</td></tr>
</tbody>
</table>
<dl class="docutils">
<dt>-Oname=value   Override the <code class="docutils literal"><span class="pre">name</span></code> config option setting it to <code class="docutils literal"><span class="pre">value</span></code> for</dt>
<dd>the duration of the command.  This can be used multiple times if
several options need to be overridden.</dd>
</dl>
<p>See <a class="reference external" href="http://doc.bazaar.canonical.com/developers/profiling.html">http://doc.bazaar.canonical.com/developers/profiling.html</a> for more
information on profiling.</p>
<p>A number of debug flags are also available to assist troubleshooting and
development.  See <a class="reference internal" href="debug-flags-help.html"><span class="doc">Debug Flags</span></a>.</p>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="files-help.html"
                        title="previous chapter">Files</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="hooks-help.html"
                        title="next chapter">Hooks</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="../_sources/user-reference/global-options-help.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="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="hooks-help.html" title="Hooks"
             >next</a></li>
        <li class="right" >
          <a href="files-help.html" title="Files"
             >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 class="nav-item nav-item-0"><a href="../index.html">Table of Contents (2.7.0)</a> &#187;</li>

          <li class="nav-item nav-item-1"><a href="index.html" >Bazaar User Reference</a> &#187;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2009-2011 Canonical Ltd.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9.
    </div>
  </body>
</html>