comparison tests/test-bookmarks.t @ 43900:3b50de911200

bookmarks: use cmdutil.check_at_most_one_arg() for action Differential Revision: https://phab.mercurial-scm.org/D7647
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 12 Dec 2019 23:31:17 -0800
parents a80d5ddecc2d
children 5cde16489b42
comparison
equal deleted inserted replaced
43899:fff21278554b 43900:3b50de911200
473 incompatible options 473 incompatible options
474 474
475 $ cd repo 475 $ cd repo
476 476
477 $ hg bookmark -m Y -d Z 477 $ hg bookmark -m Y -d Z
478 abort: --delete and --rename are incompatible 478 abort: cannot specify both --delete and --rename
479 [255] 479 [255]
480 480
481 $ hg bookmark -r 1 -d Z 481 $ hg bookmark -r 1 -d Z
482 abort: --rev is incompatible with --delete 482 abort: --rev is incompatible with --delete
483 [255] 483 [255]