Sophie

Sophie

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

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>Environment Variables &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 Reference" href="index.html" />
    <link rel="next" title="Files" href="files-help.html" />
    <link rel="prev" title="Debug Flags" href="debug-flags-help.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="files-help.html" title="Files"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="debug-flags-help.html" title="Debug Flags"
             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 Reference</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="environment-variables">
<h1>Environment Variables<a class="headerlink" href="#environment-variables" title="Permalink to this headline">ΒΆ</a></h1>
<p>See bzr help configuration for more details.</p>
<table border="1" class="docutils">
<colgroup>
<col width="24%" />
<col width="76%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td>BZRPATH</td>
<td>Path where bzr is to look for shell plugin external
commands.</td>
</tr>
<tr class="row-even"><td>BZR_EMAIL</td>
<td>E-Mail address of the user. Overrides EMAIL.</td>
</tr>
<tr class="row-odd"><td>EMAIL</td>
<td>E-Mail address of the user.</td>
</tr>
<tr class="row-even"><td>BZR_EDITOR</td>
<td>Editor for editing commit messages. Overrides EDITOR.</td>
</tr>
<tr class="row-odd"><td>EDITOR</td>
<td>Editor for editing commit messages.</td>
</tr>
<tr class="row-even"><td>BZR_PLUGIN_PATH</td>
<td>Paths where bzr should look for plugins.</td>
</tr>
<tr class="row-odd"><td>BZR_DISABLE_PLUGINS</td>
<td>Plugins that bzr should not load.</td>
</tr>
<tr class="row-even"><td>BZR_PLUGINS_AT</td>
<td>Plugins to load from a directory not in BZR_PLUGIN_PATH.</td>
</tr>
<tr class="row-odd"><td>BZR_HOME</td>
<td>Directory holding .bazaar config dir. Overrides HOME.</td>
</tr>
<tr class="row-even"><td>BZR_HOME (Win32)</td>
<td>Directory holding bazaar config dir. Overrides APPDATA and
HOME.</td>
</tr>
<tr class="row-odd"><td>BZR_REMOTE_PATH</td>
<td>Full name of remote &#8216;bzr&#8217; command (for bzr+ssh:// URLs).</td>
</tr>
<tr class="row-even"><td>BZR_SSH</td>
<td>Path to SSH client, or one of paramiko, openssh, sshcorp,
plink or lsh.</td>
</tr>
<tr class="row-odd"><td>BZR_LOG</td>
<td>Location of .bzr.log (use &#8216;/dev/null&#8217; to suppress log).</td>
</tr>
<tr class="row-even"><td>BZR_LOG (Win32)</td>
<td>Location of .bzr.log (use &#8216;NUL&#8217; to suppress log).</td>
</tr>
<tr class="row-odd"><td>BZR_COLUMNS</td>
<td>Override implicit terminal width.</td>
</tr>
<tr class="row-even"><td>BZR_CONCURRENCY</td>
<td>Number of processes that can be run concurrently (selftest)</td>
</tr>
<tr class="row-odd"><td>BZR_PROGRESS_BAR</td>
<td>Override the progress display. Values are &#8216;none&#8217; or &#8216;text&#8217;.</td>
</tr>
<tr class="row-even"><td>BZR_PDB</td>
<td>Control whether to launch a debugger on error.</td>
</tr>
<tr class="row-odd"><td>BZR_SIGQUIT_PDB</td>
<td>Control whether SIGQUIT behaves normally or invokes a
breakin debugger.</td>
</tr>
<tr class="row-even"><td>BZR_TEXTUI_INPUT</td>
<td>Force console input mode for prompts to line-based (instead
of char-based).</td>
</tr>
</tbody>
</table>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="debug-flags-help.html"
                        title="previous chapter">Debug Flags</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="files-help.html"
                        title="next chapter">Files</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/user-reference/env-variables-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" />
      <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="files-help.html" title="Files"
             >next</a></li>
        <li class="right" >
          <a href="debug-flags-help.html" title="Debug Flags"
             >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 Reference</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>