1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
************************
Bazaar-NG Extra Commands
************************
:Copyright: Copyright 2005 Canonical Ltd.
.. contents::
This document lists some "extra" commands that are intended for
developer, debugging, or advanced-hacker use. You should not need to
know about them for normal operations.
inventory
List files in the working copy, in an XML format including the
filename, id and content hash.
unknowns
List unknown files.
uuid
Emit a new UUID.
add-to-store
Add given files to the full-text store, indexed by their hash.
doctest
Run test suite.
revno
Print number of revisions on this branch (or equivalently, the
latest revision number.)
|