hgext/largefiles/overrides.py
Tue, 05 Feb 2019 14:29:37 -0800 Martin von Zweigbergk largefiles: use wrappedfunction() for util.copyfile() override
Tue, 05 Feb 2019 14:15:34 -0800 Martin von Zweigbergk largefiles: use wrappedfunction() for matchandpats() override in overridelog()
Thu, 17 Jan 2019 09:17:12 -0800 Martin von Zweigbergk cleanup: delete lots of unused local variables
Thu, 27 Dec 2018 21:27:43 -0500 Matt Harbison largefiles: port revset registration to exthelper
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
Tue, 05 Sep 2017 15:21:21 -0700 Martin von Zweigbergk archive: change "matcnfn" argument to a real matcher
Thu, 20 Sep 2018 15:30:00 -0700 Gregory Szorc largefiles: automatically load largefiles extension when required (BC)
Wed, 19 Sep 2018 17:27:37 -0700 Gregory Szorc localrepo: support writing shared file (API)
Wed, 18 Apr 2018 19:25:35 +0530 Sushil khanchi forget: rename --confirm to --interactive
Thu, 22 Mar 2018 16:11:42 +0530 Sushil khanchi forget: add --confirm option
Fri, 13 Apr 2018 23:12:07 -0400 Augie Fackler largefiles: opts appears to already be bytes in this instance
Sat, 31 Mar 2018 23:49:58 +0530 Sushil khanchi addremove: remove dry_run, similarity from scmutil.addremove (API)
Wed, 21 Mar 2018 23:36:11 +0530 Sushil khanchi remove: add dry-run functionality
Thu, 08 Mar 2018 11:44:03 -0800 Kyle Lippincott copyfile: preserve stat info (mtime, etc.) when doing copies/renames
Sat, 10 Mar 2018 12:33:19 +0530 Sushil khanchi forget: add --dry-run mode
Sat, 10 Mar 2018 20:51:46 -0800 Gregory Szorc hgweb: stop passing req and tmpl into @webcommand functions (API)
Sun, 04 Mar 2018 16:48:01 -0500 Augie Fackler largefiles: use %d instead of %s to process ints
Fri, 02 Mar 2018 07:13:33 +0530 Pulkit Goyal py3: use pycompat.bytestr() to convert error messages to bytes
Sat, 24 Feb 2018 16:18:40 +0530 Pulkit Goyal py3: fix handling of keyword arguments at more places
Sun, 18 Feb 2018 14:53:31 -0500 Augie Fackler largefiles: give some **opts some strkwargs love
Sun, 18 Feb 2018 14:28:31 -0500 Augie Fackler largfiles: replace filter() with listcomp when result needs to be a list
Thu, 02 Apr 2015 23:28:16 +0900 Yuya Nishihara cmdutil: pass ctx to makefileobj() in place of repo/node pair (API)
Sun, 21 Jan 2018 13:40:31 +0900 Yuya Nishihara log: pass ctx to makefilematcher() and makehunksfilter() functions
Sun, 21 Jan 2018 12:48:39 +0900 Yuya Nishihara logcmdutil: drop redundant "log" from function names (API)
Sun, 21 Jan 2018 12:26:42 +0900 Yuya Nishihara cmdutil: split functions of log-like commands to new module (API)
Sat, 13 Jan 2018 13:33:55 +0900 Yuya Nishihara largefiles: convert EOL of hgrc before appending to bytes IO
Thu, 21 Dec 2017 13:57:57 +0100 Boris Feld largefiles: add support for 'largefiles://' url scheme
Sun, 10 Dec 2017 02:52:48 +0530 Pulkit Goyal py3: handle keyword arguments correctly in hgext/largefiles/
Thu, 07 Dec 2017 01:53:14 +0100 Boris Feld largefiles: allow to run 'debugupgraderepo' on repo with largefiles
Fri, 13 Oct 2017 22:26:58 +0200 Boris Feld configitems: register the 'largefiles.patterns' config
Fri, 29 Sep 2017 14:49:05 -0700 Martin von Zweigbergk dirstate: use keyword arguments to clarify status()'s callers
Thu, 14 Sep 2017 13:14:32 -0700 Phil Cohen largefiles: force an on-disk merge
Mon, 11 Sep 2017 13:03:27 -0700 Phil Cohen merge: pass wctx to premerge, filemerge
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Sun, 09 Jul 2017 02:55:46 -0400 Matt Harbison subrepo: consider the parent repo dirty when a file is missing
Tue, 20 Jun 2017 16:33:46 -0400 Augie Fackler merge with stable
Tue, 13 Jun 2017 22:24:41 -0400 Matt Harbison largefiles: avoid a crash when archiving a subrepo with largefiles disabled stable
Thu, 18 May 2017 22:47:42 -0700 Martin von Zweigbergk largefiles: replace always() method, not _always field
Sat, 20 May 2017 22:27:52 -0700 Martin von Zweigbergk cleanup: reuse existing wctx variables instead of calling repo[None]
Thu, 18 May 2017 18:00:38 -0400 Augie Fackler largefiles: use repo[None].walk instead of repo.walk
Thu, 18 May 2017 09:04:37 -0700 Martin von Zweigbergk match: make _fileroots a @propertycache and rename it to _fileset
Thu, 04 May 2017 00:23:09 +0530 Pulkit Goyal py3: explicitly convert a list to bytes to pass in ui.debug
Tue, 16 May 2017 17:47:27 -0700 Martin von Zweigbergk largefiles: move identical statement to after if/else
Wed, 03 May 2017 15:41:28 +0530 Pulkit Goyal py3: abuse r'' to access keys in keyword arguments
Tue, 11 Apr 2017 20:54:50 -0400 Matt Harbison largefiles: set the extension as enabled locally after a share requiring it
Sat, 01 Apr 2017 02:32:49 +0900 FUJIWARA Katsunori largefiles: use readasstandin() to read hex hash directly from filectx
Sat, 01 Apr 2017 02:32:47 +0900 FUJIWARA Katsunori largefiles: replace readstandin() by readasstandin()
Mon, 27 Mar 2017 09:44:36 +0900 FUJIWARA Katsunori largefiles: add lfile argument to updatestandin() for efficiency (API)
Mon, 27 Mar 2017 09:44:35 +0900 FUJIWARA Katsunori largefiles: avoid redundant loop to eliminate None from list
Mon, 27 Mar 2017 09:44:35 +0900 FUJIWARA Katsunori largefiles: avoid meaningless changectx looking up
Mon, 27 Mar 2017 09:44:35 +0900 FUJIWARA Katsunori largefiles: avoid redundant changectx looking up at each repetitions
Mon, 27 Mar 2017 09:44:34 +0900 FUJIWARA Katsunori largefiles: omit updating newly added standin at linear merging
Fri, 24 Mar 2017 22:29:22 +0900 FUJIWARA Katsunori largefiles: avoid redundant standin() invocations
Fri, 24 Mar 2017 22:29:22 +0900 FUJIWARA Katsunori largefiles: replace hashrepofile by hashfile (API)
Fri, 24 Mar 2017 22:26:34 +0900 FUJIWARA Katsunori largefiles: call readstandin() with changectx itself instead of rev or node
Fri, 24 Mar 2017 22:24:59 +0900 FUJIWARA Katsunori largefiles: replace splitstandin() by isstandin() to omit str creation
Fri, 24 Mar 2017 22:24:58 +0900 FUJIWARA Katsunori largefiles: omit redundant isstandin() before splitstandin()
Wed, 14 Jan 2015 01:15:26 +0100 Mads Kiilerich vfs: use repo.wvfs.unlinkpath
Sat, 25 Feb 2017 21:13:59 -0500 Matt Harbison subrepo: run the repo decoders when archiving
less more (0) -300 -100 -60 tip