~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to README.Shelf

  • Committer: Aaron Bentley
  • Date: 2006-05-03 19:21:08 UTC
  • mto: This revision was merged to the branch mainline in revision 366.
  • Revision ID: abentley@panoramicfeedback.com-20060503192108-d01a4be5ddc139aa
Patch from robert to allow import into empty branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Shelf for Bzr
 
2
=============
 
3
 
 
4
This is the shelf plugin for bzr.
 
5
 
 
6
Shelve allows you to temporarily put changes you've made "on the shelf",
 
7
ie. out of the way, until a later time when you can bring them back from
 
8
the shelf with the 'unshelve' command.
 
9
 
 
10
You can put multiple items on the shelf, each time you run unshelve the
 
11
most recently shelved changes will be reinstated.
 
12
 
 
13
If filenames are specified, only the changes to those files will be
 
14
shelved, other files will be left untouched.
 
15
 
 
16
If a revision is specified, changes since that revision will be shelved.
 
17
 
 
18
If you specifiy "--pick" you'll be prompted for each hunk of the diff as
 
19
to whether you want to shelve it or not. Press "?" at the prompt for help.
 
20
 
 
21
More Info
 
22
=========
 
23
 
 
24
http://bazaar.canonical.com/BzrShelveExample