~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Aaron Bentley
  • Date: 2006-12-04 14:32:43 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061204143243-i28ph41mdgbsofev
Fixed handling of pipe errors when writing to patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
BZR TOOLS
2
2
 
3
 
This is is a set of plugins for Bazaar.
4
 
 
5
 
Please report bugs at: https://bugs.launchpad.net/bzrtools/
6
 
 
 
3
This is is a set of plugins for bzr.
 
4
 
 
5
BAZ-IMPORT
 
6
baz-import will import an Arch or Baz Archive into a bzr repository.
 
7
Data converted:
 
8
- source tree
 
9
- file ids
 
10
- revision ids
 
11
- logs
 
12
- merge data
 
13
 
 
14
After more commits are made to the baz/arch branch, you can re-run baz-import
 
15
to import just those changes.
 
16
 
 
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.
7
20
 
8
21
BRANCHES
9
22
List all the branches present at, or underneath, a location.
24
37
oldtext=darkred
25
38
diffstuff=darkgreen
26
39
 
 
40
CLEAN-TREE
 
41
Delete unknown, ignored, or detritus files, leaving versioned files untouched.
 
42
 
27
43
FETCH-GHOSTS
28
44
Scan this branch for missing ancestors (aka "ghosts), and attempt to retrieve
29
45
them from a specified branch.