hgext/largefiles/overrides.py
Fri, 20 Sep 2013 15:26:30 -0700 Siddharth Agarwal largefiles: remove bailifchanged check from overridepull (BC)
Wed, 24 Jul 2013 13:20:44 +0800 Wei, Elson largefiles: overridematch() should replace the file path instead of extending (issue3934) stable
Wed, 22 May 2013 17:31:43 -0500 Matt Mackall ui: merge prompt text components into a singe string
Tue, 07 May 2013 05:04:11 +0900 FUJIWARA Katsunori largefiles: check unknown files with case awareness of the filesystem stable
Mon, 15 Apr 2013 23:43:44 +0200 Mads Kiilerich largefiles: drop lfutil.blockstream - use filechunkiter like everybody else
Mon, 15 Apr 2013 01:59:11 +0200 Mads Kiilerich largefiles: implement pull --all-largefiles as a special case of --lfrev
Mon, 15 Apr 2013 01:59:11 +0200 Mads Kiilerich largefiles: drop --cache-largefiles again
Mon, 15 Apr 2013 01:59:04 +0200 Mads Kiilerich largefiles: introduce pulled() revset expression for use in --lfrev
Mon, 15 Apr 2013 01:57:16 +0200 Mads Kiilerich largefiles: introduce pull --lfrev option
Mon, 15 Apr 2013 01:54:43 +0200 Mads Kiilerich largefiles: refactor overridepull internals
Mon, 15 Apr 2013 01:43:31 +0200 Mads Kiilerich largefiles: fix cat of non-largefiles from subdirectory
Mon, 25 Mar 2013 14:22:34 -0700 Siddharth Agarwal largefiles: fix _always for match overrides
Tue, 19 Mar 2013 13:49:34 -0700 Siddharth Agarwal largefiles: don't query the dirstate for key None
Fri, 15 Mar 2013 11:23:29 -0700 Durham Goode rebase: fix --collapse when a file was added then removed
Thu, 28 Feb 2013 14:05:15 +0100 Mads Kiilerich largefiles: remove wrong comment on standin matcher and code for creating dirs
Thu, 28 Feb 2013 14:51:59 +0100 Mads Kiilerich merge with stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: simplify cachelfiles - don't spend a lot of time checking hashes stable
Thu, 28 Feb 2013 13:44:22 +0100 Mads Kiilerich largefiles: fix off-by-one error on pull --all-largefiles stable
Sat, 09 Feb 2013 21:07:42 +0000 Na'Tosha Bard largefiles: don't cache largefiles for pulled heads by default
Sat, 09 Feb 2013 16:02:01 +0000 Na'Tosha Bard largefiles: fix test and check code
Fri, 08 Feb 2013 15:23:23 +0000 Siddharth Agarwal manifestmerge: pass in branchmerge and force separately
Sat, 09 Feb 2013 15:08:21 +0000 Na'Tosha Bard largefiles: make caching largefiles message more explicit
Thu, 24 Jan 2013 23:57:44 +0100 Mads Kiilerich largefiles: make verify --lfa and --lfc work without --large
Thu, 24 Jan 2013 23:57:44 +0100 Mads Kiilerich merge: delay debug messages for merge actions
Thu, 24 Jan 2013 23:57:44 +0100 Mads Kiilerich merge: make all action tuples have the same length - keep args as tuple
Fri, 25 Jan 2013 18:20:13 +0100 Mads Kiilerich largefiles: fix cat when using relative paths from subdirectory stable
Wed, 23 Jan 2013 00:51:53 +0100 Benoit Boissinot largefiles: fix largefiles+subrepo update (issue3752) stable
Tue, 15 Jan 2013 23:30:10 +0100 Mads Kiilerich refactoring: use unlinkpath with ignoremissing
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich largefiles: upload files in sorted order
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich subrepos: process subrepos in sorted order
Tue, 15 Jan 2013 01:05:12 +0100 Mads Kiilerich largefiles: make log match largefiles in the non-standin location too
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove trivial portability wrappers
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove reporemove portability wrapper
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: remove findoutgoing portability wrapper
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: use plain wjoin instead of the complex pathto
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich largefiles: introduce basic debugstate --large functionality
Fri, 28 Dec 2012 11:55:45 +0100 Mads Kiilerich merge with stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles revert: update lfdirstate with result from first cleanliness check stable
Thu, 13 Dec 2012 19:19:06 +0100 Mads Kiilerich largefiles: align rm warnings with warnings used in core
Mon, 08 Oct 2012 18:11:56 +0200 Pierre-Yves David largefile: status is buggy on repoproxy, so run unfiltered
Wed, 31 Oct 2012 03:59:28 +0900 FUJIWARA Katsunori i18n: change output of largefiles for summary to distinguish from one for outgoing stable
Wed, 31 Oct 2012 03:59:28 +0900 FUJIWARA Katsunori i18n: add "i18n" comment to column positioning messages of "hg summary" stable
Tue, 23 Oct 2012 21:32:19 -0400 Matt Harbison largefiles: don't copy largefiles from working dir to the store while converting stable
Sat, 20 Oct 2012 21:43:46 -0400 Matt Harbison largefiles: use 'default' instead of 'default-push' when pulling (issue3584) stable
Mon, 08 Oct 2012 23:49:36 +0900 FUJIWARA Katsunori largefiles: distinguish "no remote repo" from "no files to upload" (issue3651)
Sun, 14 Oct 2012 15:10:13 -0400 Matt Harbison largefiles: always create the cache and standin directories when cloning
Tue, 02 Oct 2012 14:31:25 -0700 Bryan O'Sullivan Merge with crew-stable
Sun, 23 Sep 2012 00:08:13 -0400 Matt Harbison largefiles: download missing subrepo revs when archiving stable
Thu, 27 Sep 2012 15:51:14 -0500 Matt Mackall merge with stable
Mon, 30 Jul 2012 20:56:41 -0400 Matt Harbison largefiles: handle commit -A properly, after a --large commit (issue3542) stable
Tue, 18 Sep 2012 16:19:56 -0500 Matt Mackall merge with stable
Sun, 09 Sep 2012 12:43:24 -0400 Matt Harbison largefiles: delegate to the wrapped clone command stable
Sun, 09 Sep 2012 12:09:53 -0400 Matt Harbison largefiles: don't convert dest=None to dest=hg.defaultdest() in clone command stable
Sun, 09 Sep 2012 03:37:38 -0400 Matt Harbison largefiles: restore caching of largefiles with 'clone -U --all-largefiles' stable
Sat, 08 Sep 2012 13:31:06 -0400 Matt Harbison largefiles: restore normal 'clone -u' and 'clone -U' functionality stable
Mon, 17 Sep 2012 15:13:17 -0500 Matt Mackall merge with stable
Wed, 05 Sep 2012 22:42:23 -0400 Matt Harbison largefiles: preserve the exit status of the forget command stable
Wed, 05 Sep 2012 22:31:03 -0400 Matt Harbison largefiles: preserve the exit status of the rebase command stable
Wed, 05 Sep 2012 22:12:40 -0400 Matt Harbison largefiles: preserve the exit status of the log command stable
Sun, 09 Sep 2012 20:18:08 -0400 Matt Harbison largefiles: exit from remove with 1 on warnings stable
less more (0) -100 -60 tip