3
This is is a set of helper tools for bzr.
6
baz2bzr will import an Arch or Baz branch into bzr.
14
- data on revisions merged
17
Uses rsync to copy a branch to a remote location. Remembers the last location
18
used. Will not push if
19
- there are unknown files
20
- there are uncommitted changes in the working tree.
21
These safeguards are intended to prevent dirty trees from being uploaded.
24
Uses rsync to get the latest changes from an upstream location. Remembers the
25
last location used. Will not pull if
26
- there are unknown files
27
- there are uncommitted changes
28
- there have been local commits
29
These safeguards are intended to prevent accidental data loss.