comparison tests/test-completion.t @ 44545:bd7b2c8d06cc

pull: add `--confirm` flag to confirm before writing changes This introduces a new flag to pull command `--confirm` and also a config option named `pull.confirm` which if used will prompt user describing changes which are pulled and asking whether to accept them or not. Differential Revision: https://phab.mercurial-scm.org/D8200
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 29 Feb 2020 12:58:38 +0530
parents f82d2d4e71db
children 4a28f5e8408e
comparison
equal deleted inserted replaced
44544:13da36d77a3f 44545:bd7b2c8d06cc
343 merge: force, rev, preview, abort, tool 343 merge: force, rev, preview, abort, tool
344 outgoing: force, rev, newest-first, bookmarks, branch, patch, git, limit, no-merges, stat, graph, style, template, ssh, remotecmd, insecure, subrepos 344 outgoing: force, rev, newest-first, bookmarks, branch, patch, git, limit, no-merges, stat, graph, style, template, ssh, remotecmd, insecure, subrepos
345 parents: rev, style, template 345 parents: rev, style, template
346 paths: template 346 paths: template
347 phase: public, draft, secret, force, rev 347 phase: public, draft, secret, force, rev
348 pull: update, force, rev, bookmark, branch, ssh, remotecmd, insecure 348 pull: update, force, confirm, rev, bookmark, branch, ssh, remotecmd, insecure
349 push: force, rev, bookmark, branch, new-branch, pushvars, publish, ssh, remotecmd, insecure 349 push: force, rev, bookmark, branch, new-branch, pushvars, publish, ssh, remotecmd, insecure
350 recover: verify 350 recover: verify
351 remove: after, force, subrepos, include, exclude, dry-run 351 remove: after, force, subrepos, include, exclude, dry-run
352 rename: after, force, include, exclude, dry-run 352 rename: after, force, include, exclude, dry-run
353 resolve: all, list, mark, unmark, no-status, re-merge, tool, include, exclude, template 353 resolve: all, list, mark, unmark, no-status, re-merge, tool, include, exclude, template