~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Aaron Bentley
  • Date: 2014-01-13 00:50:22 UTC
  • Revision ID: aaron@aaronbentley.com-20140113005022-q40nvybtox1mt19o
Tags: release-2.6.0
Update for release 2.6.0

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.
83
67
If you specifiy "--pick" you'll be prompted for each hunk of the diff as
84
68
to whether you want to shelve it or not. Press "?" at the prompt for help.
85
69
 
 
70
SHOW-PATHS
 
71
List the locations used by a branch or checkout.
 
72
 
86
73
More Info
87
74
=========
88
75
 
89
76
http://bazaar.canonical.com/BzrShelveExample
90
77
 
91
 
SHOVE
92
 
(Deprecated; see merge --uncommitted)
93
 
Apply all uncommited changes in one working tree to another.
94
 
 
95
78
SWITCH
96
79
Change the branch associated with a lightweight checkout, and update the tree
97
80
while retaining local changes.