hgext/largefiles/overrides.py
Tue, 21 Jan 2020 13:14:51 -0500 Augie Fackler merge to stable for 5.3 release freeze stable 5.3rc0
Tue, 24 Dec 2019 01:38:02 -0500 Matt Harbison subrepo: fix a crash when archiving an svn or git subrepo stable
Fri, 18 Oct 2019 17:46:37 -0700 Martin von Zweigbergk largefiles: move lfstatus context manager to lfutil
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Fri, 18 Oct 2019 15:16:57 -0700 Martin von Zweigbergk largefiles: use context manager for setting "lfstatus" on subrepos too
Fri, 18 Oct 2019 15:14:51 -0700 Martin von Zweigbergk largefiles: reset "lfstatus" attribute to previous value in "finally"
Fri, 18 Oct 2019 14:40:50 -0700 Martin von Zweigbergk largefiles: add context manager for setting/clearing "lfstatus" attribute
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 13:28:56 -0400 Gregory Szorc py3: manually import pycompat.open into files that need it
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, 10 Jul 2019 09:57:28 +0200 Raphaël Gomès rust-dirstate: call rust dirstatemap from Python
Mon, 24 Jun 2019 16:00:39 -0700 Kyle Lippincott largefiles: make last line of prompts <40 english chars (issue6158)
Mon, 27 May 2019 16:55:46 -0400 Valentin Gatien-Baron merge: fix race that could cause wrong size in dirstate
Wed, 20 Feb 2019 18:02:28 -0500 Augie Fackler cleanup: prefer nested context managers to \-continuations
Sat, 09 Feb 2019 22:50:53 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
Sat, 09 Feb 2019 16:43:20 -0800 Martin von Zweigbergk largefiles: get cwd and relative paths from repo instead of matcher
Thu, 07 Feb 2019 23:29:14 -0800 Martin von Zweigbergk largefiles: use uipathfn instead of match.{rel,uipath}() (API)
Fri, 08 Feb 2019 13:08:01 -0800 Martin von Zweigbergk forget: pass around uipathfn and use instead of m.rel() (API)
Thu, 07 Feb 2019 23:25:39 -0800 Martin von Zweigbergk addremove: pass around uipathfn and use instead of m.uipath() (API)
Thu, 07 Feb 2019 23:19:33 -0800 Martin von Zweigbergk remove: pass around uipathfn and use instead of m.rel() (API)
Thu, 07 Feb 2019 11:15:30 -0800 Martin von Zweigbergk add: pass around uipathfn and use instead of m.rel() (API)
Thu, 07 Feb 2019 10:20:57 -0800 Martin von Zweigbergk subrepo: adjust subrepo prefix before calling subrepo.archive() (API)
Tue, 05 Feb 2019 11:17:11 -0800 Martin von Zweigbergk largefiles: use wrappedfunction() in overriderevert()
Tue, 05 Feb 2019 14:25:11 -0800 Martin von Zweigbergk largefiles: use wrappedfunction() for "normal files match" in overridecopy()
Tue, 05 Feb 2019 14:42:13 -0800 Martin von Zweigbergk largefiles: use wrappedfunction() for match() override in overridecopy()
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
less more (0) -300 -100 -60 tip