~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to README

MergeĀ fromĀ ab-baz2bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
RESOLVE
48
48
Mark conflicts as resolved, by deleting TREE, BASE and OTHER files.
49
49
 
 
50
BRANCH-HISTORY
 
51
Show a history of the branch, separated by committer and branch nick.
 
52
 
50
53
GRAPH-ANCESTRY
51
54
Use dot (from Graphviz) to produce graphics of a tree's ancestry.
52
55
 
53
 
FETCH-MISSING
54
 
Scan this branch for missing ancestors, and attempt to retrieve them from
55
 
another branch
 
56
FETCH-GHOSTS
 
57
Scan this branch for missing ancestors (aka "ghosts), and attempt to retrieve
 
58
them from a specified branch.
56
59
 
57
60
PATCH
58
61
Use patch to apply a patch to this tree.