log hgext/largefiles/overrides.py @ 35676:9c575c22dcf4

age author description
Sat, 13 Jan 2018 13:33:55 +0900 Yuya Nishihara largefiles: convert EOL of hgrc before appending to bytes IO
Thu, 21 Dec 2017 13:57:57 +0100 Boris Feld largefiles: add support for 'largefiles://' url scheme
Sun, 10 Dec 2017 02:52:48 +0530 Pulkit Goyal py3: handle keyword arguments correctly in hgext/largefiles/
Thu, 07 Dec 2017 01:53:14 +0100 Boris Feld largefiles: allow to run 'debugupgraderepo' on repo with largefiles
Fri, 13 Oct 2017 22:26:58 +0200 Boris Feld configitems: register the 'largefiles.patterns' config
Fri, 29 Sep 2017 14:49:05 -0700 Martin von Zweigbergk dirstate: use keyword arguments to clarify status()'s callers
Thu, 14 Sep 2017 13:14:32 -0700 Phil Cohen largefiles: force an on-disk merge
Mon, 11 Sep 2017 13:03:27 -0700 Phil Cohen merge: pass wctx to premerge, filemerge
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Sun, 09 Jul 2017 02:55:46 -0400 Matt Harbison subrepo: consider the parent repo dirty when a file is missing
Tue, 20 Jun 2017 16:33:46 -0400 Augie Fackler merge with stable
Tue, 13 Jun 2017 22:24:41 -0400 Matt Harbison largefiles: avoid a crash when archiving a subrepo with largefiles disabled stable
Thu, 18 May 2017 22:47:42 -0700 Martin von Zweigbergk largefiles: replace always() method, not _always field
Sat, 20 May 2017 22:27:52 -0700 Martin von Zweigbergk cleanup: reuse existing wctx variables instead of calling repo[None]
Thu, 18 May 2017 18:00:38 -0400 Augie Fackler largefiles: use repo[None].walk instead of repo.walk