To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
« back to all changes in this revision
Viewing changes to bzrlib/shelf_ui.py
-
Committer:
Martin Pool
-
Date:
2009-12-11 05:48:21 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4892.
-
Revision ID:
mbp@sourcefrog.net-20091211054821-wolkr2xhx5xt37je
New option unshelve --keep
Show diffs side-by-side
added
removed
414
414
if action == 'dry-run':
415
415
apply_changes = False
416
416
delete_shelf = False
417
if action == 'delete-only':
417
elif action == 'delete-only':
418
418
apply_changes = False
419
419
read_shelf = False
420
elif action == 'keep':