Fri, 30 Mar 2018 11:11:42 -0700 |
Gregory Szorc |
tests: ignore zope packages when running pyflakes
|
changeset |
files
|
Wed, 21 Mar 2018 19:48:36 -0700 |
Gregory Szorc |
repository: define interface for local repositories
|
changeset |
files
|
Wed, 21 Mar 2018 18:32:47 -0700 |
Gregory Szorc |
setup: register zope.interface packages and compile C extension
|
changeset |
files
|
Wed, 21 Mar 2018 18:13:40 -0700 |
Gregory Szorc |
thirdparty: allow zope.interface.advice to be lazily imported
|
changeset |
files
|
Wed, 21 Mar 2018 19:52:30 -0700 |
Gregory Szorc |
thirdparty: port zope.interface to relative imports
|
changeset |
files
|
Wed, 21 Mar 2018 19:49:07 -0700 |
Gregory Szorc |
thirdparty: don't make zope a namespace package
|
changeset |
files
|
Wed, 21 Mar 2018 19:48:50 -0700 |
Gregory Szorc |
thirdparty: vendor zope.interface 4.4.3
|
changeset |
files
|
Thu, 29 Mar 2018 23:05:41 -0700 |
Martin von Zweigbergk |
context: set repo property in basectx
|
changeset |
files
|
Thu, 29 Mar 2018 22:51:45 -0700 |
Martin von Zweigbergk |
context: move reuse of context object to repo.__getitem__ (API)
|
changeset |
files
|
Thu, 29 Mar 2018 22:22:51 -0700 |
Martin von Zweigbergk |
memctx: create parent contexts using "repo[p]" syntax
|
changeset |
files
|
Thu, 29 Mar 2018 21:29:15 -0700 |
Martin von Zweigbergk |
context: avoid using a context object as a changeid
|
changeset |
files
|
Thu, 29 Mar 2018 21:15:40 -0700 |
Martin von Zweigbergk |
context: remove unwanted assignments in basectx.__new__() (API)
|
changeset |
files
|
Wed, 31 Jan 2018 17:15:44 +0100 |
Boris Feld |
streamclonebundle: make sure we accept new stream clone bundle spec
|
changeset |
files
|
Wed, 31 Jan 2018 11:44:33 +0100 |
Boris Feld |
streamclonebundle: add a test for stream clone bundle v2
|
changeset |
files
|
Wed, 31 Jan 2018 11:10:55 +0100 |
Boris Feld |
bundlespec: add support for some variants
|
changeset |
files
|
Wed, 31 Jan 2018 11:09:20 +0100 |
Boris Feld |
bundle: add the possibility to bundle a stream v2 part
|
changeset |
files
|
Wed, 31 Jan 2018 10:55:15 +0100 |
Boris Feld |
streambundlev2: add a new test-file
|
changeset |
files
|
Fri, 30 Mar 2018 12:43:57 +0200 |
Boris Feld |
bundlespec: move computing the bundle contentops in parsebundlespec
|
changeset |
files
|
Fri, 30 Mar 2018 12:43:08 +0200 |
Boris Feld |
bundlespec: introduce an attr-based class for bundlespec
|
changeset |
files
|
Fri, 23 Mar 2018 20:43:55 +0900 |
Yuya Nishihara |
templater: factor out unwrapastype() from evalastype()
|
changeset |
files
|
Fri, 23 Mar 2018 20:34:12 +0900 |
Yuya Nishihara |
templater: extract unwrapinteger() function from evalinteger()
|
changeset |
files
|
Fri, 23 Mar 2018 21:03:21 +0900 |
Yuya Nishihara |
templater: extract type conversion from evalfuncarg()
|
changeset |
files
|
Fri, 23 Mar 2018 20:23:55 +0900 |
Yuya Nishihara |
templater: drop bool support from evalastype()
|
changeset |
files
|
Sat, 17 Mar 2018 20:13:06 +0900 |
Yuya Nishihara |
templater: do not use stringify() to concatenate flattened template output
|
changeset |
files
|
Sat, 17 Mar 2018 20:04:20 +0900 |
Yuya Nishihara |
templateutil: reimplement stringify() using flatten()
|
changeset |
files
|
Sat, 17 Mar 2018 20:00:54 +0900 |
Yuya Nishihara |
templateutil: move flatten() from templater
|
changeset |
files
|
Tue, 27 Mar 2018 11:01:13 -0400 |
Connor Sheehan |
stringutil: move person function from templatefilters
|
changeset |
files
|
Thu, 22 Mar 2018 09:48:22 -0400 |
Connor Sheehan |
stringutil: add isauthorwellformed function
|
changeset |
files
|
Sat, 17 Mar 2018 02:37:46 -0400 |
Matt Harbison |
test-lfs-test-server: add a testcase for `hg serve`
|
changeset |
files
|
Thu, 29 Mar 2018 09:23:39 -0700 |
Martin von Zweigbergk |
push: use "repo['.']" instead of old form "repo['']"
|
changeset |
files
|
Thu, 29 Mar 2018 09:34:17 -0700 |
Martin von Zweigbergk |
context: change default changeid from old form '' to '.'
|
changeset |
files
|
Wed, 21 Mar 2018 23:36:11 +0530 |
Sushil khanchi |
remove: add dry-run functionality
|
changeset |
files
|
Sat, 17 Mar 2018 01:53:44 -0400 |
Matt Harbison |
lfs: add support for serving blob files
|
changeset |
files
|
Sat, 17 Mar 2018 01:47:57 -0400 |
Matt Harbison |
lfs: add server side support for the Batch API
|
changeset |
files
|
Sat, 17 Mar 2018 01:23:01 -0400 |
Matt Harbison |
lfs: add basic routing for the server side wire protocol processing
|
changeset |
files
|
Wed, 14 Mar 2018 23:34:08 -0400 |
Matt Harbison |
test-lfs: drop trailing ', ' item separators from debug JSON output
|
changeset |
files
|
Thu, 22 Feb 2018 23:33:52 -0500 |
Matt Harbison |
lfs: add a blob verification method to the local store
|
changeset |
files
|
Wed, 28 Mar 2018 22:38:01 -0400 |
Matt Harbison |
tests: conditionalize printed environment variable output in test-alias
|
changeset |
files
|
Wed, 28 Mar 2018 15:31:18 -0700 |
Martin von Zweigbergk |
debugsetparents: avoid using "r1/r2" variable names for nodeids
|
changeset |
files
|
Wed, 28 Mar 2018 15:29:49 -0700 |
Martin von Zweigbergk |
tag: avoid using "r" variable name for nodeid
|
changeset |
files
|
Wed, 28 Mar 2018 15:30:09 -0700 |
Martin von Zweigbergk |
locate: avoid using "rev" variable name for nodeid
|
changeset |
files
|
Wed, 28 Mar 2018 22:06:47 +0900 |
Yuya Nishihara |
py3: bytes/unicode dance on __doc__ of cmdalias
|
changeset |
files
|
Wed, 28 Mar 2018 22:04:45 +0900 |
Yuya Nishihara |
alias: reject non-ascii characters in user help/doc strings
|
changeset |
files
|
Mon, 26 Mar 2018 22:18:36 -0400 |
Matt Harbison |
lfs: respect narrowmatcher when testing to add 'lfs' requirement (issue5794)
|
changeset |
files
|
Tue, 20 Mar 2018 18:02:16 -0700 |
Gregory Szorc |
localrepo: make filterpats private (API)
|
changeset |
files
|
Tue, 20 Mar 2018 17:34:05 -0700 |
Gregory Szorc |
narrow: use featuresetupfuncs
|
changeset |
files
|
Tue, 20 Mar 2018 17:30:30 -0700 |
Gregory Szorc |
localrepo: move featuresetupfuncs out of localrepository class (API)
|
changeset |
files
|
Sun, 04 Mar 2018 17:11:33 -0500 |
Rodrigo Damazio |
help: supporting both help and doc for aliases
|
changeset |
files
|
Tue, 27 Mar 2018 20:21:30 +0530 |
Sangeet Kumar Mishra |
grep: fixes erroneous output of grep in forward order (issue3885)
|
changeset |
files
|
Mon, 26 Mar 2018 23:02:50 -0400 |
Matt Harbison |
lfs: move the 'supportedoutgoingversions' handling to changegroup.py
|
changeset |
files
|
Sun, 04 Mar 2018 09:58:57 -0500 |
Gregory Szorc |
obsolete: refactor function for getting obsolete options
|
changeset |
files
|
Mon, 26 Mar 2018 14:17:01 -0700 |
Gregory Szorc |
setup: install cbor packages
|
changeset |
files
|
Mon, 26 Mar 2018 09:21:07 -0700 |
Gregory Szorc |
wireproto: review fixups
|
changeset |
files
|
Mon, 26 Mar 2018 10:22:13 -0700 |
Pulkit Goyal |
cbor: add a __init__.py to top level cbor module
|
changeset |
files
|
Mon, 26 Mar 2018 08:32:21 -0700 |
Pulkit Goyal |
cbor: fix core test-check*
|
changeset |
files
|
Mon, 26 Mar 2018 08:33:57 -0700 |
Pulkit Goyal |
thirdparty: vendor cbor2 python library
|
changeset |
files
|
Mon, 05 Mar 2018 00:30:00 -0500 |
Gregory Szorc |
merge: deprecate accessing update results by index
|
changeset |
files
|
Sun, 25 Mar 2018 11:58:05 +0900 |
Yuya Nishihara |
procutil: introduce context-manager interface for protect/restorestdio
|
changeset |
files
|
Sun, 25 Mar 2018 11:40:30 +0900 |
Yuya Nishihara |
procutil: move protectio/restoreio from commandserver
|
changeset |
files
|
Sun, 25 Mar 2018 11:30:59 +0900 |
Yuya Nishihara |
commandserver: rewrite protectio/restoreio to not depend on ui
|
changeset |
files
|