~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/shelf.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-04 20:37:53 UTC
  • mfrom: (0.16.104 shelf-ui)
  • Revision ID: pqm@pqm.ubuntu.com-20081104203753-tr3wp885v5p7ccpc
Implement shelve and unshelve (abentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    pack,
27
27
    transform,
28
28
    ui,
29
 
    workingtree
 
29
    workingtree,
30
30
)
31
31
from bzrlib.util import bencode
32
32