log hgext/largefiles/uisetup.py @ 41062:0a7f582f6f1f

age author description
Sun, 23 Dec 2018 22:57:03 -0500 Matt Harbison largefiles: port wrapped functions to exthelper
Sun, 23 Dec 2018 17:26:25 -0500 Matt Harbison largefiles: port commands to exthelper
Thu, 20 Sep 2018 15:30:00 -0700 Gregory Szorc largefiles: automatically load largefiles extension when required (BC)
Mon, 16 Apr 2018 22:21:54 -0700 Gregory Szorc wireproto: rename wireproto to wireprotov1server (API)
Wed, 28 Mar 2018 10:52:40 -0700 Gregory Szorc largefiles: wrap heads command handler more directly
Wed, 28 Mar 2018 10:40:41 -0700 Gregory Szorc wireproto: separate commands tables for version 1 and 2 commands
Wed, 07 Mar 2018 16:02:24 -0800 Gregory Szorc wireproto: declare permissions requirements in @wireprotocommand (API)
Tue, 06 Mar 2018 14:32:14 -0800 Gregory Szorc merge with stable
Tue, 20 Feb 2018 18:54:27 -0800 Gregory Szorc wireproto: declare operation type for most commands (BC) (SEC) stable
Tue, 20 Feb 2018 18:53:39 -0800 Gregory Szorc wireproto: move command permissions dict out of hgweb_mod stable
Thu, 01 Feb 2018 18:48:52 -0800 Gregory Szorc largefiles: register wire protocol commands with modern APIs
Tue, 06 Feb 2018 10:57:56 -0800 Gregory Szorc sshpeer: rename sshpeer class to sshv1peer (API)
Thu, 21 Dec 2017 13:57:57 +0100 Boris Feld largefiles: add support for 'largefiles://' url scheme
Tue, 26 Dec 2017 23:40:49 -0500 Matt Harbison largefiles: modernize how capabilities are added to the wire protocol
Thu, 07 Dec 2017 01:53:14 +0100 Boris Feld largefiles: allow to run 'debugupgraderepo' on repo with largefiles
Thu, 31 Aug 2017 22:39:10 -0700 Martin von Zweigbergk largefiles: remove unused assignments from wrapfunction()
Thu, 04 May 2017 17:13:12 +0900 Yuya Nishihara debugcommands: use temporary dict for its command table
Thu, 04 May 2017 15:23:51 +0900 Yuya Nishihara largefiles: make sure debugstate command is populated before wrapping stable
Tue, 11 Apr 2017 20:54:50 -0400 Matt Harbison largefiles: set the extension as enabled locally after a share requiring it
Tue, 10 May 2016 15:14:41 +0200 liscju py3: make largefiles/uisetup.py use absolute_import
Sun, 27 Mar 2016 13:00:28 -0700 Mads Kiilerich largefiles: introduce push --lfrev to control which revisions are pushed
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori revset: replace extpredicate by revsetpredicate of registrar
Sat, 23 Jan 2016 23:32:49 -0500 Matt Harbison largefiles: report the missing file count after a commit that does nothing stable
Tue, 29 Dec 2015 23:58:30 +0900 FUJIWARA Katsunori revset: use delayregistrar to register predicate in extension easily
Sun, 11 Oct 2015 12:31:08 -0700 Siddharth Agarwal filemerge: add a wrapper around the filemerge function
Tue, 29 Sep 2015 23:29:44 -0400 Matt Harbison largefiles: restore archiving largefiles with hgweb (issue4859) stable 3.5.2
Sat, 11 Jul 2015 23:26:33 -0400 Matt Harbison largefiles: allow the archiving of largefiles to be disabled
Wed, 25 Mar 2015 13:55:35 +0900 FUJIWARA Katsunori largefiles: remove useless overrideupdate
Fri, 20 Mar 2015 10:05:31 -0700 Martin von Zweigbergk largefiles: override cmdutil.revert() instead of comands.revert()
Sun, 25 Jan 2015 02:45:49 -0500 Matt Harbison largefiles: report the source of copied/moved largefiles in status -C