comparison mercurial/commands.py @ 49446:b380583ad2f5

perf-bundle: accept --type argument
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 11 Jul 2022 23:30:24 +0200
parents 2bbd7bc7d6c4
children a0b57cabc245
comparison
equal deleted inserted replaced
49445:3635aae8b2e9 49446:b380583ad2f5
1482 1482
1483 1483
1484 @command( 1484 @command(
1485 b'bundle', 1485 b'bundle',
1486 [ 1486 [
1487
1488 ( 1487 (
1489 b'', 1488 b'',
1490 b'exact', 1489 b'exact',
1491 None, 1490 None,
1492 _(b'compute the base from the revision specified'), 1491 _(b'compute the base from the revision specified'),