comparison tests/test-contrib-relnotes.t @ 41518:530d211ae9a8

relnotes: more improvements
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 22 Jan 2019 14:22:25 +0800
parents 683e99f0b30c
children a9b1acca2b14
comparison
equal deleted inserted replaced
41517:549f956ba2a9 41518:530d211ae9a8
264 * crecord: fix revert -ir '.^' crash caused by 3649c3f2cd 264 * crecord: fix revert -ir '.^' crash caused by 3649c3f2cd
265 * debugssl: convert port number to int (Bts:issue5757) 265 * debugssl: convert port number to int (Bts:issue5757)
266 * diff: disable diff.noprefix option for diffstat (Bts:issue5759) 266 * diff: disable diff.noprefix option for diffstat (Bts:issue5759)
267 * evolution: make reporting of new unstable changesets optional 267 * evolution: make reporting of new unstable changesets optional
268 * extdata: abort if external command exits with non-zero status (BC) 268 * extdata: abort if external command exits with non-zero status (BC)
269 * fancyopts: add early-options parser compatible with getopt()
270 * graphlog: add another graph node type, unstable, using character "*" (BC) 269 * graphlog: add another graph node type, unstable, using character "*" (BC)
271 * hgdemandimport: use correct hyperlink to python-bug in comments (Bts:issue5765) 270 * hgdemandimport: use correct hyperlink to python-bug in comments (Bts:issue5765)
272 * httppeer: add support for tracing all http request made by the peer 271 * httppeer: add support for tracing all http request made by the peer
273 * identify: document -r. explicitly how to disable wdir scanning (Bts:issue5622) 272 * identify: document -r. explicitly how to disable wdir scanning (Bts:issue5622)
274 * lfs: register config options 273 * lfs: register config options
275 * match: do not weirdly include explicit files excluded by -X option 274 * match: do not weirdly include explicit files excluded by -X option
276 * memfilectx: make changectx argument mandatory in constructor (API) 275 * memfilectx: make changectx argument mandatory in constructor (API)
277 * morestatus: don't crash with different drive letters for repo.root and CWD 276 * morestatus: don't crash with different drive letters for repo.root and CWD
278 * outgoing: respect ":pushurl" paths (Bts:issue5365) 277 * outgoing: respect ":pushurl" paths (Bts:issue5365)
279 * remove: print message for each file in verbose mode only while using '-A' (BC) 278 * remove: print message for each file in verbose mode only while using '-A' (BC)
280 * rewriteutil: use precheck() in uncommit and amend commands
281 * scmutil: don't try to delete origbackup symlinks to directories (Bts:issue5731) 279 * scmutil: don't try to delete origbackup symlinks to directories (Bts:issue5731)
282 * sshpeer: add support for request tracing 280 * sshpeer: add support for request tracing
283 * subrepo: add config option to reject any subrepo operations (SEC) 281 * subrepo: add config option to reject any subrepo operations (SEC)
284 * subrepo: disable git and svn subrepos by default (BC) (SEC) 282 * subrepo: disable git and svn subrepos by default (BC) (SEC)
283 * subrepo: disallow symlink traversal across subrepo mount point (SEC)
285 * subrepo: extend config option to disable subrepos by type (SEC) 284 * subrepo: extend config option to disable subrepos by type (SEC)
286 * subrepo: handle 'C:' style paths on the command line (Bts:issue5770) 285 * subrepo: handle 'C:' style paths on the command line (Bts:issue5770)
287 * subrepo: use per-type config options to enable subrepos 286 * subrepo: use per-type config options to enable subrepos
288 * svnsubrepo: check if subrepo is missing when checking dirty state (Bts:issue5657) 287 * svnsubrepo: check if subrepo is missing when checking dirty state (Bts:issue5657)
289 * test-bookmarks-pushpull: stabilize for Windows 288 * test-bookmarks-pushpull: stabilize for Windows
290 * test-run-tests: stabilize the test (Bts:issue5735) 289 * test-run-tests: stabilize the test (Bts:issue5735)
290 * tests: show symlink traversal across subrepo mount point (SEC)
291 * tr-summary: keep a weakref to the unfiltered repository 291 * tr-summary: keep a weakref to the unfiltered repository
292 * unamend: fix command summary line 292 * unamend: fix command summary line
293 * uncommit: unify functions _uncommitdirstate and _unamenddirstate to one 293 * uncommit: unify functions _uncommitdirstate and _unamenddirstate to one
294 * update: fix crash on bare update when directaccess is enabled 294 * update: fix crash on bare update when directaccess is enabled
295 * update: support updating to hidden cset if directaccess config is set 295 * update: support updating to hidden cset if directaccess config is set