hgext/largefiles/overrides.py
Tue, 09 Dec 2014 09:53:26 -0800 Martin von Zweigbergk largefiles: put same 'action' object back in 'newglist'
Mon, 08 Dec 2014 15:20:42 -0800 Martin von Zweigbergk largefiles: don't unnecessarily sort merge action lists
Tue, 09 Dec 2014 16:49:55 -0800 Martin von Zweigbergk merge: don't treat 'diverge' and 'renamedelete' like actions
Sun, 07 Dec 2014 10:54:29 -0500 Matt Harbison largefiles: drop the unfiltered repo usage in overridepurge()
Fri, 05 Dec 2014 16:45:52 -0800 Martin von Zweigbergk largefiles: don't use 'r' action for standin that doesn't exist
Fri, 05 Dec 2014 16:51:37 -0800 Martin von Zweigbergk largefiles: don't use 'r' action for normal file that doesn't exist
Fri, 05 Dec 2014 10:53:25 -0800 Martin von Zweigbergk largefiles: remove redundant checks for false modify/delete conflicts
Fri, 21 Nov 2014 13:02:45 -0800 Martin von Zweigbergk largefiles: use clearer debug messages in actions
Fri, 21 Nov 2014 11:44:57 -0800 Martin von Zweigbergk largefiles: don't clobber merge action message with user message
Sun, 30 Nov 2014 23:30:31 -0500 Matt Harbison largefiles: drop the override for 'fetch'
Fri, 21 Nov 2014 22:24:45 -0500 Matt Harbison largefiles: split the creation of a normal matcher out of its install method
Mon, 01 Dec 2014 19:34:11 -0600 Matt Mackall merge with stable
Mon, 01 Dec 2014 02:11:29 +0100 Mads Kiilerich largefiles: don't show largefile/normal prompts if one side is unchanged stable
Thu, 13 Nov 2014 23:12:15 -0800 Martin von Zweigbergk merge: drop underscore prefix from _checkunknown()
Fri, 14 Nov 2014 05:58:59 -0800 Martin von Zweigbergk largefiles: update comments to refer to the right overridden method
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: move "copyalltostore" invocation into "markcommitted"
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: avoid printing messages while transplanting by "_lfstatuswriters"
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: update standins only at the 1st commit of "transplant --continue"
Sat, 08 Nov 2014 00:48:38 +0900 FUJIWARA Katsunori largefiles: avoid redundant "updatelfiles" invocation in "overridetransplant"
Wed, 05 Nov 2014 23:24:47 +0900 FUJIWARA Katsunori largefiles: avoid printing messages while rebasing by "_lfstatuswriters"
Wed, 05 Nov 2014 23:24:47 +0900 FUJIWARA Katsunori largefiles: get function to write status messages via "getstatuswriter()"
Wed, 05 Nov 2014 23:24:47 +0900 FUJIWARA Katsunori largefiles: update standins only at the 1st commit of "hg rebase --continue"
Wed, 05 Nov 2014 23:24:47 +0900 FUJIWARA Katsunori largefiles: remove meaningless code path for "hg pull --rebase"
Mon, 27 Oct 2014 21:10:24 -0700 Martin von Zweigbergk largefiles: remove confusing 'or None' from predicate
Thu, 30 Oct 2014 22:32:39 -0700 Martin von Zweigbergk largefiles: drop unnecessary setting of matcher._always
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Wed, 15 Oct 2014 05:08:56 +0200 Mads Kiilerich largefiles: move initialization of standins variable to clarify its "scope"
Wed, 15 Oct 2014 05:08:56 +0200 Mads Kiilerich largefiles: the update override only needs lfdirstate and status for --check
Fri, 03 Oct 2014 00:42:40 +0200 Mads Kiilerich largefiles: remove confusing rev parameter for lfdirstatestatus
Fri, 03 Oct 2014 00:42:40 +0200 Mads Kiilerich largefiles: replace repo._isaddremove hack with a simple function parameter
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, 30 Sep 2014 14:32:49 -0700 Martin von Zweigbergk largefiles: remove 'forget' list that's always empty
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
Sun, 24 Aug 2014 23:47:26 +0900 FUJIWARA Katsunori largefiles: move "updatestandin" invocation to "hg.updaterepo" wrapper
Sun, 24 Aug 2014 23:47:26 +0900 FUJIWARA Katsunori largefiles: unlink standins not known to the restored dirstate at rollback
Sun, 24 Aug 2014 23:47:25 +0900 FUJIWARA Katsunori largefiles: restore standins according to restored dirstate
Sun, 24 Aug 2014 23:47:25 +0900 FUJIWARA Katsunori largefiles: restore standins from non branch-tip parent at rollback correctly
Sun, 24 Aug 2014 23:47:25 +0900 FUJIWARA Katsunori largefiles: omit restoring standins if working parent is not rollbacked
Fri, 15 Aug 2014 20:28:51 +0900 FUJIWARA Katsunori largefiles: keep largefiles from colliding with normal one during linear merge
Fri, 15 Aug 2014 20:28:51 +0900 FUJIWARA Katsunori largefiles: put whole "hgmerge" process into the same "wlock" scope
Fri, 15 Aug 2014 20:28:51 +0900 FUJIWARA Katsunori largefiles: put whole "hgupdaterepo" process into the same "wlock" scope
Thu, 14 Aug 2014 16:25:47 -0500 Matt Mackall merge with stable
Wed, 13 Aug 2014 15:51:33 -0700 Siddharth Agarwal largefiles: don't override matchandpats for always matchers (issue4334) stable
Wed, 13 Aug 2014 15:18:41 -0700 Siddharth Agarwal largefiles: in overridelog, use non-lf matcher for patch generation (issue4334) stable
Wed, 13 Aug 2014 15:13:50 -0700 Siddharth Agarwal largefiles: drop setting lfstatus in overridelog (issue4334) stable
Mon, 11 Aug 2014 22:29:43 +0900 FUJIWARA Katsunori largefiles: drop orphan entries from lfdristat at "hg rollback"
Mon, 11 Aug 2014 22:29:43 +0900 FUJIWARA Katsunori largefiles: restore R status of removed largefiles correctly at "hg rollback"
Mon, 11 Aug 2014 22:29:43 +0900 FUJIWARA Katsunori largefiles: put whole rollback-ing process into the same "wlock" scope
Wed, 23 Jul 2014 00:10:24 +0900 FUJIWARA Katsunori largefiles: use "normallookup" on "lfdirstate" while reverting stable
Mon, 07 Jul 2014 18:45:46 +0900 FUJIWARA Katsunori largefiles: confirm existence of outgoing largefile entities in remote store
Mon, 07 Jul 2014 18:45:46 +0900 FUJIWARA Katsunori largefiles: show also how many data entities are outgoing at "hg outgoing"
Mon, 07 Jul 2014 18:45:46 +0900 FUJIWARA Katsunori largefiles: show also how many data entities are outgoing at "hg summary"
Fri, 28 Feb 2014 02:25:58 +0100 Mads Kiilerich merge: use separate lists for each action type
Thu, 08 May 2014 16:54:23 -0700 Durham Goode merge: add labels parameter from merge.update to filemerge
Thu, 08 May 2014 19:45:22 +0200 Mads Kiilerich largefiles: include largefiles when doing log on a directory (issue4241)
Thu, 01 May 2014 15:12:49 +0200 Mads Kiilerich largefiles: better handling of log from other working directory (issue4236) stable
Fri, 25 Apr 2014 22:34:09 -0400 Matt Harbison largefiles: remove directories emptied after their files are moved (issue3515) stable
less more (0) -100 -60 tip