Tue, 07 Apr 2015 16:01:32 -0700 |
Pierre-Yves David |
bundle2: detect bundle2 stream/request on /HG2./ instead of /HG2Y/
|
Mon, 06 Apr 2015 17:23:11 -0700 |
Pierre-Yves David |
unbundle20: allow generic dispatch between unbundlers
|
Tue, 07 Apr 2015 15:18:52 -0700 |
Drew Gottlieb |
treemanifest: refactor treemanifest.walk()
|
Tue, 07 Apr 2015 15:18:52 -0700 |
Drew Gottlieb |
manifest: move changectx.walk() to manifests
|
Sun, 05 Apr 2015 15:08:55 -0400 |
Matt Harbison |
subrepo: precisely identify the missing subrepo spec file
|
Sun, 05 Apr 2015 12:12:02 -0700 |
Durham Goode |
graft: record intermediate grafts in extras
|
Sun, 05 Apr 2015 11:55:38 -0700 |
Durham Goode |
graft: allow creating sibling grafts
|
Mon, 06 Apr 2015 16:07:18 -0700 |
Pierre-Yves David |
unbundle20: move header parsing into the 'getunbundler' function
|
Mon, 06 Apr 2015 16:04:33 -0700 |
Pierre-Yves David |
unbundle20: retrieve unbundler instances through a factory function
|
Mon, 06 Apr 2015 15:40:12 -0700 |
Pierre-Yves David |
bundle20: move magic string into the class
|
Tue, 07 Apr 2015 08:45:52 -0700 |
Martin von Zweigbergk |
localrepo.getbundle: drop unused 'format' argument
|
Tue, 07 Apr 2015 12:35:07 -0700 |
Martin von Zweigbergk |
exchange: remove check for 'format' key
|
Fri, 27 Mar 2015 22:12:53 +0900 |
Yuya Nishihara |
templates-default: do not show description or summary if empty
|
Mon, 06 Apr 2015 10:51:53 -0700 |
Drew Gottlieb |
treemanifest: further optimize treemanifest.matches()
|
Mon, 06 Apr 2015 14:36:08 -0700 |
Drew Gottlieb |
util: move dirs() and finddirs() from scmutil to util
|
Mon, 06 Apr 2015 13:59:36 -0700 |
Drew Gottlieb |
parsers: remove unused dependency on util
|
Mon, 06 Apr 2015 17:03:35 -0700 |
Martin von Zweigbergk |
changectx.walk: drop unnecessary call to match function
|
Mon, 06 Apr 2015 17:16:55 -0500 |
Matt Mackall |
merge with stable
|
Sat, 04 Apr 2015 19:06:43 -0400 |
Matt Harbison |
largefiles: use the share source as the primary local store (issue4471)
|
Sat, 04 Apr 2015 19:34:36 -0400 |
Matt Harbison |
largefiles: use lfutil.findstorepath() when verifying a local repo
|
Sat, 04 Apr 2015 19:31:40 -0400 |
Matt Harbison |
largefiles: introduce lfutil.findstorepath()
|
Sat, 04 Apr 2015 17:19:16 -0400 |
Matt Harbison |
vfs: make it possible to pass multiple path elements to join
|
Sat, 04 Apr 2015 15:43:00 -0400 |
Matt Harbison |
largefiles: drop os.path reference in lfutil.storepath()
|
Sat, 04 Apr 2015 11:24:48 -0700 |
Durham Goode |
histedit: fix preventing strips during histedit
|
Fri, 03 Apr 2015 15:18:34 -0700 |
Durham Goode |
copies: pass changectx instead of manifest to _computenonoverlap
|
Mon, 06 Apr 2015 10:46:44 -0700 |
Siddharth Agarwal |
dirs._addpath: don't mutate Python strings after exposing them (issue4589)
|
Mon, 06 Apr 2015 08:23:27 -0700 |
Bryan O'Sullivan |
parsers: check for memory allocation overflows more carefully
|
Sat, 04 Apr 2015 11:27:15 +0200 |
André Sintzoff |
parsers.c: avoid implicit conversion loses integer precision warning
|
Sat, 04 Apr 2015 21:54:12 -0700 |
Martin von Zweigbergk |
dirstate.walk: don't report same file stat multiple times
stable
|
Fri, 03 Apr 2015 14:41:18 -0700 |
Pierre-Yves David |
repoview: avoid processing the same rev twice in _getstatichidden
|
Fri, 03 Apr 2015 14:37:52 -0700 |
Pierre-Yves David |
repoview: skip public parent earlier in _getstatichidden
|
Fri, 03 Apr 2015 14:36:05 -0700 |
Pierre-Yves David |
repoview: directly skip public head in _getstatichidden
|
Fri, 03 Apr 2015 14:35:53 -0700 |
Pierre-Yves David |
repoview: simplify process in _getstatichidden
|
Fri, 03 Apr 2015 14:16:50 -0700 |
Pierre-Yves David |
repoview: use a heap in _getstatichidden
|
Fri, 03 Apr 2015 13:58:12 -0700 |
Pierre-Yves David |
repoview: update documentation of _getstatichidden
|
Sat, 04 Apr 2015 14:56:18 +0900 |
Yuya Nishihara |
ssl: resolve symlink before checking for Apple python executable (issue4588)
|
Fri, 03 Apr 2015 18:19:24 -0400 |
Augie Fackler |
test-subrepo-recursion: fix output on non-hardlink systems
|
Fri, 03 Apr 2015 23:12:21 -0400 |
Augie Fackler |
test-subrepo-recursion: set progress.changedelay really high
|
Fri, 03 Apr 2015 18:10:12 -0400 |
Augie Fackler |
test-clone: fix test expectations on systems without hardlinks
|
Wed, 01 Apr 2015 00:44:33 -0700 |
Siddharth Agarwal |
dirstate: use parsers.make_file_foldmap when available
|
Tue, 31 Mar 2015 23:32:27 -0700 |
Siddharth Agarwal |
parsers: add a C function to create a file foldmap
|
Thu, 02 Apr 2015 19:17:32 -0700 |
Siddharth Agarwal |
util.h: define an enum for normcase specs
|
Thu, 02 Apr 2015 19:13:50 -0700 |
Siddharth Agarwal |
perf: make measuring foldmap perf work again
|
Tue, 31 Mar 2015 23:22:03 -0700 |
Siddharth Agarwal |
parsers._asciitransform: also accept a fallback function
|
Wed, 01 Apr 2015 00:38:56 -0700 |
Siddharth Agarwal |
util: add normcase spec and fallback
|
Fri, 03 Apr 2015 22:44:25 +0200 |
Andrew Shadura |
hgk: display committer name when set by hg-git
|
Sat, 14 Mar 2015 20:16:35 +0900 |
Yuya Nishihara |
jsonchangeset: set manifest node to "null" for workingctx
|
Sat, 14 Mar 2015 20:15:40 +0900 |
Yuya Nishihara |
jsonchangeset: set rev and node to "null" for workingctx
|
Fri, 03 Apr 2015 21:36:39 +0900 |
Yuya Nishihara |
templater: tell hggettext to collect help of template functions
|
Tue, 10 Mar 2015 09:57:42 -0700 |
Martin von Zweigbergk |
treemanifest: disable readdelta optimization
|
Mon, 30 Mar 2015 15:38:24 -0700 |
Laurent Charignon |
phases: make two functions private for phase computation
|
Wed, 01 Apr 2015 00:31:41 -0700 |
Siddharth Agarwal |
windows: define normcase spec and fallback
|
Wed, 01 Apr 2015 00:30:41 -0700 |
Siddharth Agarwal |
encoding.upper: factor out fallback code
|
Wed, 01 Apr 2015 00:29:22 -0700 |
Siddharth Agarwal |
cygwin: define normcase spec and fallback
|
Tue, 31 Mar 2015 23:30:19 -0700 |
Siddharth Agarwal |
darwin: define normcase spec and fallback
|
Wed, 01 Apr 2015 00:26:07 -0700 |
Siddharth Agarwal |
posix: define normcase spec and fallback
|
Wed, 01 Apr 2015 00:21:10 -0700 |
Siddharth Agarwal |
encoding: define an enum that specifies what normcase does to ASCII strings
|
Thu, 02 Apr 2015 16:51:00 -0500 |
Matt Mackall |
merge with stable
|
Wed, 01 Apr 2015 22:24:03 -0700 |
Gregory Szorc |
json: implement {help} template
|
Wed, 01 Apr 2015 22:16:05 -0700 |
Gregory Szorc |
json: implement {helptopics} template
|
Wed, 01 Apr 2015 22:04:03 -0700 |
Gregory Szorc |
json: implement {manifest} template
|
Tue, 31 Mar 2015 22:53:48 -0700 |
Gregory Szorc |
json: implement {shortlog} and {changelog} templates
|
Wed, 01 Apr 2015 20:23:58 -0700 |
Gregory Szorc |
help: populate template functions via docstrings
|
Wed, 01 Apr 2015 20:19:43 -0700 |
Gregory Szorc |
templater: add consistent docstrings to functions
|
Sat, 14 Mar 2015 17:33:22 +0900 |
Yuya Nishihara |
changeset_printer: hide manifest node for workingctx
|
Sat, 14 Mar 2015 20:01:30 +0900 |
Yuya Nishihara |
changeset_printer: display p1rev:p1node with "+" suffix for workingctx
|
Sat, 14 Mar 2015 17:29:48 +0900 |
Yuya Nishihara |
changeset_printer: handle workingctx in _meaningful_parentrevs()
|
Sat, 14 Mar 2015 19:38:59 +0900 |
Yuya Nishihara |
scmutil: add function to help handling workingctx in arithmetic operation
|
Thu, 02 Apr 2015 08:18:33 +0200 |
Mathias De Maré |
tests: handle deleted .hg directory (git 2.2.0 and higher) (issue4585)
|
Thu, 02 Apr 2015 21:29:05 +0900 |
Yuya Nishihara |
hgweb: resurrect <span> tag on diffline to fix rendering in monoblue style
stable
|
Wed, 01 Apr 2015 20:38:36 -0500 |
Matt Mackall |
merge with stable
|
Tue, 31 Mar 2015 15:22:09 -0700 |
Siddharth Agarwal |
encoding: use parsers.asciiupper when available
|
Tue, 31 Mar 2015 13:46:21 -0700 |
Siddharth Agarwal |
parsers: introduce an asciiupper function
|
Tue, 31 Mar 2015 10:28:17 -0700 |
Siddharth Agarwal |
parsers: make _asciilower a generic _asciitransform function
|
Wed, 01 Apr 2015 13:58:51 -0700 |
Siddharth Agarwal |
parsers._asciilower: use an explicit return object
|
Tue, 31 Mar 2015 10:25:29 -0700 |
Siddharth Agarwal |
parsers: factor out most of asciilower into an internal function
|
Tue, 31 Mar 2015 14:01:33 -0700 |
Martin von Zweigbergk |
manifestv2: add support for writing new manifest format
|
Fri, 27 Mar 2015 22:26:41 -0700 |
Martin von Zweigbergk |
manifestv2: add support for reading new manifest format
|
Tue, 31 Mar 2015 22:45:45 -0700 |
Martin von Zweigbergk |
manifestv2: set requires at repo creation time
|
Tue, 31 Mar 2015 15:06:55 -0700 |
Martin von Zweigbergk |
test-manifest: extract constants for binary hashes
|
Tue, 31 Mar 2015 14:46:05 -0700 |
Martin von Zweigbergk |
test-manifest: create constant for empty manifest
|
Mon, 30 Mar 2015 23:25:55 +0900 |
Yuya Nishihara |
patchbomb: factor out scmutil.revrange() calls
|
Tue, 31 Mar 2015 00:52:17 +0900 |
Yuya Nishihara |
patchbomb: return outgoing revs as a smartset
|
Mon, 30 Mar 2015 23:54:29 +0900 |
Yuya Nishihara |
templatefilters: add "upper" and "lower" for case conversion
|
Wed, 01 Apr 2015 12:50:10 -0700 |
Durham Goode |
repoview: improve compute staticblockers perf
|
Tue, 31 Mar 2015 22:29:12 -0700 |
Gregory Szorc |
hgweb: add phase to {changeset} template
|
Tue, 31 Mar 2015 22:35:12 -0700 |
Gregory Szorc |
json: implement {changeset} template
|
Tue, 31 Mar 2015 21:49:10 -0700 |
Gregory Szorc |
test-hgweb-json: fix URL for file revision tests
|
Tue, 31 Mar 2015 19:34:37 -0700 |
Siddharth Agarwal |
dirstate._normalize: don't construct dirfoldmap if not necessary
|
Tue, 31 Mar 2015 19:29:39 -0700 |
Siddharth Agarwal |
dirstate.walk: don't keep track of normalized files in parallel
|
Tue, 31 Mar 2015 19:18:27 -0700 |
Siddharth Agarwal |
dirstate.walk: factor out directory traversal
|
Wed, 01 Apr 2015 13:27:56 -0500 |
Matt Mackall |
Added signature for changeset 2e2e9a0750f9
stable
|
Wed, 01 Apr 2015 13:27:42 -0500 |
Matt Mackall |
Added tag 3.3.3 for changeset 2e2e9a0750f9
stable
|
Tue, 31 Mar 2015 20:20:17 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with d09262d6ec23
stable 3.3.3
|
Tue, 31 Mar 2015 18:09:21 -0500 |
Matt Mackall |
tests: fix py2.4 glob for devel warnings
|
Tue, 31 Mar 2015 17:49:46 -0500 |
Matt Mackall |
merge with stable
|
Tue, 31 Mar 2015 15:41:02 -0700 |
Siddharth Agarwal |
dirstate: fix order of initializing nf vs f
|
Mon, 30 Mar 2015 18:10:59 -0700 |
Drew Gottlieb |
treemanifest: make treemanifest.matches() faster
|
Mon, 30 Mar 2015 17:21:49 -0700 |
Drew Gottlieb |
treemanifest: add treemanifest._isempty()
|
Fri, 27 Mar 2015 13:16:13 -0700 |
Drew Gottlieb |
treemanifest: remove treemanifest._intersectfiles()
|
Mon, 30 Mar 2015 11:58:39 -0700 |
Drew Gottlieb |
manifest: add some tests for manifest.matches()
|
Tue, 31 Mar 2015 17:42:46 -0400 |
Matt Harbison |
forget: cleanup the output for an inexact case match on icasefs
stable
|
Mon, 30 Mar 2015 21:37:24 -0700 |
Gregory Szorc |
json: implement {branches} template
|
Tue, 31 Mar 2015 14:54:56 -0700 |
Gregory Szorc |
json: implement {bookmarks} template
|
Tue, 31 Mar 2015 14:52:21 -0700 |
Gregory Szorc |
json: implement {tags} template
|
Mon, 30 Mar 2015 20:15:03 -0700 |
Gregory Szorc |
templates: add a stub template for json
|
Mon, 30 Mar 2015 20:56:54 -0700 |
Gregory Szorc |
get-with-headers: support parsing and pretty printing JSON
|
Tue, 31 Mar 2015 16:14:14 -0500 |
Matt Mackall |
merge with stable
|
Sun, 29 Mar 2015 19:47:16 -0700 |
Siddharth Agarwal |
dirstate.walk: use the file foldmap to normalize
|
Sun, 29 Mar 2015 19:42:49 -0700 |
Siddharth Agarwal |
dirstate: split the foldmap into separate ones for files and directories
|
Sat, 28 Mar 2015 18:53:54 -0700 |
Siddharth Agarwal |
dirstate: introduce function to normalize just filenames
|
Sun, 29 Mar 2015 19:23:05 -0700 |
Siddharth Agarwal |
dirstate: factor out code to discover normalized path
|
Tue, 31 Mar 2015 11:11:39 -0400 |
Matt Harbison |
dirstate: don't require exact case when adding dirs on icasefs (issue4578)
stable
|
Tue, 31 Mar 2015 11:58:14 -0700 |
Nathan Goldbaum |
filemerge: clean up language in mergemarkertemplate help
stable
|
Tue, 31 Mar 2015 14:27:45 -0400 |
Matt Harbison |
color: fix crash in cmd.exe
|
Wed, 18 Mar 2015 21:44:25 -0700 |
Martin von Zweigbergk |
log: prefer 'wctx' over 'pctx' for working context
|
Tue, 31 Mar 2015 08:31:42 -0500 |
Matt Mackall |
merge with stable
|
Tue, 31 Mar 2015 08:04:42 -0500 |
Matt Mackall |
tags: remove scary message about corrupt tags cache
|
Sun, 29 Mar 2015 19:15:04 +0200 |
Andrew Shadura |
hgk: use switch instead of a less efficient if/elseif/if
|
Sun, 29 Mar 2015 19:12:08 +0200 |
Andrew Shadura |
hgk: set distinct fill and outline colour for non-public and obsolete changesets
|