~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Aaron Bentley
  • Date: 2006-05-18 16:36:49 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060518163649-f37d1b11e4eac43e
Handle adds and removes efficiently

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
baz-import-branch will import an Arch or Baz Branch into a bzr standalone tree.
19
19
See baz-import for conversion details.
20
20
 
21
 
CDIFF
22
 
cdiff mimics bzr diff, but displays the diff in colour. cdiff knows how
23
 
to read a ~/.colordiffrc file, in the same format as for colordiff(1).
24
 
 
25
 
# example ~/.colordiffrc
26
 
plain=darkwhite
27
 
newtext=darkblue
28
 
oldtext=darkred
29
 
diffstuff=darkgreen
30
 
 
31
21
RSPUSH
32
22
Uses rsync to copy a branch to a remote location.  Remembers the last location
33
23
used.  Will not push if
57
47
http://bazaar.canonical.com/BzrShelveExample
58
48
 
59
49
CLEAN-TREE
60
 
Delete unknown, ignored, or detritus files, leaving versioned files untouched.
 
50
Delete unknown (or, optionally, ignored) files, leaving versioned files
 
51
untouched.
61
52
 
62
53
BRANCH-HISTORY
63
54
Show a history of the branch, separated by committer and branch nick.