comparison hgsubversion/wrappers.py @ 574:8e025a6f0db4

add basic branchmap functionality, to rename branches
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 01 Mar 2010 22:10:18 +0100
parents 312c8c98eeff
children 35529f736fa2
comparison
equal deleted inserted replaced
573:00393e9abff8 574:8e025a6f0db4
373 373
374 optionmap = { 374 optionmap = {
375 'tagpaths': ('hgsubversion', 'tagpaths'), 375 'tagpaths': ('hgsubversion', 'tagpaths'),
376 'authors': ('hgsubversion', 'authormap'), 376 'authors': ('hgsubversion', 'authormap'),
377 'filemap': ('hgsubversion', 'filemap'), 377 'filemap': ('hgsubversion', 'filemap'),
378 'branchmap': ('hgsubversion', 'branchmap'),
378 'stupid': ('hgsubversion', 'stupid'), 379 'stupid': ('hgsubversion', 'stupid'),
379 'defaulthost': ('hgsubversion', 'defaulthost'), 380 'defaulthost': ('hgsubversion', 'defaulthost'),
380 'defaultauthors': ('hgsubversion', 'defaultauthors'), 381 'defaultauthors': ('hgsubversion', 'defaultauthors'),
381 'usebranchnames': ('hgsubversion', 'usebranchnames'), 382 'usebranchnames': ('hgsubversion', 'usebranchnames'),
382 'layout': ('hgsubversion', 'layout'), 383 'layout': ('hgsubversion', 'layout'),