Tue, 10 May 2016 15:04:22 +0200 |
liscju |
py3: make largefiles/reposetup.py use absolute_import
|
Sun, 27 Mar 2016 13:00:28 -0700 |
Mads Kiilerich |
largefiles: introduce push --lfrev to control which revisions are pushed
|
Wed, 13 Apr 2016 01:09:11 +0200 |
Mads Kiilerich |
localrepo: refactor prepushoutgoinghook to take a pushop
|
Sat, 19 Mar 2016 15:31:13 +0100 |
liscju |
largefiles: replace invocation of os.path module by vfs in reposetup.py
|
Fri, 15 Jan 2016 13:14:50 -0800 |
Bryan O'Sullivan |
with: use context manager in largefiles commit
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sat, 16 May 2015 14:30:07 -0400 |
Augie Fackler |
cleanup: use __builtins__.any instead of util.any
|
Mon, 23 Mar 2015 17:07:25 -0700 |
Martin von Zweigbergk |
largefiles: fix typo with s/__class/__class__/
|
Wed, 11 Mar 2015 21:36:48 -0700 |
Martin von Zweigbergk |
largefiles: don't create chain of __contains__ calls
|
Mon, 09 Mar 2015 17:13:22 -0700 |
Martin von Zweigbergk |
largefiles: replace manifestdict.__contains__, don't extend class
|
Sun, 18 Jan 2015 02:38:57 +0100 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
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
|
Sun, 01 Feb 2015 14:05:15 -0500 |
Matt Harbison |
largefiles: update _subdirlfs() comment
|
Sun, 25 Jan 2015 22:55:10 -0500 |
Matt Harbison |
largefiles: revert to lfilesrepo.status() being an unfiltered method
stable
|
Sun, 18 Jan 2015 15:15:40 -0500 |
Matt Harbison |
largefiles: fix commit of a directory with no largefile changes (issue4330)
stable
|
Wed, 24 Dec 2014 13:33:01 -0600 |
Matt Mackall |
largefiles: fix unused import
|
Sun, 07 Dec 2014 01:32:30 -0500 |
Matt Harbison |
largefiles: look at unfiltered().lfstatus to allow status() to be filtered
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Tue, 25 Nov 2014 17:30:05 -0600 |
Matt Mackall |
merge with stable
|
Tue, 25 Nov 2014 18:37:28 +0900 |
FUJIWARA Katsunori |
largefiles: avoid exec-bit examination on the platform being unaware of it
stable
|
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: introduce "_lfstatuswriters" to customize status reporting
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: introduce "_lfcommithooks" to abstract pre-committing procedures
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: factor out procedures to update standins for pre-committing
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: factor out procedures to update lfdirstate for post-committing
|
Sun, 02 Nov 2014 13:18:08 -0800 |
Martin von Zweigbergk |
largefiles: simplify check for lack of path arguments
|
Fri, 31 Oct 2014 14:11:47 -0700 |
Martin von Zweigbergk |
largefiles: shortcircuit status code also for non-matching patterns
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Tue, 28 Oct 2014 01:14:12 +0900 |
FUJIWARA Katsunori |
largefiles: add examination of exec bit in "hg status --rev REV" case
stable
|
Tue, 28 Oct 2014 01:14:11 +0900 |
FUJIWARA Katsunori |
largefiles: ignore removal status of files not managed in the target context
stable
|
Wed, 15 Oct 2014 05:08:56 +0200 |
Mads Kiilerich |
largefiles: inline redundant toname function in status
|
Wed, 15 Oct 2014 05:08:56 +0200 |
Mads Kiilerich |
largefiles: inline redundant inctx function in status
|
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, 16 Sep 2014 23:10:39 -0700 |
Martin von Zweigbergk |
largefiles: simplify iteration over standins
|
Tue, 16 Sep 2014 22:50:38 -0700 |
Martin von Zweigbergk |
largefiles: avoid using 'lfiles' variable for two purposes
|
Mon, 22 Sep 2014 13:05:36 -0700 |
Martin von Zweigbergk |
largefiles: remove unnecessary clearing of status fields
|
Tue, 16 Sep 2014 14:51:56 -0700 |
Martin von Zweigbergk |
largefiles: extract 'orig' method in reposetup.status
|
Tue, 16 Sep 2014 14:51:25 -0700 |
Martin von Zweigbergk |
largefiles: extract 'orig' method in lfilesctx.filectx
|
Tue, 16 Sep 2014 14:50:38 -0700 |
Martin von Zweigbergk |
largefiles: extract 'orig' method in lfilesmanifestdict.__contains__
|
Tue, 16 Sep 2014 14:40:25 -0700 |
Martin von Zweigbergk |
largefiles: reduce indentation by dropping 'else' block after 'return'
|
Tue, 16 Sep 2014 11:35:13 -0700 |
Martin von Zweigbergk |
largefiles: remove dead assignment left over from change 1ff42ee98446
|
Sun, 24 Aug 2014 23:47:26 +0900 |
FUJIWARA Katsunori |
largefiles: remove redundant "updatelfiles" invocation in "lfilesrepo.commit"
|
Mon, 11 Aug 2014 22:29:43 +0900 |
FUJIWARA Katsunori |
largefiles: synchronize lfdirstate with dirstate after automated committing
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: reuse "findcommonoutgoing()" result at "hg push"
|
Wed, 16 Apr 2014 00:37:24 +0900 |
FUJIWARA Katsunori |
largefiles: centralize the logic to get outgoing largefiles
|
Mon, 31 Mar 2014 10:12:07 -0500 |
Kevin Bullock |
merge with stable
|
Sat, 29 Mar 2014 01:20:07 +0900 |
FUJIWARA Katsunori |
hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109)
stable
|
Wed, 19 Mar 2014 02:45:14 +0100 |
Mads Kiilerich |
config: set a 'source' in most cases where config don't come from file but code
|
Tue, 03 Dec 2013 13:28:04 -0500 |
Long Vu |
largefiles: call super class method with proper kwargs to respect API
|
Sat, 21 Sep 2013 21:33:29 +0900 |
FUJIWARA Katsunori |
largefiles: setup "largefiles" feature in each repositories individually
|
Tue, 06 Aug 2013 15:10:09 -0500 |
Sean Farley |
largefiles: remove unnecessary check of instance
|
Fri, 26 Apr 2013 19:04:01 +0200 |
Mads Kiilerich |
largefiles: drop repo wrapping detection
stable
|
Wed, 17 Apr 2013 03:41:11 +0200 |
Mads Kiilerich |
largefiles: wlock in status before lfdirstate.write()
|
Wed, 10 Apr 2013 02:27:35 +0900 |
FUJIWARA Katsunori |
largefiles: improve repo wrapping detection
|
Thu, 28 Feb 2013 14:51:59 +0100 |
Mads Kiilerich |
merge with stable
|
Thu, 28 Feb 2013 13:45:18 +0100 |
Mads Kiilerich |
largefiles: missing largefiles should not be committed as removed
stable
|
Sun, 10 Feb 2013 18:24:29 +0100 |
Mads Kiilerich |
spelling: fix some minor issues found by spell checker
|
Tue, 01 Jan 2013 13:04:40 -0600 |
Augie Fackler |
largefiles: stop using <> operator in favor of !=
|
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 findoutgoing portability wrapper
|
Fri, 28 Dec 2012 11:55:57 +0100 |
Mads Kiilerich |
largefiles: unindent code
|
Thu, 13 Dec 2012 19:19:06 +0100 |
Mads Kiilerich |
largefiles: simplify lfdirstate ignore handling - it is only for tracking .hglf
|
Thu, 13 Dec 2012 19:19:06 +0100 |
Mads Kiilerich |
largefiles: remove overly complex handling of ignored and unknown files
|
Fri, 28 Dec 2012 11:55:45 +0100 |
Mads Kiilerich |
merge with stable
|
Thu, 13 Dec 2012 19:19:06 +0100 |
Mads Kiilerich |
largefiles: don't walk through all ignored files
stable
|
Thu, 13 Dec 2012 19:19:06 +0100 |
Mads Kiilerich |
largefiles status: update lfdirstate with result from cleanliness check
stable
|
Thu, 13 Dec 2012 21:34:55 +0100 |
Mads Kiilerich |
merge with stable
|
Mon, 10 Dec 2012 14:58:42 +0100 |
Levi Bard |
largefiles: commit directories that only contain largefiles (issue3548)
stable
|
Fri, 30 Nov 2012 22:34:21 +0100 |
Pierre-Yves David |
clfilter: rename `unfilteredmeth` to `unfilteredmethod`
|
Mon, 08 Oct 2012 18:11:56 +0200 |
Pierre-Yves David |
largefile: status is buggy on repoproxy, so run unfiltered
|
Mon, 08 Oct 2012 15:41:58 +0200 |
Pierre-Yves David |
largefile: use `self` in repo method instead of `repo`
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Thu, 19 Jul 2012 10:00:15 -0400 |
Matt Harbison |
largefiles: defer lfdirstate.drop() until after commit (issue3364)
stable
|
Sun, 13 May 2012 12:11:50 +0200 |
Na'Tosha Bard |
largefiles: fix addremove when largefile is missing (issue3227)
|
Sun, 06 May 2012 13:14:58 +0200 |
Patrick Mezard |
largefiles: fix "hg status dir" missing regular files (issue3421)
stable
|
Thu, 03 May 2012 15:24:45 +0200 |
Na'Tosha Bard |
largefiles: fix commit of both largefiles and non-largefiles (issue3354)
stable
|
Mon, 26 Mar 2012 16:42:53 -0500 |
Matt Mackall |
merge with stable
|
Thu, 22 Mar 2012 23:58:47 +0900 |
FUJIWARA Katsunori |
largefiles: use 'dirstate.dirs()' for 'directory pattern' relation check
stable
|
Thu, 22 Mar 2012 23:58:47 +0900 |
FUJIWARA Katsunori |
largefiles: suppress unexpected warning of 'hg status' for removed files
stable
|
Fri, 09 Mar 2012 17:11:07 +0100 |
Na'Tosha Bard |
largefiles: fix check-code errors.
|
Fri, 09 Mar 2012 16:11:52 +0100 |
Na'Tosha Bard |
largefiles: remove use of underscores that breaks coding convention
|
Mon, 20 Feb 2012 17:59:48 +0100 |
Dan Villiom Podlaski Christiansen |
largefiles: don't break filesets
stable
|
Wed, 15 Feb 2012 23:01:09 +0900 |
FUJIWARA Katsunori |
largefiles: check whether specified patterns are related to largefiles strictly
stable
|
Wed, 25 Jan 2012 14:10:01 +0100 |
Na'Tosha Bard |
largefiles: fix transplant for all cases (issue3192)
stable
|
Sun, 08 Jan 2012 14:33:10 +0100 |
Dan Villiom Podlaski Christiansen |
largefiles: factor out a copyalltostore() function
|
Sat, 07 Jan 2012 19:05:59 +0100 |
Levi Bard |
largefiles: fix inappropriate locking (issue3182)
|
Sat, 07 Jan 2012 18:43:34 +0100 |
Na'Tosha Bard |
largefiles: correctly handle dirstate status when rebasing
|
Sun, 08 Jan 2012 11:23:21 +0100 |
Levi Bard |
largefiles: Fix parser warning: redefinition of unused 'node' from line 14
|
Sat, 07 Jan 2012 15:27:34 +0100 |
Dan Villiom Podlaski Christiansen |
largefiles: remove a chunk of commented out code
|
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
|
Thu, 15 Dec 2011 16:23:26 +0100 |
Na'Tosha Bard |
largefiles: optimize status when files are specified (issue3144)
|
Fri, 09 Dec 2011 17:58:12 +0100 |
Martin Geisler |
merge with stable
|
Fri, 09 Dec 2011 17:34:58 +0100 |
Martin Geisler |
largefiles: fix 'hg status' abort after merge
stable
|
Fri, 09 Dec 2011 17:34:57 +0100 |
Martin Geisler |
largefiles: use lfutil functions
|
Wed, 07 Dec 2011 16:25:51 +0100 |
Martin Geisler |
largefiles: remove pre-1.7 compatibility code
|
Wed, 07 Dec 2011 12:56:44 +0100 |
Na'Tosha Bard |
largefiles: optimize performance of status on largefiles repos (issue3136)
|
Sat, 29 Oct 2011 17:38:13 -0500 |
Matt Mackall |
largefiles: avoid checking requirements on every command
stable
|
Wed, 19 Oct 2011 20:40:55 -0400 |
Benjamin Pollack |
largefiles: remove redundant any_ function
stable
|
Thu, 20 Oct 2011 13:24:09 -0400 |
Benjamin Pollack |
largefiles: rename functions and methods to match desired behavior
stable
|
Wed, 19 Oct 2011 15:37:03 -0500 |
Eli Carter |
largefiles: remove 1.9 compat code
stable
|
Sun, 16 Oct 2011 10:29:51 -0400 |
Greg Ward |
largefiles: tidy imports
stable
|
Thu, 13 Oct 2011 21:42:54 -0400 |
Greg Ward |
largefiles: cosmetics, whitespace, code style
|
Thu, 13 Oct 2011 20:45:49 -0400 |
Greg Ward |
largefiles: more work on cleaning up comments
|
Thu, 13 Oct 2011 20:24:29 -0400 |
Greg Ward |
largefiles: improve error reporting
|
Wed, 12 Oct 2011 20:59:27 -0400 |
Greg Ward |
largefiles: improve comments, internal docstrings
|
Thu, 13 Oct 2011 12:11:25 +0200 |
Na'Tosha Bard |
largefiles: speed up commit by only rewriting standins for modified largefiles
|
Tue, 11 Oct 2011 10:42:56 +0200 |
Na'Tosha Bard |
largefiles: remove pre-1.9 code from extension first bundled with 1.9
|
Thu, 29 Sep 2011 17:14:47 -0500 |
Matt Mackall |
largefiles: eliminate naked exceptions
|
Thu, 29 Sep 2011 17:04:57 -0500 |
Matt Mackall |
largefiles: fix over-long lines
|
Sat, 24 Sep 2011 17:35:45 +0200 |
various |
hgext: add largefiles extension
|