~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Michael Ellerman
  • Date: 2006-08-14 04:56:06 UTC
  • mto: This revision was merged to the branch mainline in revision 427.
  • Revision ID: michael@ellerman.id.au-20060814045606-605b769b6a0b1b4a
Add a reference from 'shelve' help to 'shelf'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    you can also unshelve changes in a different order by explicitly
36
36
    specifiying which changes to unshelve. This works best when the changes
37
37
    don't depend on each other.
 
38
 
 
39
    While you have patches on the shelf you can view and manipulate them with
 
40
    the 'shelf' command. Run 'bzr shelf -h' for more info.
38
41
    """
39
42
 
40
43
    takes_args = ['file*']