hgext/largefiles/lfcommands.py
Sun, 20 Aug 2023 16:51:49 -0400 Matt Harbison largefiles: migrate `opts` to native kwargs
Mon, 20 Feb 2023 11:37:05 +0100 Pierre-Yves David lfconvert: use a `changing_parents` context to clear the dirstate
Mon, 13 Feb 2023 23:29:30 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `lfconvert`
Wed, 15 Feb 2023 00:57:16 +0100 Pierre-Yves David largefiles: remove the second `changing_parents` in `updatelfiles`
Wed, 15 Feb 2023 00:55:44 +0100 Pierre-Yves David largefiles: remove the first `changing_parents` in `updatelfiles`
Sun, 05 Feb 2023 09:25:23 +0100 Pierre-Yves David largefiles: use `hacky_extension_update_file` in `updatelfiles`
Wed, 25 Jan 2023 19:12:31 +0100 Pierre-Yves David dirstate: rename parentchange to changing_parents
Wed, 25 Jan 2023 18:46:20 +0100 Pierre-Yves David dirstate: pass the repo to the `changeparent` method
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Mon, 30 May 2022 16:18:12 +0200 Manuel Jacob node: stop converting binascii.Error to TypeError in bin()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 19 Jul 2021 04:11:08 +0530 Pulkit Goyal largefiles: pass current transaction to `lfdirstate.write()`
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Wed, 29 Sep 2021 18:39:02 +0200 Pierre-Yves David dirstate-item: use item's property instead of `state` in largefile
Thu, 16 Sep 2021 15:20:28 +0200 Pierre-Yves David dirstate: use `reset_state` instead of `dropfile` in largefile
Wed, 15 Sep 2021 10:20:25 +0200 Pierre-Yves David dirstate: inline the last two `_drop` usage
Mon, 19 Jul 2021 05:46:16 +0200 Pierre-Yves David largefile: use `update_file` instead of `normallookup` in `updatelfiles`
Mon, 19 Jul 2021 02:39:01 +0200 Pierre-Yves David largefile: use `update_file` instead of `normal` in `updatelfiles`
Tue, 13 Jul 2021 14:54:09 +0530 Pulkit Goyal largefiles: replace use of synclfdirstate with drop
Thu, 08 Jul 2021 01:44:49 +0200 Pierre-Yves David largefile: consider `updatelfiles` as a `parentchange`
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 13 Sep 2020 17:46:48 +0900 Yuya Nishihara largefiles: walk history in ascending order while downloading all lfiles
Sun, 13 Sep 2020 17:43:19 +0900 Yuya Nishihara largefiles: replace use of walkchangerevs() with simple revset query
Fri, 11 Sep 2020 10:47:17 +0900 Yuya Nishihara largefiles: remove unused 'rev' parameter from downloadlfiles()
Tue, 14 Apr 2020 16:43:54 +0530 Pulkit Goyal scmutil: add writereporequirements() and route requires writing through it
Mon, 13 Jan 2020 14:12:31 -0500 Augie Fackler hgext: replace references to hashlib.sha1 with hashutil.sha1
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
less more (0) -100 -50 -30 tip