comparison tests/test-completion.t @ 46392:f25c770c217b

debugshell: add a simple command for starting an interactive shell This simplifies interactive exploration of the Mercurial APIs. The ui and repo instances are provided as local variables. Differential Revision: https://phab.mercurial-scm.org/D9866
author Joerg Sonnenberger <joerg@bec.de>
date Tue, 26 Jan 2021 00:19:36 +0100
parents bb3a5c0df06b
children 1a7d12c82057
comparison
equal deleted inserted replaced
46391:cfb6c10c08c2 46392:f25c770c217b
128 debugrevlog 128 debugrevlog
129 debugrevlogindex 129 debugrevlogindex
130 debugrevspec 130 debugrevspec
131 debugserve 131 debugserve
132 debugsetparents 132 debugsetparents
133 debugshell
133 debugsidedata 134 debugsidedata
134 debugssl 135 debugssl
135 debugstrip 136 debugstrip
136 debugsub 137 debugsub
137 debugsuccessorssets 138 debugsuccessorssets
317 debugrevlog: changelog, manifest, dir, dump 318 debugrevlog: changelog, manifest, dir, dump
318 debugrevlogindex: changelog, manifest, dir, format 319 debugrevlogindex: changelog, manifest, dir, format
319 debugrevspec: optimize, show-revs, show-set, show-stage, no-optimized, verify-optimized 320 debugrevspec: optimize, show-revs, show-set, show-stage, no-optimized, verify-optimized
320 debugserve: sshstdio, logiofd, logiofile 321 debugserve: sshstdio, logiofd, logiofile
321 debugsetparents: 322 debugsetparents:
323 debugshell:
322 debugsidedata: changelog, manifest, dir 324 debugsidedata: changelog, manifest, dir
323 debugssl: 325 debugssl:
324 debugstrip: rev, force, no-backup, nobackup, , keep, bookmark, soft 326 debugstrip: rev, force, no-backup, nobackup, , keep, bookmark, soft
325 debugsub: rev 327 debugsub: rev
326 debugsuccessorssets: closest 328 debugsuccessorssets: closest