38 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/b1b3127227be changeset: 47415:b1b3127227be user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Fri Apr 09 17:04:39 2021 +0200 summary: config: add an experimental option to list all known config
https://www.mercurial-scm.org/repo/hg/rev/1c7f3d911d0f changeset: 47416:1c7f3d911d0f user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Tue Jun 08 03:40:36 2021 +0200 summary: clone: cleanup the "cleanup dir" logic used during local clone https://www.mercurial-scm.org/repo/hg/rev/9ea525216edb changeset: 47417:9ea525216edb user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Mon Jun 07 21:09:31 2021 +0200 summary: copyfiles: deal with existing file when hardlinking https://www.mercurial-scm.org/repo/hg/rev/22e21deed474 changeset: 47418:22e21deed474 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Wed Jun 09 01:12:03 2021 +0200 summary: transaction: explain why some recovery failed https://www.mercurial-scm.org/repo/hg/rev/0e4e9c1b4cc8 changeset: 47419:0e4e9c1b4cc8 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Wed Jun 09 01:14:18 2021 +0200 summary: transaction: extract message about different version in a constants https://www.mercurial-scm.org/repo/hg/rev/e7ad2490d623 changeset: 47420:e7ad2490d623 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Wed Jun 09 01:13:09 2021 +0200 summary: transaction: clarify a conditionnal about version check https://www.mercurial-scm.org/repo/hg/rev/d2e0226b511a changeset: 47421:d2e0226b511a user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Wed Jun 09 00:59:04 2021 +0200 summary: transaction: narrow the error filtering when failing to rename undo file https://www.mercurial-scm.org/repo/hg/rev/88439c6fbafc changeset: 47422:88439c6fbafc user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Wed Jun 09 00:59:44 2021 +0200 summary: transaction: simplify `undo.backupfiles` file creation with a variable https://www.mercurial-scm.org/repo/hg/rev/be903d043099 changeset: 47423:be903d043099 user: Matt Harbison <matt_harbi...@yahoo.com> date: Sat Jun 12 14:50:33 2021 -0400 summary: typing: suppress a false error in mercurial/revlogutils/docket.py on py2 https://www.mercurial-scm.org/repo/hg/rev/f77404040776 changeset: 47424:f77404040776 user: Matt Harbison <matt_harbi...@yahoo.com> date: Fri Jun 11 23:39:31 2021 -0400 summary: typing: disable warnings for a couple of Windows specific attributes https://www.mercurial-scm.org/repo/hg/rev/e0a314bcbc9d changeset: 47425:e0a314bcbc9d user: Simon Sapin <simon.sa...@octobus.net> date: Tue Jun 08 19:55:00 2021 +0200 summary: revlog: Extract low-level random-access file read caching logic https://www.mercurial-scm.org/repo/hg/rev/cac0e0621ceb changeset: 47426:cac0e0621ceb user: Simon Sapin <simon.sa...@octobus.net> date: Tue Jun 15 12:34:14 2021 +0200 summary: revlog: use file read caching for sidedata https://www.mercurial-scm.org/repo/hg/rev/6ce89165eaa0 changeset: 47427:6ce89165eaa0 user: Martin von Zweigbergk <martinv...@google.com> date: Thu Jun 10 10:53:43 2021 -0700 summary: amend: work mostly with str-type **opts for simplicity https://www.mercurial-scm.org/repo/hg/rev/54849b65dc5f changeset: 47428:54849b65dc5f user: Martin von Zweigbergk <martinv...@google.com> date: Thu Jun 10 14:25:16 2021 -0700 summary: cmdutil: make checknotesize() work on str-keyed opts https://www.mercurial-scm.org/repo/hg/rev/5c49e0aa7fad changeset: 47429:5c49e0aa7fad user: Martin von Zweigbergk <martinv...@google.com> date: Thu Jun 10 14:36:26 2021 -0700 summary: dog-raft: keep opts dict str-keyed a bit longer https://www.mercurial-scm.org/repo/hg/rev/3ee036c6f834 changeset: 47430:3ee036c6f834 user: Martin von Zweigbergk <martinv...@google.com> date: Thu Jun 10 14:47:14 2021 -0700 summary: commit: keep opts dict str-keyed a bit longer https://www.mercurial-scm.org/repo/hg/rev/fca9c63f160e changeset: 47431:fca9c63f160e user: Martin von Zweigbergk <martinv...@google.com> date: Thu Jun 10 14:55:10 2021 -0700 summary: cmdutil: make amend() take str-keyed opts https://www.mercurial-scm.org/repo/hg/rev/7f7457f84311 changeset: 47432:7f7457f84311 user: Martin von Zweigbergk <martinv...@google.com> date: Thu Jun 10 15:45:22 2021 -0700 summary: cmdutil: make resolvecommitoptions() work on str-keyed opts https://www.mercurial-scm.org/repo/hg/rev/fc8e29ffc380 changeset: 47433:fc8e29ffc380 user: Martin von Zweigbergk <martinv...@google.com> date: Thu Jun 10 15:56:55 2021 -0700 summary: dog-raft: work with str-keyed opts throughout https://www.mercurial-scm.org/repo/hg/rev/5eb52edc08bd changeset: 47434:5eb52edc08bd user: Martin von Zweigbergk <martinv...@google.com> date: Fri Jun 18 13:44:05 2021 -0700 summary: histedit: don't record labels for output that we will discard https://www.mercurial-scm.org/repo/hg/rev/e9fbf8fd5f33 changeset: 47435:e9fbf8fd5f33 user: Martin von Zweigbergk <martinv...@google.com> date: Fri Jun 18 13:55:45 2021 -0700 summary: histedit: don't swallow errors that happen when updating the working copy https://www.mercurial-scm.org/repo/hg/rev/6ecd0980d7f9 changeset: 47436:6ecd0980d7f9 user: Martin von Zweigbergk <martinv...@google.com> date: Fri Jun 18 14:17:43 2021 -0700 summary: shelve: don't swallow errors that happen when reverting the working copy https://www.mercurial-scm.org/repo/hg/rev/7a430116f639 changeset: 47437:7a430116f639 user: Martin von Zweigbergk <martinv...@google.com> date: Fri Jun 18 15:48:51 2021 -0700 summary: ui: add a context manager for silencing the ui (pushbuffer+popbuffer) https://www.mercurial-scm.org/repo/hg/rev/1be9bf3669cb changeset: 47438:1be9bf3669cb user: Martin von Zweigbergk <martinv...@google.com> date: Fri Jun 18 16:00:58 2021 -0700 summary: debugbackupbundle: use new context manager for silencing the ui https://www.mercurial-scm.org/repo/hg/rev/86418ad637d1 changeset: 47439:86418ad637d1 user: Martin von Zweigbergk <martinv...@google.com> date: Fri Jun 18 16:03:42 2021 -0700 summary: narrowbundle: use new context manager for silencing the ui https://www.mercurial-scm.org/repo/hg/rev/e43e68624dfb changeset: 47440:e43e68624dfb user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Mon Jun 07 20:40:43 2021 +0200 summary: createrepository: allow to directly pass the target requirements https://www.mercurial-scm.org/repo/hg/rev/e33c6dd346e7 changeset: 47441:e33c6dd346e7 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Wed Jun 09 01:10:26 2021 +0200 summary: localrepo: introduce a clone_requirements function https://www.mercurial-scm.org/repo/hg/rev/d1c1fd7ac46d changeset: 47442:d1c1fd7ac46d user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Wed Jun 09 01:10:34 2021 +0200 summary: clone: use "official" API to create local clone destination https://www.mercurial-scm.org/repo/hg/rev/9ab54aa56982 changeset: 47443:9ab54aa56982 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Tue Jun 08 02:05:05 2021 +0200 summary: vfs: add a `register_file` method on the vfs class https://www.mercurial-scm.org/repo/hg/rev/2f4ca4807033 changeset: 47444:2f4ca4807033 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Tue Jun 08 02:06:02 2021 +0200 summary: streamingclone: extract the scanning part from the generation part https://www.mercurial-scm.org/repo/hg/rev/d756fc11cfb9 changeset: 47445:d756fc11cfb9 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Tue Jun 08 02:31:17 2021 +0200 summary: copyfile: add a option callback for failed hardlinking https://www.mercurial-scm.org/repo/hg/rev/09ff5d532a25 changeset: 47446:09ff5d532a25 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Wed Jun 09 15:33:58 2021 +0200 summary: copyfiles: add a way to relax the file system checking for hardlink https://www.mercurial-scm.org/repo/hg/rev/377d8fc20e34 changeset: 47447:377d8fc20e34 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Tue Jun 08 02:06:45 2021 +0200 summary: clone: reuse the stream clone logic for local clone https://www.mercurial-scm.org/repo/hg/rev/d370256636fe changeset: 47448:d370256636fe user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Tue Jun 08 03:56:33 2021 +0200 summary: clone: also report the bookmark file as copied https://www.mercurial-scm.org/repo/hg/rev/da3fb8c10caa changeset: 47449:da3fb8c10caa user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Tue Jun 08 02:34:59 2021 +0200 summary: revlogv2: also test that local clone works https://www.mercurial-scm.org/repo/hg/rev/9cecc222c536 changeset: 47450:9cecc222c536 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Wed Jun 09 12:19:42 2021 +0200 summary: revlogv2: fix `hg verify` with revlog v2 https://www.mercurial-scm.org/repo/hg/rev/f70ca39d0ab8 changeset: 47451:f70ca39d0ab8 user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Thu Jun 10 00:16:54 2021 +0200 summary: nodemap: fix some comment formatting https://www.mercurial-scm.org/repo/hg/rev/c6844912c327 changeset: 47452:c6844912c327 bookmark: @ tag: tip user: Pierre-Yves David <pierre-yves.da...@octobus.net> date: Mon Jun 21 15:00:53 2021 +0200 summary: revlog: factor the logic to determine the delta compression out -- Repository URL: https://www.mercurial-scm.org/repo/hg _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel