~piastucki/bzr-xmloutput/fix-551351-ignored-in-symlink-root

« back to all changes in this revision

Viewing changes to info.py

  • Committer: Guillermo Gonzalez
  • Author(s): Piotr Piastucki
  • Date: 2013-05-19 22:31:03 UTC
  • mfrom: (166.2.1 bzr-xmloutput)
  • Revision ID: guillo.gonzo@gmail.com-20130519223103-zplnxi3ric7bj3us
add xmlshelvelist command, an XML version of "bzr shelve --list".

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
bzr_plugin_version = (0, 8, 9, 'final', 0)
21
21
 
22
22
bzr_commands = ['xmlannotate', 'xmlinfo', 'xmlmissing', 'xmllog', 'xmlls',
23
 
                'xmlplugins', 'xmltags', 'xmlversion', 'start-xmlrpc', 'stop-xmlrpc']
 
23
                'xmlplugins', 'xmlshelvelist', 'xmltags', 'xmlversion', 'start-xmlrpc', 'stop-xmlrpc']
24
24