Sat, 10 Jun 2017 16:00:18 -0700 |
Sean Farley |
memctx: always use cache for filectxfn
|
changeset |
files
|
Sat, 10 Jun 2017 00:06:57 -0400 |
Matt Harbison |
test-hardlinks: stabilize for Windows
|
changeset |
files
|
Sun, 04 Jun 2017 00:16:45 +0200 |
Rishabh Madan |
releasenotes: add more tests for formatting and merging of release notes
|
changeset |
files
|
Fri, 02 Jun 2017 23:33:30 +0200 |
Gregory Szorc |
releasenotes: command to manage release notes files
|
changeset |
files
|
Mon, 12 Jun 2017 03:23:58 +0900 |
Toshi MARUYAMA |
packagelib: use LANGUAGE=C for "hg version"
|
changeset |
files
|
Mon, 12 Jun 2017 03:23:56 +0900 |
Toshi MARUYAMA |
rpms: add hgdemandimport in files
|
changeset |
files
|
Mon, 12 Jun 2017 03:22:45 +0900 |
Toshi MARUYAMA |
rpms: remove '%if "%{?pythonver}" != "2.4"'
|
changeset |
files
|
Fri, 02 Jun 2017 20:49:42 -0700 |
Jun Wu |
obsstore: do not load all markers to detect duplication
|
changeset |
files
|
Sat, 10 Jun 2017 11:33:57 -0700 |
Gregory Szorc |
clonebundles: reference correct config option
|
changeset |
files
|
Sat, 10 Jun 2017 14:09:54 -0700 |
Siddharth Agarwal |
filestat: move __init__ to frompath constructor
|
changeset |
files
|
Sat, 10 Jun 2017 14:07:31 -0700 |
Siddharth Agarwal |
test-dirstate-race: ensure that a isn't in the lookup set at the end
|
changeset |
files
|
Sat, 10 Jun 2017 14:07:31 -0700 |
Siddharth Agarwal |
hghave: add test for whether fsmonitor is enabled
|
changeset |
files
|
Sat, 10 Jun 2017 14:07:30 -0700 |
Siddharth Agarwal |
tests: add a wrapper to run fsmonitor tests
|
changeset |
files
|
Sat, 10 Jun 2017 18:47:09 +0100 |
Pierre-Yves David |
setdiscovery: improves logged message
|
changeset |
files
|
Sat, 10 Jun 2017 10:46:06 -0400 |
Augie Fackler |
tests: handle variation between pure and normal output in annotate --skip
|
changeset |
files
|
Fri, 09 Jun 2017 20:12:39 -0400 |
Brandon McCaig |
bisect: improve option validation message
|
changeset |
files
|
Sat, 10 Jun 2017 10:24:33 -0400 |
Sean Farley |
context: inline makememctx (API)
|
changeset |
files
|
Fri, 09 Jun 2017 13:39:13 -0700 |
Sean Farley |
context: add convenience method for returning a memfilectx from a patch
|
changeset |
files
|
Fri, 09 Jun 2017 13:25:02 -0700 |
Sean Farley |
memctx: refactor inline getfilectx into convenience method
|
changeset |
files
|
Fri, 09 Jun 2017 13:55:51 -0700 |
Gregory Szorc |
hgweb: refresh styling of gitweb's search form
|
changeset |
files
|
Fri, 09 Jun 2017 13:45:36 -0700 |
Gregory Szorc |
hgweb: consistently add search form to all gitweb pages
|
changeset |
files
|
Fri, 09 Jun 2017 13:42:38 -0700 |
Gregory Szorc |
hgweb: consolidate search form for gitweb
|
changeset |
files
|
Fri, 09 Jun 2017 13:41:10 -0700 |
Gregory Szorc |
hgweb: consolidate search form for monoblue
|
changeset |
files
|
Fri, 09 Jun 2017 13:59:13 -0700 |
Gregory Szorc |
hgweb: consolidate search form for paper
|
changeset |
files
|
Fri, 09 Jun 2017 23:56:50 -0400 |
Matt Harbison |
test-extension: fix load path for Windows
|
changeset |
files
|
Sat, 10 Jun 2017 00:11:54 -0400 |
Matt Harbison |
test-setdiscovery: stabilize for Windows
|
changeset |
files
|
Sat, 10 Jun 2017 02:20:14 -0400 |
Matt Harbison |
convert: correct the documentation about whitespace in branchmap branches
|
changeset |
files
|
Thu, 08 Jun 2017 00:51:46 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() instead of str()
|
changeset |
files
|
Fri, 02 Jun 2017 16:57:21 +0530 |
Pulkit Goyal |
py3: convert bool variables to bytes
|
changeset |
files
|
Fri, 09 Jun 2017 13:07:49 +0900 |
FUJIWARA Katsunori |
context: avoid writing outdated dirstate out (issue5584)
|
changeset |
files
|
Fri, 09 Jun 2017 13:07:49 +0900 |
FUJIWARA Katsunori |
tests: factor external procedures out for portability
|
changeset |
files
|
Fri, 09 Jun 2017 13:07:48 +0900 |
FUJIWARA Katsunori |
dirstate: add identity information to detect simultaneous changing in storage
|
changeset |
files
|
Fri, 09 Jun 2017 13:07:48 +0900 |
FUJIWARA Katsunori |
util: make filestat.__eq__ return True if both of self and old have None stat
|
changeset |
files
|
Fri, 09 Jun 2017 12:58:18 +0900 |
FUJIWARA Katsunori |
vfs: create copy at renaming to avoid file stat ambiguity if needed
|
changeset |
files
|
Fri, 09 Jun 2017 12:58:18 +0900 |
FUJIWARA Katsunori |
vfs: factor out "rename and avoid ambiguity" to reuse
|
changeset |
files
|
Fri, 09 Jun 2017 12:58:17 +0900 |
FUJIWARA Katsunori |
util: make filestat.avoidambig() return whether ambiguity is avoided or not
|
changeset |
files
|
Fri, 09 Jun 2017 10:42:19 -0700 |
Gregory Szorc |
debugcommands: issue warning when repo has secret changesets (issue5589)
|
changeset |
files
|
Fri, 09 Jun 2017 10:41:13 -0700 |
Gregory Szorc |
streamclone: consider secret changesets (BC) (issue5589)
|
changeset |
files
|
Fri, 09 Jun 2017 21:33:15 +0900 |
Yuya Nishihara |
json: pass formatting options recursively
|
changeset |
files
|
Sun, 23 Apr 2017 13:40:18 +0900 |
Yuya Nishihara |
json: avoid extra string manipulation of dict keys
|
changeset |
files
|
Fri, 09 Jun 2017 21:45:22 +0900 |
Yuya Nishihara |
test-obsolete: include <> in user field to check JSON escapes
|
changeset |
files
|
Fri, 09 Jun 2017 21:28:22 +0900 |
Yuya Nishihara |
templatefilers: correct filename in header comment
|
changeset |
files
|
Thu, 08 Jun 2017 20:28:13 -0700 |
Gregory Szorc |
repoview: remove special casing of "requirements"
|
changeset |
files
|
Wed, 07 Jun 2017 19:32:16 +0100 |
Pierre-Yves David |
bookmarks: move variable initialization earlier
|
changeset |
files
|
Wed, 07 Jun 2017 19:13:09 +0100 |
Pierre-Yves David |
bookmarks: directly use base dict 'setitem'
|
changeset |
files
|
Wed, 07 Jun 2017 19:22:39 +0100 |
Pierre-Yves David |
bookmarks: rely on exception for malformed lines
|
changeset |
files
|
Wed, 07 Jun 2017 22:26:43 +0100 |
Pierre-Yves David |
bookmarks: explicitly convert to 'node' during initialization
|
changeset |
files
|
Wed, 07 Jun 2017 19:21:02 +0100 |
Pierre-Yves David |
bookmarks: prefetch 'lookup' outside of the loop
|
changeset |
files
|
Wed, 07 Jun 2017 18:22:11 +0100 |
Pierre-Yves David |
perf: add a perfbookmarks command
|
changeset |
files
|
Tue, 23 May 2017 02:27:41 +0200 |
Pierre-Yves David |
perfphases: add a flag to also include file access time
|
changeset |
files
|
Wed, 07 Jun 2017 17:31:30 +0100 |
Pierre-Yves David |
perf: have a generic "clearstorecache" function
|
changeset |
files
|
Thu, 08 Jun 2017 23:23:37 -0700 |
Gregory Szorc |
localrepo: move filtername to __init__
|
changeset |
files
|
Thu, 08 Jun 2017 21:54:30 -0700 |
Gregory Szorc |
obsolete: move obsstore creation logic from localrepo
|
changeset |
files
|
Thu, 08 Jun 2017 22:18:17 -0700 |
Martin von Zweigbergk |
match: allow pats to be None
|
changeset |
files
|
Tue, 06 Jun 2017 11:16:38 -0400 |
Augie Fackler |
tests: add a test for installing hg with pip in a virtualenv
|
changeset |
files
|
Tue, 06 Jun 2017 11:16:10 -0400 |
Augie Fackler |
hghave: add check for virtualenv
|
changeset |
files
|
Tue, 06 Jun 2017 11:02:30 -0400 |
Augie Fackler |
setup: introduce dummy copies of setuptools flags
|
changeset |
files
|
Tue, 06 Jun 2017 10:09:48 -0400 |
Augie Fackler |
extensions: catch uisetup and extsetup failures and don't let them break hg
|
changeset |
files
|
Tue, 06 Jun 2017 10:03:16 -0400 |
Augie Fackler |
tests: add test demonstrating how broken third-party extensions can get
|
changeset |
files
|
Thu, 08 Jun 2017 10:44:53 -0400 |
Augie Fackler |
extensions: move wrapfilecache function from fsmonitor
|
changeset |
files
|