Sat, 19 Oct 2019 00:15:41 -0700 |
Martin von Zweigbergk |
largefiles: avoid dynamically subclassing context instances
|
Fri, 18 Oct 2019 22:08:20 -0700 |
Martin von Zweigbergk |
largefiles: delete unused repo.status_nolfiles()
|
Fri, 18 Oct 2019 21:36:19 -0700 |
Martin von Zweigbergk |
largefiles: use context manager for wlock in repo.status() override
|
Thu, 24 Oct 2019 11:12:17 -0700 |
Martin von Zweigbergk |
largefiles: delete obsolete and unused repo.push()
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Tue, 10 Sep 2019 09:41:58 -0400 |
Augie Fackler |
cleanup: fix leakage of dirstate._map to client code
|
Wed, 20 Feb 2019 19:28:51 -0500 |
Augie Fackler |
cleanup: use () to wrap long lines instead of \
|
Sat, 09 Feb 2019 22:50:53 -0800 |
Martin von Zweigbergk |
match: delete unused root and cwd arguments from {always,never,exact}() (API)
|
Wed, 15 Nov 2017 01:07:42 -0800 |
Mark Thomas |
dirstate: add explicit methods for querying directories (API)
|
Fri, 29 Sep 2017 14:49:05 -0700 |
Martin von Zweigbergk |
dirstate: use keyword arguments to clarify status()'s callers
|
Sat, 01 Apr 2017 02:32:49 +0900 |
FUJIWARA Katsunori |
largefiles: use readasstandin() to read hex hash directly from filectx
|
Tue, 14 Mar 2017 23:49:10 -0700 |
Pierre-Yves David |
largefiles: don't use mutable default argument value
|
Thu, 27 Oct 2016 20:06:33 +0200 |
Mads Kiilerich |
largefiles: handle that a found standin file doesn't exist when removing it
stable
|
Mon, 17 Oct 2016 17:12:24 +0200 |
Mads Kiilerich |
largefiles: fix 'deleted' files sometimes persistently appearing with R status
stable
|
Thu, 12 May 2016 11:49:23 +0200 |
liscju |
largefiles: rename match_ to matchmod import in reposetup
|
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
|