/brz/remove-bazaar

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/bundle/commands.py

  • Committer: Alexander Belchenko
  • Date: 2007-01-24 10:45:08 UTC
  • mfrom: (2236 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2242.
  • Revision ID: bialix@ukr.net-20070124104508-mwiux3wozhk8939k
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
                            type=unicode)]
99
99
    takes_args = ['base?']
100
100
    aliases = ['bundle']
 
101
    encoding_type = 'exact'
101
102
 
102
103
    def run(self, base=None, revision=None, output=None, remember=False):
103
104
        from bzrlib import user_encoding