Sun, 29 Apr 2018 00:04:16 -0400 |
Augie Fackler |
fuzz: structured helpers for creating mpatch seed corpus entries
|
changeset |
files
|
Sat, 28 Apr 2018 22:35:14 -0400 |
Augie Fackler |
fuzz: new fuzzer for the mpatch code
|
changeset |
files
|
Thu, 07 Jun 2018 21:09:16 +0200 |
Boris Feld |
run-tests: follow-up on the test-case format
|
changeset |
files
|
Fri, 04 May 2018 12:43:15 +0900 |
Yuya Nishihara |
templater: resolve type of dict key in getmember()
|
changeset |
files
|
Wed, 21 Mar 2018 11:30:21 +0900 |
Yuya Nishihara |
templater: promote getmember() to an interface of wrapped types
|
changeset |
files
|
Wed, 21 Mar 2018 01:39:44 +0900 |
Yuya Nishihara |
templater: move getdictitem() to hybrid class
|
changeset |
files
|
Sat, 21 Apr 2018 17:43:16 +0900 |
Yuya Nishihara |
templater: add try-except stub to runmember()
|
changeset |
files
|
Wed, 21 Mar 2018 01:18:29 +0900 |
Yuya Nishihara |
templater: do dict lookup over a wrapped object
|
changeset |
files
|
Wed, 06 Jun 2018 13:31:24 -0400 |
Augie Fackler |
merge with stable
|
changeset |
files
|
Sat, 26 May 2018 03:01:14 +0530 |
Pulkit Goyal |
graft: reuse the --log value passed initially in `hg graft --continue` (BC)
|
changeset |
files
|
Sat, 26 May 2018 02:57:36 +0530 |
Pulkit Goyal |
graft: add test showing --continue not preserving --log passed earlier
|
changeset |
files
|
Sun, 03 Jun 2018 13:40:58 +0900 |
Yuya Nishihara |
test-fuzz-targets: look for clang-6.0 binary as well
|
changeset |
files
|
Sun, 03 Jun 2018 13:23:12 +0900 |
Yuya Nishihara |
test-fuzz-targets: rebuild executable silently
|
changeset |
files
|
Sun, 03 Jun 2018 13:21:13 +0900 |
Yuya Nishihara |
fuzz: fix "make clean" to pass even if no binaries built yet
|
changeset |
files
|
Sun, 03 Jun 2018 13:18:13 +0900 |
Yuya Nishihara |
fuzz: compile xdiff.cc with -std=c++17
|
changeset |
files
|
Sun, 03 Jun 2018 13:12:32 +0900 |
Yuya Nishihara |
fuzz: fix use of undeclared function memcpy()
|
changeset |
files
|
Sun, 03 Jun 2018 13:11:49 +0900 |
Yuya Nishihara |
fuzz: fix the default make target
|
changeset |
files
|
Sun, 03 Jun 2018 13:11:22 +0900 |
Yuya Nishihara |
fuzz: expand variables by make
|
changeset |
files
|
Sat, 21 Apr 2018 17:21:31 +0900 |
Yuya Nishihara |
templater: always map over a wrapped object
|
changeset |
files
|
Sat, 21 Apr 2018 17:15:11 +0900 |
Yuya Nishihara |
templater: consistently join() string-like object per character (BC)
|
changeset |
files
|
Sat, 21 Apr 2018 17:00:21 +0900 |
Yuya Nishihara |
templater: always join() over a wrapped object (BC)
|
changeset |
files
|
Tue, 20 Mar 2018 23:56:26 +0900 |
Yuya Nishihara |
templater: add wrapped types for pure non-list/dict values
|
changeset |
files
|
Wed, 04 Apr 2018 21:06:14 +0900 |
Yuya Nishihara |
templater: unify unwrapvalue() with _unwrapvalue()
|
changeset |
files
|
Wed, 04 Apr 2018 21:01:21 +0900 |
Yuya Nishihara |
templater: inline unwrapvalue()
|
changeset |
files
|
Sun, 13 May 2018 23:18:26 +0200 |
Boris Feld |
run-tests: update the test case name format
|
changeset |
files
|
Thu, 26 Apr 2018 23:57:20 +0200 |
Boris Feld |
run-tests: add support for running specific test cases
|
changeset |
files
|
Sun, 03 Jun 2018 17:02:38 +0530 |
Pulkit Goyal |
configitems: drop the deprecated alias for commands.update.check
|
changeset |
files
|
Sat, 02 Jun 2018 15:55:28 +0530 |
Sushil khanchi |
graft: correct documentation about options can be reapplied
|
changeset |
files
|
Sat, 02 Jun 2018 22:18:12 -0400 |
Matt Harbison |
cmdutil: use internal separators when building the terse list
|
changeset |
files
|
Wed, 30 May 2018 14:20:09 +0530 |
Sushil khanchi |
advanceboundary: add dryrun parameter
|
changeset |
files
|
Wed, 30 May 2018 17:37:17 +0530 |
Sangeet Kumar Mishra |
grep: enable passing wdir as a revision
|
changeset |
files
|
Fri, 01 Jun 2018 23:33:17 -0400 |
Matt Harbison |
outgoing: drop an extraneous URL parse
|
changeset |
files
|
Mon, 14 May 2018 12:38:05 +0200 |
David Demelier |
config: rename allow_archive to allow-archive
|
changeset |
files
|
Sat, 21 Apr 2018 17:31:03 +0900 |
Yuya Nishihara |
hgweb: fill {rename} even if ?linerange is specified
|
changeset |
files
|
Wed, 04 Apr 2018 20:53:16 +0900 |
Yuya Nishihara |
hgweb: wrap {earlycommands} and {othercommands} of help with mappinggenerator
|
changeset |
files
|
Wed, 04 Apr 2018 20:51:49 +0900 |
Yuya Nishihara |
hgweb: wrap {topics}es of help with mappinggenerator or mappinglist
|
changeset |
files
|
Wed, 04 Apr 2018 20:48:37 +0900 |
Yuya Nishihara |
hgweb: wrap {edges} of {nodes} of graph with mappinglist
|
changeset |
files
|
Wed, 04 Apr 2018 20:48:00 +0900 |
Yuya Nishihara |
hgweb: wrap {nodes} of graph with mappinggenerator
|
changeset |
files
|
Wed, 04 Apr 2018 20:46:12 +0900 |
Yuya Nishihara |
hgweb: adapt {jsdata} of graph to mappinggenerator
|
changeset |
files
|
Wed, 04 Apr 2018 20:44:18 +0900 |
Yuya Nishihara |
hgweb: wrap {nextentry} of graph with mappinglist
|
changeset |
files
|
Fri, 01 Jun 2018 23:02:36 +0900 |
Yuya Nishihara |
setup: write version constant as bytes literal
|
changeset |
files
|
Thu, 31 May 2018 18:53:28 +0800 |
Anton Shestakov |
spartan: don't show '[up]' in file view when in root directory already
|
changeset |
files
|
Thu, 31 May 2018 18:39:35 +0800 |
Anton Shestakov |
monoblue: don't show '[up]' in file view when in root directory already
|
changeset |
files
|
Thu, 31 May 2018 18:33:49 +0800 |
Anton Shestakov |
gitweb: don't show '[up]' in file view when in root directory already
|
changeset |
files
|
Thu, 31 May 2018 18:01:54 +0800 |
Anton Shestakov |
paper: don't show '[up]' in file view when in root directory already
|
changeset |
files
|
Thu, 31 May 2018 16:52:02 +0800 |
Anton Shestakov |
spartan: add missing closing tags
|
changeset |
files
|
Fri, 20 Apr 2018 15:21:03 +0200 |
Joerg Sonnenberger |
templatefilters: add commonprefix
|
changeset |
files
|
Sun, 20 May 2018 19:07:51 +0530 |
Pulkit Goyal |
py3: add 3 new passing tests to whitelist
|
changeset |
files
|
Thu, 24 May 2018 09:56:28 +0000 |
Nicola Spanti |
serve: add option print-url
|
changeset |
files
|
Wed, 06 Jun 2018 12:53:26 -0700 |
Jun Wu |
chg: fix an undefined behavior about memcpy
stable
|
changeset |
files
|
Wed, 06 Jun 2018 13:28:49 -0400 |
Augie Fackler |
Added signature for changeset 9c5ced5276d6
stable
|
changeset |
files
|
Wed, 06 Jun 2018 13:28:48 -0400 |
Augie Fackler |
Added tag 4.6.1 for changeset 9c5ced5276d6
stable
|
changeset |
files
|
Mon, 30 Apr 2018 22:24:58 -0400 |
Augie Fackler |
mpatch: avoid integer overflow in combine() (SEC)
stable 4.6.1
|
changeset |
files
|
Mon, 30 Apr 2018 22:23:06 -0400 |
Augie Fackler |
mpatch: avoid integer overflow in mpatch_decode (SEC)
stable
|
changeset |
files
|
Mon, 30 Apr 2018 22:20:13 -0400 |
Augie Fackler |
mpatch: fix UB integer overflows in discard() (SEC)
stable
|
changeset |
files
|
Mon, 30 Apr 2018 22:15:11 -0400 |
Augie Fackler |
mpatch: fix UB in int overflows in gather() (SEC)
stable
|
changeset |
files
|
Thu, 03 May 2018 12:54:20 -0400 |
Augie Fackler |
mpatch: introduce a safesub() helper as well
stable
|
changeset |
files
|
Mon, 30 Apr 2018 22:13:42 -0400 |
Augie Fackler |
mpatch: introduce a safeadd() helper to work around UB int overflow
stable
|
changeset |
files
|
Sat, 28 Apr 2018 10:09:12 -0400 |
Augie Fackler |
mpatch: ensure fragment start isn't past the end of orig (SEC)
stable
|
changeset |
files
|
Sat, 28 Apr 2018 02:04:56 -0400 |
Augie Fackler |
mpatch: protect against underflow in mpatch_apply (SEC)
stable
|
changeset |
files
|