log hgext/largefiles/overrides.py @ 24670:dfb86af18a35

age author description
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