~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Martin Pool
  • Date: 2011-04-19 01:53:52 UTC
  • mto: This revision was merged to the branch mainline in revision 5802.
  • Revision ID: mbp@sourcefrog.net-20110419015352-s1vdqlhuv49482gj
Reinstate checkin alias for commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
3153
3153
                    help='When no message is supplied, show the diff along'
3154
3154
                    ' with the status summary in the message editor.'),
3155
3155
             ]
3156
 
    aliases = ['ci']
 
3156
    aliases = ['ci', 'checkin']
3157
3157
 
3158
3158
    def _iter_bug_fix_urls(self, fixes, branch):
3159
3159
        # Configure the properties for bug fixing attributes.