log hgext/largefiles/overrides.py @ 26336:ec2662b9629d

age author description
Thu, 24 Sep 2015 00:40:53 -0700 Pierre-Yves David largefiles: remove a mutable default argument
Sat, 11 Jul 2015 23:26:33 -0400 Matt Harbison largefiles: allow the archiving of largefiles to be disabled
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 23 Jun 2015 22:30:33 -0700 Gregory Szorc global: mass rewrite to use modern octal syntax
Tue, 16 Jun 2015 23:06:57 -0400 Matt Harbison archive: support 'wdir()'
Fri, 05 Jun 2015 19:24:32 -0400 Matt Harbison scmutil: add an optional parameter to matcher factories for a bad() override
Thu, 04 Jun 2015 22:11:18 -0400 Matt Harbison largefiles: replace match.bad() monkey patching with match.badmatch()
Fri, 08 May 2015 12:30:51 -0700 Drew Gottlieb match: rename _fmap to _fileroots for clarity
Fri, 15 May 2015 09:55:15 -0500 Matt Mackall largefiles: use try/except/finally
Mon, 04 May 2015 23:04:12 -0400 Matt Harbison largefiles: drop os.path.join() in subrepo archive override
Sat, 18 Apr 2015 13:08:41 -0400 Matt Harbison largefiles: don't mangle filesets when fixing up the log matcher stable
Sat, 18 Apr 2015 00:34:38 -0400 Matt Harbison largefiles: don't crash when cloning to a remote repo stable
Sat, 17 Jan 2015 03:34:57 +0100 Mads Kiilerich largefiles: always consider updatelfiles 'checked' parameter set
Wed, 15 Apr 2015 15:22:16 -0400 Mads Kiilerich largefiles: for update -C, only update largefiles when necessary
Thu, 16 Apr 2015 11:29:30 -0700 Durham Goode copies: add matcher parameter to copy logic
Wed, 08 Apr 2015 22:42:37 +0900 Yuya Nishihara largefiles: use common function to build content of .hg_archival.txt
Tue, 07 Apr 2015 15:18:52 -0700 Drew Gottlieb treemanifest: optimize treemanifest._walk() to skip directories
Wed, 18 Mar 2015 21:44:25 -0700 Martin von Zweigbergk log: prefer 'wctx' over 'pctx' for working context
Wed, 25 Mar 2015 13:55:35 +0900 FUJIWARA Katsunori largefiles: remove useless overrideupdate
Wed, 25 Mar 2015 13:55:35 +0900 FUJIWARA Katsunori cmdutil: allow bailifchanged to ignore merging in progress
Mon, 23 Mar 2015 23:04:51 -0700 Martin von Zweigbergk revert: evaluate filesets against working directory (issue4497)
Tue, 24 Mar 2015 10:27:56 -0700 Martin von Zweigbergk largefiles: extract and reuse 'standin' variable in overriderevert()
Fri, 20 Mar 2015 10:05:31 -0700 Martin von Zweigbergk largefiles: override cmdutil.revert() instead of comands.revert()
Thu, 12 Mar 2015 23:08:16 -0400 Matt Harbison largefiles: replace 'ctx._repo' with 'ctx.repo()'
Sun, 25 Jan 2015 02:45:49 -0500 Matt Harbison largefiles: report the source of copied/moved largefiles in status -C
Sun, 01 Mar 2015 18:35:29 -0500 Matt Harbison largefiles: handle logging from outside the repo
Sun, 01 Mar 2015 14:21:54 -0500 Matt Harbison largefiles: don't prefix standin patterns with '.hglf' when logging
Sat, 28 Feb 2015 23:42:38 -0500 Matt Harbison largefiles: teach log to handle patterns
Sun, 15 Feb 2015 17:21:48 -0500 Matt Harbison archive: change the default prefix to '' from None
Mon, 02 Mar 2015 23:37:55 +0900 FUJIWARA Katsunori largefiles: avoid infinite recursive call of openlfdirstate in overriderevert
Mon, 02 Mar 2015 01:20:14 -0600 Matt Mackall merge with stable
Thu, 26 Feb 2015 06:03:39 +0900 FUJIWARA Katsunori largefiles: access to specific fields only if largefiles enabled (issue4547) stable
Sat, 07 Feb 2015 19:40:02 -0500 Matt Harbison largefiles: don't warn when reverting a forgotten largefile
Mon, 02 Feb 2015 19:58:41 -0500 Matt Harbison largefiles: set the extension as enabled locally after a clone requiring it
Sat, 31 Jan 2015 00:13:29 -0500 Matt Harbison largefiles: use the core file copy logic to validate the destination path
Fri, 30 Jan 2015 20:44:11 -0500 Matt Harbison largefiles: don't interfere with logging normal files stable
Fri, 09 Jan 2015 19:10:09 +0100 Mads Kiilerich largefiles: don't rehash largefiles in updatelfiles if standin hash changed
Mon, 12 Jan 2015 22:30:12 -0500 Matt Harbison largefiles: cleanup overrideadd()
Mon, 12 Jan 2015 21:44:43 -0500 Matt Harbison largefiles: enable subrepo support for add
Wed, 31 Dec 2014 18:24:32 -0500 Matt Harbison largefiles: don't pop largefile-specific arguments to the add command
Fri, 09 Jan 2015 18:38:02 +0100 Mads Kiilerich largefiles: make linear update set unsure largefiles normal if unchanged
Sun, 11 Jan 2015 23:20:51 -0500 Matt Harbison largefiles: enable subrepo support for forget
Tue, 30 Dec 2014 21:12:52 -0500 Matt Harbison largefiles: enable subrepo support for remove
Wed, 31 Dec 2014 18:39:41 -0500 Matt Harbison largefiles: don't print files as both large and normal in addremove dryruns
Wed, 31 Dec 2014 18:31:18 -0500 Matt Harbison largefiles: return the list of added files from addlargefiles()
Fri, 28 Nov 2014 21:44:41 -0500 Matt Harbison largefiles: align the output messages for an added file with core methods
Fri, 28 Nov 2014 21:03:44 -0500 Matt Harbison largefiles: align the output messages for a removed file with core methods
Fri, 28 Nov 2014 19:50:52 -0500 Matt Harbison largefiles: pass a matcher instead of a raw file list to removelargefiles()
Wed, 31 Dec 2014 18:18:56 -0500 Matt Harbison largefiles: convert addlargefiles() to vfs
Mon, 05 Jan 2015 15:46:14 -0600 Matt Mackall merge with stable
Sun, 04 Jan 2015 15:26:26 -0500 Matt Harbison largefiles: properly sync lfdirstate after removing largefiles stable
Wed, 26 Nov 2014 19:28:11 -0500 Matt Harbison largefiles: drop a redundant check for patterns when removing without --after
Thu, 01 Jan 2015 16:47:14 -0600 Matt Mackall merge with stable
Wed, 31 Dec 2014 14:46:02 +0100 Mads Kiilerich largefiles: mark lfile as added in lfdirstate when the standin is added stable
Thu, 25 Dec 2014 21:43:45 -0500 Matt Harbison forget: use vfs instead of os.path + match.rel() for filesystem checks
Fri, 28 Nov 2014 14:21:02 -0500 Matt Harbison largefiles: eliminate a duplicate message when removing files in verbose mode
Fri, 12 Dec 2014 23:18:36 -0800 Martin von Zweigbergk merge: don't overwrite untracked file at directory rename target
Mon, 22 Dec 2014 17:26:21 -0600 Matt Mackall merge with stable
Thu, 11 Dec 2014 22:51:29 -0800 Martin von Zweigbergk largefiles: don't duplicate 'actions' into 'actionbyfile'
Thu, 11 Dec 2014 22:07:41 -0800 Martin von Zweigbergk merge: make calculateupdates() return file->action dict
Wed, 17 Dec 2014 12:19:33 -0800 Pierre-Yves David largefile: explain why no monkey patching on a repoview
Wed, 17 Dec 2014 12:10:16 -0800 Pierre-Yves David largefile: backout ca54fb3d71ce
Sun, 21 Dec 2014 15:06:54 -0500 Matt Harbison largefiles: fix a spurious missing file warning with forget (issue4053) stable
Sun, 21 Dec 2014 15:04:13 -0500 Matt Harbison largefiles: fix a spurious missing file warning with 'remove -A' (issue4053) stable
Sun, 21 Dec 2014 14:42:46 -0500 Matt Harbison largefiles: introduce the 'composelargefilematcher()' method stable
Thu, 18 Dec 2014 16:41:59 -0600 Matt Mackall merge with stable
Sat, 13 Dec 2014 13:33:48 -0500 Matt Harbison largefiles: don't actually remove largefiles in an addremove dry run stable
Sat, 13 Dec 2014 14:53:46 -0500 Matt Harbison subrepo: drop the 'ui' parameter to archive()
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Thu, 11 Dec 2014 21:21:21 -0800 Martin von Zweigbergk merge: move cd/dc prompts after largefiles prompts
Mon, 24 Nov 2014 22:27:49 -0500 Matt Harbison commit: propagate --addremove to subrepos if -S is specified (issue3759)
Sun, 09 Nov 2014 19:57:02 -0500 Matt Harbison scmutil: pass a matcher to scmutil.addremove() instead of a list of patterns
Tue, 09 Dec 2014 22:10:51 -0800 Martin von Zweigbergk largefiles: start by finding files of interest
Tue, 09 Dec 2014 22:03:53 -0800 Martin von Zweigbergk largefiles: rewrite merge code using dictionary with entry per file
Tue, 09 Dec 2014 09:53:26 -0800 Martin von Zweigbergk largefiles: put same 'action' object back in 'newglist'
Mon, 08 Dec 2014 15:20:42 -0800 Martin von Zweigbergk largefiles: don't unnecessarily sort merge action lists
Tue, 09 Dec 2014 16:49:55 -0800 Martin von Zweigbergk merge: don't treat 'diverge' and 'renamedelete' like actions
Sun, 07 Dec 2014 10:54:29 -0500 Matt Harbison largefiles: drop the unfiltered repo usage in overridepurge()
Fri, 05 Dec 2014 16:45:52 -0800 Martin von Zweigbergk largefiles: don't use 'r' action for standin that doesn't exist
Fri, 05 Dec 2014 16:51:37 -0800 Martin von Zweigbergk largefiles: don't use 'r' action for normal file that doesn't exist
Fri, 05 Dec 2014 10:53:25 -0800 Martin von Zweigbergk largefiles: remove redundant checks for false modify/delete conflicts
Fri, 21 Nov 2014 13:02:45 -0800 Martin von Zweigbergk largefiles: use clearer debug messages in actions
Fri, 21 Nov 2014 11:44:57 -0800 Martin von Zweigbergk largefiles: don't clobber merge action message with user message
Sun, 30 Nov 2014 23:30:31 -0500 Matt Harbison largefiles: drop the override for 'fetch'
Fri, 21 Nov 2014 22:24:45 -0500 Matt Harbison largefiles: split the creation of a normal matcher out of its install method
Mon, 01 Dec 2014 19:34:11 -0600 Matt Mackall merge with stable
Mon, 01 Dec 2014 02:11:29 +0100 Mads Kiilerich largefiles: don't show largefile/normal prompts if one side is unchanged stable
Thu, 13 Nov 2014 23:12:15 -0800 Martin von Zweigbergk merge: drop underscore prefix from _checkunknown()
Fri, 14 Nov 2014 05:58:59 -0800 Martin von Zweigbergk largefiles: update comments to refer to the right overridden method
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: move "copyalltostore" invocation into "markcommitted"
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: avoid printing messages while transplanting by "_lfstatuswriters"
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: update standins only at the 1st commit of "transplant --continue"
Sat, 08 Nov 2014 00:48:38 +0900 FUJIWARA Katsunori largefiles: avoid redundant "updatelfiles" invocation in "overridetransplant"
Wed, 05 Nov 2014 23:24:47 +0900 FUJIWARA Katsunori largefiles: avoid printing messages while rebasing by "_lfstatuswriters"
Wed, 05 Nov 2014 23:24:47 +0900 FUJIWARA Katsunori largefiles: get function to write status messages via "getstatuswriter()"
Wed, 05 Nov 2014 23:24:47 +0900 FUJIWARA Katsunori largefiles: update standins only at the 1st commit of "hg rebase --continue"
Wed, 05 Nov 2014 23:24:47 +0900 FUJIWARA Katsunori largefiles: remove meaningless code path for "hg pull --rebase"
Mon, 27 Oct 2014 21:10:24 -0700 Martin von Zweigbergk largefiles: remove confusing 'or None' from predicate
Thu, 30 Oct 2014 22:32:39 -0700 Martin von Zweigbergk largefiles: drop unnecessary setting of matcher._always
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Wed, 15 Oct 2014 05:08:56 +0200 Mads Kiilerich largefiles: move initialization of standins variable to clarify its "scope"
Wed, 15 Oct 2014 05:08:56 +0200 Mads Kiilerich largefiles: the update override only needs lfdirstate and status for --check
Fri, 03 Oct 2014 00:42:40 +0200 Mads Kiilerich largefiles: remove confusing rev parameter for lfdirstatestatus
Fri, 03 Oct 2014 00:42:40 +0200 Mads Kiilerich largefiles: replace repo._isaddremove hack with a simple function parameter
Fri, 03 Oct 2014 22:10:08 -0700 Martin von Zweigbergk largefiles: access status fields by name rather than index
Tue, 14 Oct 2014 00:52:27 -0500 Martin von Zweigbergk status: update various other methods to return new class
Fri, 03 Oct 2014 21:44:10 -0700 Martin von Zweigbergk dirstate: separate 'lookup' status field from others
Tue, 30 Sep 2014 14:32:49 -0700 Martin von Zweigbergk largefiles: remove 'forget' list that's always empty
Sun, 24 Aug 2014 23:47:26 +0900 FUJIWARA Katsunori largefiles: update largefiles even if transplant is aborted by conflict
Sun, 24 Aug 2014 23:47:26 +0900 FUJIWARA Katsunori largefiles: update largefiles even if rebase is aborted by conflict
Sun, 24 Aug 2014 23:47:26 +0900 FUJIWARA Katsunori largefiles: move "updatestandin" invocation to "hg.updaterepo" wrapper
Sun, 24 Aug 2014 23:47:26 +0900 FUJIWARA Katsunori largefiles: unlink standins not known to the restored dirstate at rollback
Sun, 24 Aug 2014 23:47:25 +0900 FUJIWARA Katsunori largefiles: restore standins according to restored dirstate
Sun, 24 Aug 2014 23:47:25 +0900 FUJIWARA Katsunori largefiles: restore standins from non branch-tip parent at rollback correctly
Sun, 24 Aug 2014 23:47:25 +0900 FUJIWARA Katsunori largefiles: omit restoring standins if working parent is not rollbacked
Fri, 15 Aug 2014 20:28:51 +0900 FUJIWARA Katsunori largefiles: keep largefiles from colliding with normal one during linear merge
Fri, 15 Aug 2014 20:28:51 +0900 FUJIWARA Katsunori largefiles: put whole "hgmerge" process into the same "wlock" scope
Fri, 15 Aug 2014 20:28:51 +0900 FUJIWARA Katsunori largefiles: put whole "hgupdaterepo" process into the same "wlock" scope
Thu, 14 Aug 2014 16:25:47 -0500 Matt Mackall merge with stable
Wed, 13 Aug 2014 15:51:33 -0700 Siddharth Agarwal largefiles: don't override matchandpats for always matchers (issue4334) stable