Fri, 03 Feb 2023 04:23:12 +0100 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in "lfs"
|
Mon, 21 Feb 2022 11:06:46 -0700 |
Gregory Szorc |
lfs: remove pycompat.iteritems()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 07 Jan 2022 17:33:27 +0100 |
Pierre-Yves David |
lfs: take lock before writing requirements
|
Tue, 28 Sep 2021 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
Tue, 01 Dec 2020 21:54:46 +0100 |
Joerg Sonnenberger |
node: import symbols explicitly
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Thu, 15 Oct 2020 15:57:36 +0200 |
Pierre-Yves David |
clonebundles: move a bundle of clone bundle related code to a new module
|
Tue, 14 Apr 2020 16:43:54 +0530 |
Pulkit Goyal |
scmutil: add writereporequirements() and route requires writing through it
|
Tue, 21 Jan 2020 11:40:15 -0500 |
Matt Harbison |
lfs: enable workers by default
|
Sun, 22 Dec 2019 23:50:19 -0500 |
Matt Harbison |
lfs: don't skip locally available blobs when verifying
|
Fri, 20 Dec 2019 01:11:35 -0500 |
Matt Harbison |
lfs: add a switch to `hg verify` to ignore the content of blobs
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Mon, 21 Oct 2019 11:08:23 +0200 |
Denis Laxalde |
lfs: dedent documentation section about .hglfs file
|
Sun, 06 Oct 2019 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
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
|
Sun, 18 Aug 2019 00:45:33 +0300 |
Pulkit Goyal |
interfaces: create a new folder for interfaces and move repository.py in it
|
Sat, 13 Jul 2019 23:45:32 -0400 |
Valentin Gatien-Baron |
convert: add a config option to help doing identity hg->hg conversion
|
Thu, 17 Jan 2019 00:16:00 -0500 |
Matt Harbison |
exthelper: drop the addattr() decorator
|
Sat, 29 Dec 2018 23:35:05 -0800 |
Martin von Zweigbergk |
narrow: extract repo property for store narrowmatcher
|
Thu, 27 Dec 2018 23:46:35 -0500 |
Matt Harbison |
exthelper: reintroduce the ability to register filesets
|
Thu, 27 Dec 2018 21:55:22 -0500 |
Matt Harbison |
exthelper: reintroduce the ability to register templates
|
Tue, 27 Nov 2018 22:10:07 -0500 |
Matt Harbison |
lfs: convert to using exthelper to wrap functions
|
Tue, 16 Oct 2018 08:16:11 -0400 |
Augie Fackler |
merge with stable
|
Thu, 04 Oct 2018 00:17:26 -0400 |
Matt Harbison |
lfs: register the flag processors per repository
|
Wed, 10 Oct 2018 12:25:28 -0400 |
Matt Harbison |
lfs: avoid a potential variable reference before assignment error in cmdserver
stable
|
Wed, 26 Sep 2018 11:27:41 -0700 |
Gregory Szorc |
lfs: drop unused import
|
Thu, 20 Sep 2018 15:18:13 -0700 |
Gregory Szorc |
lfs: don't add extension to hgrc after clone or share (BC)
|
Wed, 19 Sep 2018 13:48:59 -0700 |
Gregory Szorc |
lfs: add repository feature denoting the use of LFS
|
Sun, 22 Jul 2018 15:50:45 +0900 |
Yuya Nishihara |
fileset: extract language processing part to new module (API)
|
Sun, 22 Jul 2018 16:03:48 +0900 |
Yuya Nishihara |
lfs: remove callstatus property from 'lfs()' fileset
|
Sat, 09 Jun 2018 19:55:10 +0900 |
Yuya Nishihara |
fileset: rewrite predicates to return matcher not closed to subset (API) (BC)
|
Mon, 16 Apr 2018 22:21:54 -0700 |
Gregory Szorc |
wireproto: rename wireproto to wireprotov1server (API)
|
Sun, 08 Apr 2018 14:22:12 -0400 |
Matt Harbison |
lfs: infer the blob store URL from an explicit push dest or default-push
|
Wed, 11 Apr 2018 17:29:55 -0400 |
Matt Harbison |
lfs: special case the null:// usercache instead of treating it as a url
|
Sat, 07 Apr 2018 22:22:20 -0400 |
Matt Harbison |
lfs: infer the blob store URL from paths.default
|
Sat, 31 Mar 2018 15:20:43 -0400 |
Matt Harbison |
lfs: add an experimental knob to disable blob serving
|
Fri, 30 Mar 2018 12:43:57 +0200 |
Boris Feld |
bundlespec: move computing the bundle contentops in parsebundlespec
|
Sat, 17 Mar 2018 01:23:01 -0400 |
Matt Harbison |
lfs: add basic routing for the server side wire protocol processing
|
Mon, 26 Mar 2018 22:18:36 -0400 |
Matt Harbison |
lfs: respect narrowmatcher when testing to add 'lfs' requirement (issue5794)
|
Tue, 20 Mar 2018 17:30:30 -0700 |
Gregory Szorc |
localrepo: move featuresetupfuncs out of localrepository class (API)
|
Mon, 26 Mar 2018 23:02:50 -0400 |
Matt Harbison |
lfs: move the 'supportedoutgoingversions' handling to changegroup.py
|
Fri, 16 Mar 2018 22:47:15 +0900 |
Yuya Nishihara |
templater: use template context to render old-style list template
|
Thu, 08 Mar 2018 23:15:09 +0900 |
Yuya Nishihara |
templater: move hybrid class and functions to templateutil module
|
Sun, 25 Feb 2018 19:25:14 +0900 |
Yuya Nishihara |
templatekw: switch remainder of _showlist template keywords to new API
|
Sun, 25 Feb 2018 15:43:35 +0900 |
Yuya Nishihara |
templatekw: pass templater to _showlist() by an explicit argument
|
Tue, 27 Feb 2018 14:41:24 +0530 |
Pulkit Goyal |
py3: fix more keyword arguments handling
|
Sat, 24 Feb 2018 16:18:40 +0530 |
Pulkit Goyal |
py3: fix handling of keyword arguments at more places
|
Sun, 11 Feb 2018 13:25:56 -0500 |
Matt Harbison |
merge: invoke scmutil.fileprefetchhooks() prior to applying updates
|
Sun, 11 Feb 2018 00:30:15 -0500 |
Matt Harbison |
lfs: migrate to the fileprefetch callback mechanism
|
Sat, 27 Jan 2018 19:02:33 -0500 |
Matt Harbison |
lfs: teach the 'lfs()' fileset to handle removed files
|
Sat, 27 Jan 2018 19:22:15 -0500 |
Matt Harbison |
lfs: teach '{lfs_files}' to handle removed files
|
Sat, 27 Jan 2018 17:58:19 -0500 |
Matt Harbison |
lfs: add a fileset for detecting lfs files
|
Sun, 04 Feb 2018 00:33:28 -0500 |
Matt Harbison |
lfs: prefetch lfs blobs during revert
|
Sat, 03 Feb 2018 21:26:12 -0500 |
Matt Harbison |
lfs: prefetch lfs blobs when applying merge updates
|
Tue, 30 Jan 2018 20:33:21 -0500 |
Matt Harbison |
lfs: drop an unused function parameter
|
Mon, 29 Jan 2018 21:42:18 -0500 |
Matt Harbison |
lfs: don't require the .hglfs file to be tracked to control the policy
stable
|
Tue, 23 Jan 2018 20:50:02 -0500 |
Matt Harbison |
lfs: rename {oid} to {lfsoid}
stable
|
Mon, 22 Jan 2018 17:47:40 -0500 |
Matt Harbison |
lfs: rename {pointer} to {lfspointer}
stable
|