hgext/lfs/wrapper.py
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 04 Sep 2019 00:53:27 +0200 Pierre-Yves David flagprocessors: writetransform function take side data as parameter (API)
Wed, 04 Sep 2019 00:34:03 +0200 Pierre-Yves David flagprocessors: have the read transform function return side data (API)
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Wed, 07 Aug 2019 20:10:32 +0200 Pierre-Yves David rawdata: update callers in lfs' wrapper
Thu, 17 Jan 2019 00:16:00 -0500 Matt Harbison exthelper: drop the addattr() decorator
Tue, 27 Nov 2018 22:10:07 -0500 Matt Harbison lfs: convert to using exthelper to wrap functions
Sun, 21 Oct 2018 22:26:00 -0400 Matt Harbison lfs: consult the narrow matcher when extracting pointers from ctx (issue5794)
Thu, 18 Oct 2018 21:55:47 -0400 Matt Harbison lfs: don't add extension to hgrc after conversion (BC)
Thu, 20 Sep 2018 17:27:01 -0700 Matt Harbison lfs: autoload the extension when cloning from repo with lfs enabled
Mon, 01 Oct 2018 23:04:58 -0400 Matt Harbison lfs: explicitly name a key when sorting blob pointers
Mon, 24 Sep 2018 14:31:31 -0700 Gregory Szorc storageutil: move metadata parsing and packing from revlog (API)
Thu, 20 Sep 2018 18:07:42 -0700 Gregory Szorc filelog: store filename directly on revlog instance
Thu, 20 Sep 2018 17:47:34 -0700 Gregory Szorc lfs: access revlog directly
Thu, 20 Sep 2018 15:18:13 -0700 Gregory Szorc lfs: don't add extension to hgrc after clone or share (BC)
Wed, 19 Sep 2018 13:48:59 -0700 Gregory Szorc lfs: add repository feature denoting the use of LFS
Wed, 19 Sep 2018 17:27:37 -0700 Gregory Szorc localrepo: support writing shared file (API)
Sat, 25 Aug 2018 12:41:58 -0400 Matt Harbison lfs: use a context manager to control the progress bar lifetime
Fri, 24 Aug 2018 17:45:46 -0400 Matt Harbison lfs: add a progress bar when searching for blobs to upload
Thu, 31 May 2018 09:19:09 -0400 Matt Harbison lfs: bypass wrapped functions when reposetup() hasn't been called (issue5902) stable
Sat, 14 Apr 2018 18:50:45 -0400 Matt Harbison scmutil: teach the file prefetch hook to handle multiple commits
Sun, 08 Apr 2018 14:22:12 -0400 Matt Harbison lfs: infer the blob store URL from an explicit push dest or default-push
Sat, 07 Apr 2018 22:22:20 -0400 Matt Harbison lfs: infer the blob store URL from paths.default
Thu, 05 Apr 2018 18:22:35 -0700 Gregory Szorc revlog: move parsemeta() and packmeta() from filelog (API)
Mon, 26 Mar 2018 23:02:50 -0400 Matt Harbison lfs: move the 'supportedoutgoingversions' handling to changegroup.py
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Fri, 02 Mar 2018 11:07:42 -0500 Augie Fackler lfs: convert hexdigest to bytes using sysbytes
Fri, 02 Mar 2018 11:07:25 -0500 Augie Fackler lfs: use %d to encode int, not str()
Sun, 11 Feb 2018 13:25:56 -0500 Matt Harbison merge: invoke scmutil.fileprefetchhooks() prior to applying updates
Sun, 11 Feb 2018 00:30:15 -0500 Matt Harbison lfs: migrate to the fileprefetch callback mechanism
Sat, 27 Jan 2018 18:56:24 -0500 Matt Harbison lfs: allow a pointer to be extracted from a context that removes the file
Sun, 04 Feb 2018 00:33:28 -0500 Matt Harbison lfs: prefetch lfs blobs during revert
Sat, 03 Feb 2018 21:26:12 -0500 Matt Harbison lfs: prefetch lfs blobs when applying merge updates
Sat, 27 Jan 2018 14:53:16 -0500 Matt Harbison lfs: factor out a method for extracting the pointer of a single file
Tue, 23 Jan 2018 21:29:45 -0500 Matt Harbison lfs: don't automatically exclude '.hg*' files from external tracking stable
Tue, 16 Jan 2018 20:15:07 -0500 Matt Harbison lfs: allow the pointer file to be viewed with `hg cat -T '{rawdata}'`
Sat, 13 Jan 2018 20:07:14 -0500 Matt Harbison lfs: always exclude '.hg*' text files
Sat, 13 Jan 2018 13:41:11 +0900 Yuya Nishihara lfs: convert EOL of hgrc before appending to bytes IO
Sun, 31 Dec 2017 02:54:49 -0500 Matt Harbison lfs: migrate most file filtering from threshold to custom filter
Sun, 07 Jan 2018 15:21:16 -0500 Matt Harbison lfs: improve the error message for a missing remote blob
Sun, 07 Jan 2018 01:14:52 -0500 Matt Harbison lfs: remove the verification option when writing to the local store
Sat, 23 Dec 2017 17:49:12 -0500 Matt Harbison lfs: show a friendly message when pushing lfs to a server without lfs enabled
Sun, 24 Dec 2017 01:26:36 -0500 Matt Harbison lfs: allow non-lfs exchanges when the extension is only enabled on one side
Thu, 21 Dec 2017 23:31:46 -0500 Matt Harbison lfs: use ui.note() and ui.debug() instead of ui.write() and their flags
Fri, 17 Nov 2017 00:06:45 -0500 Matt Harbison lfs: verify lfs object content when transferring to and from the remote store
Tue, 19 Dec 2017 17:53:44 -0500 Matt Harbison lfs: add note messages indicating what store holds the lfs blob
Tue, 12 Dec 2017 20:28:38 -0500 Matt Harbison lfs: use 'ui' provided to `upgrade` for output, instead of stealing srcrepo's
Fri, 08 Dec 2017 00:18:30 -0500 Matt Harbison lfs: restore the local blob store after a repo upgrade
Thu, 07 Dec 2017 21:56:18 +0100 Boris Feld lfs: allow to run 'debugupgraderepo' on repo with largefiles
Sun, 26 Nov 2017 21:14:48 -0500 Matt Harbison lfs: enable the extension locally after converting to an 'lfs' repo
Thu, 16 Nov 2017 21:01:21 -0500 Matt Harbison lfs: enable the extension locally after sharing a repo with 'lfs' requirement
Thu, 16 Nov 2017 20:23:20 -0500 Matt Harbison lfs: enable the extension locally after cloning a repo with 'lfs' requirement
Wed, 22 Nov 2017 22:38:50 -0500 Matt Harbison lfs: add a repo requirement for this extension when converting to lfs
Tue, 14 Nov 2017 00:14:52 -0500 Matt Harbison lfs: quiesce check-module-import warnings
Tue, 14 Nov 2017 00:06:23 -0500 Matt Harbison lfs: import the Facebook git-lfs client extension
less more (0) tip