~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Michael Ellerman
  • Date: 2005-11-28 06:58:01 UTC
  • mto: (0.3.1 shelf-dev) (325.1.2 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 334.
  • Revision ID: michael@ellerman.id.au-20051128065801-85aa3456f2b8e496
Shelve everything by default, use --pick to select hunks individually.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
   Currently there is support for one shelf, called 'default'. You can store
6
6
   multiple patches under here, the first is '00' the second '01' and so on.
 
7
 
 
8
 * The default behaviour is now to shelve everything. To get the previous
 
9
   behaviour of selecting hunks specify "--pick" to the shelve command.