~abentley/bzrtools/bzrtools.dev

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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
BZR TOOLS

This is is a set of plugins for bzr.

BAZ-IMPORT
baz-import will import an Arch or Baz Archive into a bzr repository.
Data converted:
- source tree
- file ids
- revision ids
- logs
- merge data

After more commits are made to the baz/arch branch, you can re-run baz-import
to import just those changes.

BAZ-IMPORT-BRANCH
baz-import-branch will import an Arch or Baz Branch into a bzr standalone tree.
See baz-import for conversion details.

PUSH
Uses rsync to copy a branch to a remote location.  Remembers the last location
used.  Will not push if
- there are unknown files
- there are uncommitted changes in the working tree.
These safeguards are intended to prevent dirty trees from being uploaded.

SHELVE/UNSHELVE
Temporarily put aside some changes, to restore them later.  This can be useful
to separate two sets of changes, so that they can be committed separately.

CLEAN-TREE
Delete unknown (or, optionally, ignored) files, leaving versioned files
untouched.

CONFLICTS
List files in the tree that have conflicts.

RESOLVE
Mark conflicts as resolved, by deleting TREE, BASE and OTHER files.

BRANCH-HISTORY
Show a history of the branch, separated by committer and branch nick.

GRAPH-ANCESTRY
Use dot (from Graphviz) to produce graphics of a tree's ancestry.

FETCH-GHOSTS
Scan this branch for missing ancestors (aka "ghosts), and attempt to retrieve
them from a specified branch.

PATCH
Use patch to apply a patch to this tree.