~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: John Arbash Meinel
  • Date: 2006-01-08 23:34:37 UTC
  • mto: (1185.50.40 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1549.
  • Revision ID: john@arbash-meinel.com-20060108233437-0e37ff512b0219be
Added TODO for bzr uncommit to remove unreferenced information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1971
1971
    
1972
1972
    In the future, uncommit will create a changeset, which can then
1973
1973
    be re-applied.
 
1974
 
 
1975
    TODO: jam 20060108 Add an option to allow uncommit to remove unreferenced
 
1976
              information in 'branch-as-repostory' branches.
 
1977
    TODO: jam 20060108 Add the ability for uncommit to remove unreferenced
 
1978
              information in shared branches as well.
1974
1979
    """
1975
1980
    takes_options = ['verbose', 'revision',
1976
1981
                    Option('dry-run', help='Don\'t actually make changes'),