Show More
@@ -989,14 +989,14 b' def debugstate(ui, repo, **opts):' | |||||
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 |
General Comments 0
You need to be logged in to leave comments.
Login now