##// END OF EJS Templates
tests: unify test-acl
tests: unify test-acl

File last commit:

r11371:4c8842ee default
r11849:95a93161 default
Show More
test-debugcomplete.out
239 lines | 4.8 KiB | text/plain | TextLexer
/ tests / test-debugcomplete.out
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 % Show all commands except debug commands
add
addremove
annotate
archive
backout
Matt Mackall
bisect: make bisect a built-in command
r5775 bisect
Matt Mackall
add branch and branches commands
r3502 branch
branches
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 bundle
cat
clone
commit
copy
diff
export
Steve Losh
Add a forget command for easily untracking files....
r8902 forget
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 grep
heads
help
identify
import
incoming
init
locate
log
manifest
merge
outgoing
parents
paths
pull
push
recover
remove
rename
Matt Mackall
resolve: new command...
r6518 resolve
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 revert
rollback
root
serve
showconfig
status
Matt Mackall
Introduce summary command
r9603 summary
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 tag
tags
tip
unbundle
update
verify
version
% Show all commands that start with "a"
add
addremove
annotate
archive
% Do not show debug commands if there are other candidates
diff
% Show debug commands if there are no other candidates
debugancestor
Peter Arrenbrecht
debugbuilddag: build a changelog dag from a concise description...
r11337 debugbuilddag
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 debugcheckstate
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 debugcommands
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 debugcomplete
debugconfig
Peter Arrenbrecht
debugdag and debugindexdag: emit changelog/revlog DAGs as concise text...
r11336 debugdag
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 debugdata
Matt Mackall
Update tests
r3810 debugdate
Matt Mackall
add debugfsinfo to check fs capabilities
r5741 debugfsinfo
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 debugindex
debugindexdot
Matt Mackall
Add debuginstall command to do basic install tests
r3844 debuginstall
Matt Mackall
pushkey: add debugpushkey command for testing
r11371 debugpushkey
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 debugrebuildstate
debugrename
Matt Mackall
revset: add a debugrevspec command
r11276 debugrevspec
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 debugsetparents
debugstate
Matt Mackall
subrepo: introduce basic state parsing
r8812 debugsub
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 debugwalk
% Do not show the alias of a debug command if there are other candidates
% (this should hide rawcommit)
recover
remove
rename
Matt Mackall
resolve: new command...
r6518 resolve
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 revert
rollback
root
% Show the alias of a debug command if there are no other candidates
Matt Mackall
remove deprecated rawcommit
r8397
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317
% Show the global options
--config
--cwd
--debug
--debugger
Matt Mackall
update test-debugcomplete
r3782 --encoding
--encodingmode
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 --help
--noninteractive
--profile
--quiet
--repository
--time
--traceback
--verbose
--version
-R
-h
-q
-v
-y
% Show the options for the "serve" command
--accesslog
--address
Lee Cantey
Fix test-debugcomplete for new --certificate option
r4861 --certificate
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 --config
--cwd
--daemon
--daemon-pipefds
--debug
--debugger
Matt Mackall
update test-debugcomplete
r3782 --encoding
--encodingmode
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 --errorlog
--help
--ipv6
--name
--noninteractive
--pid-file
--port
Michele Cella
adding "prefix" option to "hg serve" (command line and [web] section)...
r5835 --prefix
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 --profile
--quiet
--repository
--stdio
--style
--templates
--time
--traceback
--verbose
--version
Matt Mackall
serve: webdir_conf -> webconf
r11003 --web-conf
Alexis S. L. Carvalho
fix bash completion of debug commands; add test for debugcomplete...
r3317 -6
-A
-E
-R
-a
-d
-h
-n
-p
-q
-t
-v
-y
% Show an error if we use --options with an ambiguous abbreviation
hg: command 's' is ambiguous:
Matt Mackall
Introduce summary command
r9603 serve showconfig status summary
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880
% Show all commands + options
add: include, exclude, dry-run
Dirkjan Ochtman
commands: annotate follows by default, separate -f/--file option
r10369 annotate: rev, follow, no-follow, text, user, file, date, number, changeset, line-number, include, exclude
Sune Foldager
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
r10379 clone: noupdate, updaterev, rev, branch, pull, uncompressed, ssh, remotecmd
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 commit: addremove, close-branch, include, exclude, message, logfile, date, user
Martin Geisler
diff: change --inverse to --reverse...
r9857 diff: rev, change, text, git, nodates, show-function, reverse, ignore-all-space, ignore-space-change, ignore-blank-lines, unified, stat, include, exclude
Matt Mackall
export: fix tests
r10016 export: output, switch-parent, rev, text, git, nodates
Steve Losh
Add a forget command for easily untracking files....
r8902 forget: include, exclude
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 init: ssh, remotecmd
Yuya Nishihara
log: add --stat for diffstat output...
r11061 log: follow, follow-first, date, copies, keyword, rev, removed, only-merges, user, only-branch, branch, prune, patch, git, limit, no-merges, stat, style, template, include, exclude
Dirkjan Ochtman
merge: rename -S/--show option to -P/--preview
r8834 merge: force, rev, preview
Sune Foldager
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
r10379 pull: update, force, rev, branch, ssh, remotecmd
Sune Foldager
push: add --new-branch option to allow intial push of new branches...
r11211 push: force, rev, branch, new-branch, ssh, remotecmd
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 remove: after, force, include, exclude
Matt Mackall
serve: webdir_conf -> webconf
r11003 serve: accesslog, daemon, daemon-pipefds, errorlog, port, address, prefix, name, web-conf, webdir-conf, pid-file, stdio, templates, style, ipv6, certificate
Gilles Moris
status: add the --change option to display files changed in a revision...
r10014 status: all, modified, added, removed, deleted, clean, unknown, ignored, no-status, copies, print0, rev, change, include, exclude
Martin Geisler
test-debugcomplete: update output to match a7ef354da662
r9621 summary: remote
Matt Mackall
update: add --check option
r8855 update: clean, check, date, rev
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 addremove: similarity, include, exclude, dry-run
archive: no-decode, prefix, rev, type, include, exclude
backout: merge, parent, rev, include, exclude, message, logfile, date, user
bisect: reset, good, bad, skip, command, noupdate
branch: force, clean
Matt Mackall
branches: add --closed flag for consistency with heads
r8991 branches: active, closed
Sune Foldager
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
r10379 bundle: force, rev, branch, base, all, type, ssh, remotecmd
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 cat: output, rev, decode, include, exclude
copy: after, force, include, exclude, dry-run
debugancestor:
Peter Arrenbrecht
debugbuilddag: build a changelog dag from a concise description...
r11337 debugbuilddag: mergeable-file, appended-file, overwritten-file, new-file
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 debugcheckstate:
debugcommands:
debugcomplete: options
Peter Arrenbrecht
debugdag and debugindexdag: emit changelog/revlog DAGs as concise text...
r11336 debugdag: tags, branches, dots, spaces
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 debugdata:
debugdate: extended
debugfsinfo:
debugindex:
debugindexdot:
debuginstall:
Matt Mackall
pushkey: add debugpushkey command for testing
r11371 debugpushkey:
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 debugrebuildstate: rev
debugrename: rev
Matt Mackall
revset: add a debugrevspec command
r11276 debugrevspec:
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 debugsetparents:
debugstate: nodates
Matt Mackall
subrepo: introduce basic state parsing
r8812 debugsub: rev
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 debugwalk: include, exclude
grep: print0, all, follow, ignore-case, files-with-matches, line-number, rev, user, date, include, exclude
Dirkjan Ochtman
commands: do all branch heads by default, demote topological to -t/--topo
r10350 heads: rev, topo, active, closed, style, template
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 help:
identify: rev, num, id, branch, tags
import: strip, base, force, no-commit, exact, import-branch, message, logfile, date, user, similarity
Yuya Nishihara
log: add --stat for diffstat output...
r11061 incoming: force, newest-first, bundle, rev, branch, patch, git, limit, no-merges, stat, style, template, ssh, remotecmd
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 locate: rev, print0, fullpath, include, exclude
manifest: rev
Yuya Nishihara
log: add --stat for diffstat output...
r11061 outgoing: force, rev, newest-first, branch, patch, git, limit, no-merges, stat, style, template, ssh, remotecmd
Matt Mackall
Remove parents from default help in favor of summary
r9606 parents: rev, style, template
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 paths:
recover:
rename: after, force, include, exclude, dry-run
timeless
commands: adding --no-status to resolve to match status
r9646 resolve: all, list, mark, unmark, no-status, include, exclude
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 revert: all, date, rev, no-backup, include, exclude, dry-run
Steve Borho
rollback: add dry-run argument, emit transaction description
r10882 rollback: dry-run
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 root:
showconfig: untrusted
Steve Losh
tag: add -e/--edit option for modifying the commit message
r11185 tag: force, local, rev, remove, edit, message, date, user
Dirkjan Ochtman
add debugcommands command: an easy to parse command + option index
r7880 tags:
tip: patch, git, style, template
unbundle: update
verify:
version: