log hgext/largefiles/overrides.py @ 23769:bb3ee61cfaa1

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