hgext/largefiles/overrides.py
Thu, 11 Feb 2021 20:36:46 -0800 Martin von Zweigbergk branching: merge with stable
Thu, 04 Feb 2021 16:59:46 -0500 Jordi Gutiérrez Hermoso largefiles: properly pass kwargs into url.open stable
Mon, 18 Jan 2021 10:24:20 +0100 Valentin Gatien-Baron purge: move extension into core mercurial
Tue, 01 Dec 2020 15:11:06 +0100 Pierre-Yves David upgrade: split definition and management of the actions from the main code
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 08 Oct 2020 13:37:31 -0700 Martin von Zweigbergk errors: name arguments to Abort constructor
Mon, 21 Sep 2020 11:12:58 -0700 Martin von Zweigbergk merge: make low-level update() private (API)
Tue, 22 Sep 2020 23:18:37 -0700 Martin von Zweigbergk largefiles: prevent in-memory merge instead of switching to on-disk
Fri, 11 Sep 2020 10:47:17 +0900 Yuya Nishihara largefiles: remove unused 'rev' parameter from downloadlfiles()
Mon, 10 Aug 2020 21:46:47 -0700 Martin von Zweigbergk revert: remove dangerous `parents` argument from `cmdutil.revert()`
Thu, 06 Aug 2020 13:27:38 +0530 Pulkit Goyal merge: remove emptyactions() and use collections.defaultdict(list) instead
Wed, 05 Aug 2020 15:41:23 +0530 Pulkit Goyal mergeresult: add `files()` and use it
Wed, 05 Aug 2020 15:37:26 +0530 Pulkit Goyal mergeresult: introduce getfile() and use it where required
Sat, 25 Jul 2020 14:44:29 +0530 Pulkit Goyal largefiles: introduce a constant for 'lfmr' action
Sat, 25 Jul 2020 14:41:20 +0530 Pulkit Goyal largefiles: override merge.emptyactions() to include `lfmr`
Fri, 24 Jul 2020 16:18:39 +0530 Pulkit Goyal merge: introduce mergeresult.addfile() and use it
Thu, 23 Jul 2020 18:03:14 +0530 Pulkit Goyal merge: return a mergeresult obj from manifestmerge(), calculateupdates() (API)
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
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
less more (0) -300 -100 -60 tip