22
by abentley
Added README |
1 |
BZR TOOLS |
2 |
||
116
by aaron.bentley at utoronto
updated docs |
3 |
This is is a set of plugins for bzr. |
22
by abentley
Added README |
4 |
|
116
by aaron.bentley at utoronto
updated docs |
5 |
BAZ-IMPORT |
325
by Aaron Bentley
Updated docs |
6 |
baz-import will import an Arch or Baz Archive into a bzr repository. |
22
by abentley
Added README |
7 |
Data converted: |
8 |
- source tree |
|
9 |
- file ids |
|
72
by Aaron Bentley
updated docs |
10 |
- revision ids |
325
by Aaron Bentley
Updated docs |
11 |
- logs |
12 |
- merge data |
|
22
by abentley
Added README |
13 |
|
116
by aaron.bentley at utoronto
updated docs |
14 |
After more commits are made to the baz/arch branch, you can re-run baz-import |
72
by Aaron Bentley
updated docs |
15 |
to import just those changes. |
16 |
||
325
by Aaron Bentley
Updated docs |
17 |
BAZ-IMPORT-BRANCH |
18 |
baz-import-branch will import an Arch or Baz Branch into a bzr standalone tree. |
|
19 |
See baz-import for conversion details. |
|
65
by Aaron Bentley
Updated docs |
20 |
|
116
by aaron.bentley at utoronto
updated docs |
21 |
PUSH
|
22
by abentley
Added README |
22 |
Uses rsync to copy a branch to a remote location. Remembers the last location |
23 |
used. Will not push if |
|
24 |
- there are unknown files |
|
25 |
- there are uncommitted changes in the working tree. |
|
26 |
These safeguards are intended to prevent dirty trees from being uploaded. |
|
27 |
||
116
by aaron.bentley at utoronto
updated docs |
28 |
SHELVE/UNSHELVE |
87
by Aaron Bentley
updated docs |
29 |
Temporarily put aside some changes, to restore them later. This can be useful |
30 |
to separate two sets of changes, so that they can be committed separately. |
|
152.1.2
by Aaron Bentley
Updated docs, obsoleted old executibles |
31 |
|
32 |
CLEAN-TREE |
|
33 |
Delete unknown (or, optionally, ignored) files, leaving versioned files |
|
34 |
untouched. |
|
35 |
||
36 |
CONFLICTS
|
|
37 |
List files in the tree that have conflicts. |
|
38 |
||
39 |
RESOLVE
|
|
40 |
Mark conflicts as resolved, by deleting TREE, BASE and OTHER files. |
|
41 |
||
300
by Aaron Bentley
Updated docs |
42 |
BRANCH-HISTORY |
43 |
Show a history of the branch, separated by committer and branch nick. |
|
44 |
||
152.1.2
by Aaron Bentley
Updated docs, obsoleted old executibles |
45 |
GRAPH-ANCESTRY |
46 |
Use dot (from Graphviz) to produce graphics of a tree's ancestry. |
|
47 |
||
300
by Aaron Bentley
Updated docs |
48 |
FETCH-GHOSTS |
49 |
Scan this branch for missing ancestors (aka "ghosts), and attempt to retrieve |
|
50 |
them from a specified branch. |
|
152.1.2
by Aaron Bentley
Updated docs, obsoleted old executibles |
51 |
|
52 |
PATCH
|
|
53 |
Use patch to apply a patch to this tree. |