mercurial/debugcommands.py
changeset 48955 db960032d522
parent 48921 c9774f5fa729
child 49017 f054a557aab8
equal deleted inserted replaced
48954:7b98f4f94911 48955:db960032d522
  1018         ),
  1018         ),
  1019         (
  1019         (
  1020             b'',
  1020             b'',
  1021             b'remote-as-revs',
  1021             b'remote-as-revs',
  1022             b"",
  1022             b"",
  1023             b'use local as remote, with only these these revisions',
  1023             b'use local as remote, with only these revisions',
  1024         ),
  1024         ),
  1025     ]
  1025     ]
  1026     + cmdutil.remoteopts
  1026     + cmdutil.remoteopts
  1027     + cmdutil.formatteropts,
  1027     + cmdutil.formatteropts,
  1028     _(b'[--rev REV] [OTHER]'),
  1028     _(b'[--rev REV] [OTHER]'),