comparison tests/test-completion.t @ 38199:aea29e81753a

serve: add option print-url It can be used to open hgweb in a web browser. Example : xdg-open "`hg serve --print-url`". Differential Revision: https://phab.mercurial-scm.org/D3649
author Nicola Spanti <nicola.spanti@logilab.fr>
date Thu, 24 May 2018 09:56:28 +0000
parents c76526d7d6e9
children 2ec44160165d
comparison
equal deleted inserted replaced
38177:7fa3408f83ef 38199:aea29e81753a
189 --noninteractive 189 --noninteractive
190 --pager 190 --pager
191 --pid-file 191 --pid-file
192 --port 192 --port
193 --prefix 193 --prefix
194 --print-url
194 --profile 195 --profile
195 --quiet 196 --quiet
196 --repository 197 --repository
197 --stdio 198 --stdio
198 --style 199 --style
237 log: follow, follow-first, date, copies, keyword, rev, line-range, removed, only-merges, user, only-branch, branch, prune, patch, git, limit, no-merges, stat, graph, style, template, include, exclude 238 log: follow, follow-first, date, copies, keyword, rev, line-range, removed, only-merges, user, only-branch, branch, prune, patch, git, limit, no-merges, stat, graph, style, template, include, exclude
238 merge: force, rev, preview, abort, tool 239 merge: force, rev, preview, abort, tool
239 pull: update, force, rev, bookmark, branch, ssh, remotecmd, insecure 240 pull: update, force, rev, bookmark, branch, ssh, remotecmd, insecure
240 push: force, rev, bookmark, branch, new-branch, pushvars, ssh, remotecmd, insecure 241 push: force, rev, bookmark, branch, new-branch, pushvars, ssh, remotecmd, insecure
241 remove: after, force, subrepos, include, exclude, dry-run 242 remove: after, force, subrepos, include, exclude, dry-run
242 serve: accesslog, daemon, daemon-postexec, errorlog, port, address, prefix, name, web-conf, webdir-conf, pid-file, stdio, cmdserver, templates, style, ipv6, certificate, subrepos 243 serve: accesslog, daemon, daemon-postexec, errorlog, port, address, prefix, name, web-conf, webdir-conf, pid-file, stdio, cmdserver, templates, style, ipv6, certificate, print-url, subrepos
243 status: all, modified, added, removed, deleted, clean, unknown, ignored, no-status, terse, copies, print0, rev, change, include, exclude, subrepos, template 244 status: all, modified, added, removed, deleted, clean, unknown, ignored, no-status, terse, copies, print0, rev, change, include, exclude, subrepos, template
244 summary: remote 245 summary: remote
245 update: clean, check, merge, date, rev, tool 246 update: clean, check, merge, date, rev, tool
246 addremove: similarity, subrepos, include, exclude, dry-run 247 addremove: similarity, subrepos, include, exclude, dry-run
247 archive: no-decode, prefix, rev, type, subrepos, include, exclude 248 archive: no-decode, prefix, rev, type, subrepos, include, exclude