~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Aaron Bentley
  • Date: 2006-11-22 16:40:12 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061122164012-vbz1tq8dwjplpnha
Update switch API use

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.
70
83
If you specifiy "--pick" you'll be prompted for each hunk of the diff as
71
84
to whether you want to shelve it or not. Press "?" at the prompt for help.
72
85
 
73
 
SHOW-PATHS
74
 
List the locations used by a branch or checkout.
75
 
 
76
86
More Info
77
87
=========
78
88