Thu, 31 Aug 2017 22:39:10 -0700 |
Martin von Zweigbergk |
largefiles: remove unused assignments from wrapfunction()
|
Thu, 04 May 2017 17:13:12 +0900 |
Yuya Nishihara |
debugcommands: use temporary dict for its command table
|
Thu, 04 May 2017 15:23:51 +0900 |
Yuya Nishihara |
largefiles: make sure debugstate command is populated before wrapping
stable
|
Tue, 11 Apr 2017 20:54:50 -0400 |
Matt Harbison |
largefiles: set the extension as enabled locally after a share requiring it
|
Tue, 10 May 2016 15:14:41 +0200 |
liscju |
py3: make largefiles/uisetup.py use absolute_import
|
Sun, 27 Mar 2016 13:00:28 -0700 |
Mads Kiilerich |
largefiles: introduce push --lfrev to control which revisions are pushed
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
revset: replace extpredicate by revsetpredicate of registrar
|
Sat, 23 Jan 2016 23:32:49 -0500 |
Matt Harbison |
largefiles: report the missing file count after a commit that does nothing
stable
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use delayregistrar to register predicate in extension easily
|
Sun, 11 Oct 2015 12:31:08 -0700 |
Siddharth Agarwal |
filemerge: add a wrapper around the filemerge function
|
Tue, 29 Sep 2015 23:29:44 -0400 |
Matt Harbison |
largefiles: restore archiving largefiles with hgweb (issue4859)
stable 3.5.2
|
Sat, 11 Jul 2015 23:26:33 -0400 |
Matt Harbison |
largefiles: allow the archiving of largefiles to be disabled
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
largefiles: remove useless overrideupdate
|
Fri, 20 Mar 2015 10:05:31 -0700 |
Martin von Zweigbergk |
largefiles: override cmdutil.revert() instead of comands.revert()
|
Sun, 25 Jan 2015 02:45:49 -0500 |
Matt Harbison |
largefiles: report the source of copied/moved largefiles in status -C
|
Mon, 12 Jan 2015 21:44:43 -0500 |
Matt Harbison |
largefiles: enable subrepo support for add
|
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
|
Sun, 30 Nov 2014 23:30:31 -0500 |
Matt Harbison |
largefiles: drop the override for 'fetch'
|
Sat, 08 Nov 2014 00:48:41 +0900 |
FUJIWARA Katsunori |
largefiles: move "copyalltostore" invocation into "markcommitted"
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: wrap "rebase.rebase" for functions using it directly
|
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
|
Fri, 15 Aug 2014 20:28:51 +0900 |
FUJIWARA Katsunori |
largefiles: keep largefiles from colliding with normal one during linear merge
|
Tue, 08 Apr 2014 00:48:36 +0200 |
Mads Kiilerich |
largefiles: import whole modules instead of importing parts of them
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: use "outgoinghooks" to avoid redundant outgoing check
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: use "summaryremotehooks" to avoid redundant outgoing check
|
Sun, 02 Mar 2014 18:30:41 +0100 |
Mads Kiilerich |
largefiles: override calculateupdates instead of manifestmerge
|
Sat, 21 Sep 2013 21:33:29 +0900 |
FUJIWARA Katsunori |
largefiles: setup "largefiles" feature in each repositories individually
|
Sat, 21 Sep 2013 21:33:29 +0900 |
FUJIWARA Katsunori |
localrepo: make supported features manageable in each repositories individually
|
Mon, 15 Apr 2013 01:59:11 +0200 |
Mads Kiilerich |
largefiles: deprecate --all-largefiles for pull
|
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
|
Sat, 09 Feb 2013 21:07:42 +0000 |
Na'Tosha Bard |
largefiles: don't cache largefiles for pulled heads by default
|
Thu, 24 Jan 2013 23:57:44 +0100 |
Mads Kiilerich |
largefiles: make verify --lfa and --lfc work without --large
|
Wed, 23 Jan 2013 00:51:53 +0100 |
Benoit Boissinot |
largefiles: fix largefiles+subrepo update (issue3752)
stable
|
Fri, 11 Jan 2013 16:30:29 +0100 |
Mads Kiilerich |
largefiles: remove unused proto.refuseclient code
|
Fri, 28 Dec 2012 11:55:57 +0100 |
Mads Kiilerich |
largefiles: introduce basic debugstate --large functionality
|
Tue, 23 Oct 2012 21:32:19 -0400 |
Matt Harbison |
largefiles: don't copy largefiles from working dir to the store while converting
stable
|
Mon, 30 Jul 2012 20:56:41 -0400 |
Matt Harbison |
largefiles: handle commit -A properly, after a --large commit (issue3542)
stable
|
Sun, 09 Sep 2012 12:43:24 -0400 |
Matt Harbison |
largefiles: delegate to the wrapped clone command
stable
|
Fri, 13 Jul 2012 21:47:06 +0200 |
Peter Arrenbrecht |
peer: introduce real peer classes
|
Sat, 12 May 2012 11:45:22 +0200 |
Na'Tosha Bard |
largefiles: add --all-largefiles flag to pull
|
Fri, 11 May 2012 23:11:43 +0200 |
Na'Tosha Bard |
largefiles: add --all-largefiles flag to clone (issue3188)
|
Thu, 03 May 2012 21:32:57 -0400 |
Matt Harbison |
largefiles: make archive -S store largefiles instead of standins
|
Sun, 22 Apr 2012 13:19:22 -0400 |
Matt Harbison |
largefiles: notice dirty large files in a subrepo
stable
|
Sun, 22 Apr 2012 03:47:34 -0400 |
Matt Harbison |
largefiles: fix status -S reporting of subrepos (issue3231)
stable
|
Sun, 15 Apr 2012 16:05:57 +0200 |
Martin Geisler |
largefiles: hide .hglf/ prefix for largefiles in hgweb
|
Mon, 16 Apr 2012 17:03:39 +0200 |
Na'Tosha Bard |
largefiles: fix cat for largefiles (issue3352)
|
Fri, 09 Mar 2012 16:11:52 +0100 |
Na'Tosha Bard |
largefiles: remove use of underscores that breaks coding convention
|
Thu, 09 Feb 2012 16:50:19 -0600 |
Matt Mackall |
merge: refactor unknown file conflict checking
|
Fri, 02 Dec 2011 18:20:32 +0100 |
Na'Tosha Bard |
largefiles: add --normal option to hg add (issue3061)
stable
|
Fri, 16 Dec 2011 19:05:59 -0600 |
Matt Mackall |
merge with stable
|
Fri, 09 Dec 2011 17:35:00 +0100 |
Martin Geisler |
largefiles: handle merges between normal files and largefiles (issue3084)
stable
|
Fri, 09 Dec 2011 17:34:56 +0100 |
Martin Geisler |
largefiles: fix indentation
|
Fri, 28 Oct 2011 18:48:24 +0200 |
Na'Tosha Bard |
largefiles: fix bad bug where transplanting a changeset with a largefile will result in an old largefile being comitted later on
stable
|
Mon, 24 Oct 2011 13:58:01 +0200 |
Thomas Arendsen Hein |
largfiles: drop unused import
stable
|
Sun, 23 Oct 2011 10:23:31 -0400 |
Greg Ward |
largefiles: drop more unnecessary compatibility checks
stable
|
Mon, 17 Oct 2011 19:10:28 -0200 |
Wagner Bruna |
largefiles: fix typo
stable
|