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
|