equal
deleted
inserted
replaced
987 (b'', b'rev', [], b'restrict discovery to this set of revs'), |
987 (b'', b'rev', [], b'restrict discovery to this set of revs'), |
988 (b'', b'seed', b'12323', b'specify the random seed use for discovery'), |
988 (b'', b'seed', b'12323', b'specify the random seed use for discovery'), |
989 ( |
989 ( |
990 b'', |
990 b'', |
991 b'local-as-revs', |
991 b'local-as-revs', |
992 "", |
992 b"", |
993 'treat local has having these revisions only', |
993 b'treat local has having these revisions only', |
994 ), |
994 ), |
995 ( |
995 ( |
996 b'', |
996 b'', |
997 b'remote-as-revs', |
997 b'remote-as-revs', |
998 "", |
998 b"", |
999 'use local as remote, with only these these revisions', |
999 b'use local as remote, with only these these revisions', |
1000 ), |
1000 ), |
1001 ] |
1001 ] |
1002 + cmdutil.remoteopts |
1002 + cmdutil.remoteopts |
1003 + cmdutil.formatteropts, |
1003 + cmdutil.formatteropts, |
1004 _(b'[--rev REV] [OTHER]'), |
1004 _(b'[--rev REV] [OTHER]'), |