~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Aaron Bentley
  • Date: 2006-03-16 14:53:00 UTC
  • mfrom: (0.1.96 shelf)
  • mto: This revision was merged to the branch mainline in revision 334.
  • Revision ID: abentley@panoramicfeedback.com-20060316145300-836889d55437eb15
Merge shelf v2

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
- there are uncommitted changes in the working tree.
26
26
These safeguards are intended to prevent dirty trees from being uploaded.
27
27
 
28
 
SHELVE/UNSHELVE
29
 
Temporarily put aside some changes, to restore them later.  This can be useful
30
 
to separate two sets of changes, so that they can be committed separately.
 
28
SHELVE/UNSHELVE/SHELF
 
29
Shelve allows you to temporarily put changes you've made "on the shelf",
 
30
ie. out of the way, until a later time when you can bring them back from
 
31
the shelf with the 'unshelve' command.
 
32
 
 
33
You can put multiple items on the shelf, each time you run unshelve the
 
34
most recently shelved changes will be reinstated.
 
35
 
 
36
If filenames are specified, only the changes to those files will be
 
37
shelved, other files will be left untouched.
 
38
 
 
39
If a revision is specified, changes since that revision will be shelved.
 
40
 
 
41
If you specifiy "--pick" you'll be prompted for each hunk of the diff as
 
42
to whether you want to shelve it or not. Press "?" at the prompt for help.
 
43
 
 
44
More Info
 
45
=========
 
46
 
 
47
http://bazaar.canonical.com/BzrShelveExample
31
48
 
32
49
CLEAN-TREE
33
50
Delete unknown (or, optionally, ignored) files, leaving versioned files