Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > a99c463cccd19ab912401d5eb4e6ee20 > files > 469

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>Entering commands &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 Guide" href="index.html" />
    <link rel="next" title="Getting help" href="getting_help.html" />
    <link rel="prev" title="Installing Bazaar" href="installing_bazaar.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="getting_help.html" title="Getting help"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="installing_bazaar.html" title="Installing Bazaar"
             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 Guide</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="entering-commands">
<h1>Entering commands<a class="headerlink" href="#entering-commands" title="Permalink to this headline">¶</a></h1>
<div class="section" id="user-interfaces">
<h2>User interfaces<a class="headerlink" href="#user-interfaces" title="Permalink to this headline">¶</a></h2>
<p>There are numerous user interfaces available for Bazaar.
The core package provides a command line tool called <strong>bzr</strong> and
graphical user interfaces (GUIs) are available as plug-ins.</p>
</div>
<div class="section" id="using-bzr">
<h2>Using bzr<a class="headerlink" href="#using-bzr" title="Permalink to this headline">¶</a></h2>
<p>The syntax is:</p>
<div class="highlight-python"><pre>bzr [global-options] command [options and arguments]</pre>
</div>
<p>Global options affect how Bazaar operates and can appear either
before or after <tt class="docutils literal"><span class="pre">command</span></tt>. Command specific options must appear
after the command but may be given either before, during or after any
command-specific arguments.</p>
</div>
<div class="section" id="common-options">
<h2>Common options<a class="headerlink" href="#common-options" title="Permalink to this headline">¶</a></h2>
<p>Some options are legal for all commands as shown below.</p>
<blockquote>
<div><table border="1" class="docutils">
<colgroup>
<col width="28%" />
<col width="25%" />
<col width="47%" />
</colgroup>
<thead valign="bottom">
<tr><th class="head">Short form</th>
<th class="head">Long form</th>
<th class="head">Description</th>
</tr>
</thead>
<tbody valign="top">
<tr><td>-h</td>
<td>&#8211;help</td>
<td>get help</td>
</tr>
<tr><td>-v</td>
<td>&#8211;verbose</td>
<td>be more verbose</td>
</tr>
<tr><td>-q</td>
<td>&#8211;quiet</td>
<td>be more quiet</td>
</tr>
</tbody>
</table>
</div></blockquote>
<p>Quiet mode implies that only errors and warnings are displayed.
This can be useful in scripts.</p>
<p>Note: Most commands typically only support one level of verbosity though
that may change in the future. To ask for a higher level of verbosity,
simply specify the -v option multiple times.</p>
</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="#">Entering commands</a><ul>
<li><a class="reference internal" href="#user-interfaces">User interfaces</a></li>
<li><a class="reference internal" href="#using-bzr">Using bzr</a></li>
<li><a class="reference internal" href="#common-options">Common options</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="installing_bazaar.html"
                        title="previous chapter">Installing Bazaar</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="getting_help.html"
                        title="next chapter">Getting help</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/user-guide/entering_commands.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="getting_help.html" title="Getting help"
             >next</a></li>
        <li class="right" >
          <a href="installing_bazaar.html" title="Installing Bazaar"
             >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 Guide</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>