log hgext/largefiles/overrides.py @ 23041:a36625ef1f35

age author description
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
Wed, 05 Mar 2014 15:55:09 -0800 Lucas Moscovicz largefiles: changed overridelog to work with graphlog
Wed, 16 Apr 2014 03:05:00 +0900 FUJIWARA Katsunori i18n: fix "% inside _()" problem
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: revert override, install matchfn outside the try/except restoring it
Sun, 28 Apr 2013 13:18:25 +0200 Mads Kiilerich largefiles: simplify revert - use getstandinsstate like other commands do
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: remove dummy assignments for creating an already existing closure
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: remove silent handling of incorrect invocation of restorematchfn
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: copy override, install matchfn outside the try/except restoring it
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: clarify installmatchfn documentation
Sat, 27 Apr 2013 23:19:52 +0200 Mads Kiilerich largefiles: use more reasonable locking for update
Sat, 27 Apr 2013 23:19:52 +0200 Mads Kiilerich largefiles: full debugdirstate functionality for largefiles
Sat, 27 Apr 2013 23:19:52 +0200 Mads Kiilerich largefiles: make cat on standins do something
Sun, 13 Apr 2014 18:45:43 +0200 Mads Kiilerich largefiles: remove confusing handling of .bad return value - it is void
Sun, 06 Apr 2014 13:39:51 +0200 Mads Kiilerich merge: pass merge ancestor to calculateupdates as a list
Sun, 06 Apr 2014 13:39:51 +0200 Mads Kiilerich merge: move ancestor selection tweaking from manifestmerge to update function
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori largefiles: remove no more referred "getoutgoinglfiles()"
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
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori largefiles: centralize the logic to get outgoing largefiles
Mon, 07 Apr 2014 23:10:20 +0200 Mads Kiilerich largefiles: don't prompt when one side of merge was changed but didn't change
Sun, 02 Mar 2014 18:30:41 +0100 Mads Kiilerich largefiles: override calculateupdates instead of manifestmerge
Tue, 11 Feb 2014 09:00:38 -0800 Lucas Moscovicz hgext: updated extensions to return a baseset when adding symbols
Sat, 16 Nov 2013 15:54:41 -0500 Mads Kiilerich largefiles: stylistic cleanup of filemerge
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich largefiles: show hashes before prompting for conflict resolution
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich largefiles: don't try to explain rename history before prompt for conflicts
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich largefiles: drop redundant special handling of merges of renames
Sun, 01 Dec 2013 14:10:53 -0600 Matt Mackall merge with stable