~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/changeset/commands.py

  • Committer: Aaron Bentley
  • Date: 2006-05-17 16:15:13 UTC
  • mto: (1185.82.108 w-changeset)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: abentley@panoramicfeedback.com-20060517161513-55a87bb608a1583c
Cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
"""
8
8
 
9
9
import sys
 
10
 
 
11
from bzrlib.branch import Branch
10
12
from bzrlib.commands import Command, register_command
11
 
from bzrlib.branch import Branch
12
 
from bzrlib.revisionspec import RevisionSpec
 
13
import bzrlib.errors as errors
13
14
from bzrlib.option import Option
14
15
from bzrlib.revision import (common_ancestor, MultipleRevisionSources,
15
16
                             NULL_REVISION)
16
 
import bzrlib.errors as errors
 
17
from bzrlib.revisionspec import RevisionSpec
 
18
 
17
19
 
18
20
class cmd_send_changeset(Command):
19
21
    """Send a bundled up changset via mail.