/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/option.py

  • Committer: ghigo
  • Date: 2006-11-06 20:06:43 UTC
  • mfrom: (2120 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2126.
  • Revision ID: ghigo@venice-20061106200643-fbb177de22f12ebb
update to latest bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
_global_option('kind', type=str)
265
265
_global_option('dry-run',
266
266
               help="show what would be done, but don't actually do anything")
 
267
_global_option('name-from-revision', help='The path name in the old tree.')
267
268
 
268
269
 
269
270
def _global_short(short_name, long_name):