~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Aaron Bentley
  • Date: 2011-06-27 23:07:10 UTC
  • Revision ID: aaron@aaronbentley.com-20110627230710-orth0tzf1kwknfen
Better handling of compound tar names.

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 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.
 
3
This is is a set of plugins for Bazaar.
 
4
 
 
5
Please report bugs at: https://bugs.launchpad.net/bzrtools/
 
6
 
20
7
 
21
8
BRANCHES
22
9
List all the branches present at, or underneath, a location.
37
24
oldtext=darkred
38
25
diffstuff=darkgreen
39
26
 
40
 
CLEAN-TREE
41
 
Delete unknown, ignored, or detritus files, leaving versioned files untouched.
42
 
 
43
27
FETCH-GHOSTS
44
28
Scan this branch for missing ancestors (aka "ghosts), and attempt to retrieve
45
29
them from a specified branch.