comparison tests/test-completion.t @ 40686:9b8d1ad851f8

push: add --publish flag to change phase of pushed changesets This flag is copied from topic extension, where it proved to be useful. It makes all pushed changesets public on both ends if the push succeeds. Doesn't currently work for any subrepos that are implicitly pushed together with their owner repo.
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 27 Oct 2018 21:13:23 +0800
parents 3c0d5016b2be
children 4506f801e492
comparison
equal deleted inserted replaced
40685:e41f6c2e69c4 40686:9b8d1ad851f8
323 outgoing: force, rev, newest-first, bookmarks, branch, patch, git, limit, no-merges, stat, graph, style, template, ssh, remotecmd, insecure, subrepos 323 outgoing: force, rev, newest-first, bookmarks, branch, patch, git, limit, no-merges, stat, graph, style, template, ssh, remotecmd, insecure, subrepos
324 parents: rev, style, template 324 parents: rev, style, template
325 paths: template 325 paths: template
326 phase: public, draft, secret, force, rev 326 phase: public, draft, secret, force, rev
327 pull: update, force, rev, bookmark, branch, ssh, remotecmd, insecure 327 pull: update, force, rev, bookmark, branch, ssh, remotecmd, insecure
328 push: force, rev, bookmark, branch, new-branch, pushvars, ssh, remotecmd, insecure 328 push: force, rev, bookmark, branch, new-branch, pushvars, publish, ssh, remotecmd, insecure
329 recover: 329 recover:
330 remove: after, force, subrepos, include, exclude, dry-run 330 remove: after, force, subrepos, include, exclude, dry-run
331 rename: after, force, include, exclude, dry-run 331 rename: after, force, include, exclude, dry-run
332 resolve: all, list, mark, unmark, no-status, re-merge, tool, include, exclude, template 332 resolve: all, list, mark, unmark, no-status, re-merge, tool, include, exclude, template
333 revert: all, date, rev, no-backup, interactive, include, exclude, dry-run 333 revert: all, date, rev, no-backup, interactive, include, exclude, dry-run