Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
templater: inline unwrapvalue()
2018-04-04, by Yuya Nishihara
run-tests: update the test case name format
2018-05-13, by Boris Feld
run-tests: add support for running specific test cases
2018-04-26, by Boris Feld
configitems: drop the deprecated alias for commands.update.check
2018-06-03, by Pulkit Goyal
graft: correct documentation about options can be reapplied
2018-06-02, by Sushil khanchi
cmdutil: use internal separators when building the terse list
2018-06-02, by Matt Harbison
advanceboundary: add dryrun parameter
2018-05-30, by Sushil khanchi
grep: enable passing wdir as a revision
2018-05-30, by Sangeet Kumar Mishra
outgoing: drop an extraneous URL parse
2018-06-01, by Matt Harbison
config: rename allow_archive to allow-archive
2018-05-14, by David Demelier
hgweb: fill {rename} even if ?linerange is specified
2018-04-21, by Yuya Nishihara
hgweb: wrap {earlycommands} and {othercommands} of help with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: wrap {topics}es of help with mappinggenerator or mappinglist
2018-04-04, by Yuya Nishihara
hgweb: wrap {edges} of {nodes} of graph with mappinglist
2018-04-04, by Yuya Nishihara
hgweb: wrap {nodes} of graph with mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: adapt {jsdata} of graph to mappinggenerator
2018-04-04, by Yuya Nishihara
hgweb: wrap {nextentry} of graph with mappinglist
2018-04-04, by Yuya Nishihara
setup: write version constant as bytes literal
2018-06-01, by Yuya Nishihara
spartan: don't show '[up]' in file view when in root directory already
2018-05-31, by Anton Shestakov
monoblue: don't show '[up]' in file view when in root directory already
2018-05-31, by Anton Shestakov
gitweb: don't show '[up]' in file view when in root directory already
2018-05-31, by Anton Shestakov
paper: don't show '[up]' in file view when in root directory already
2018-05-31, by Anton Shestakov
spartan: add missing closing tags
2018-05-31, by Anton Shestakov
templatefilters: add commonprefix
2018-04-20, by Joerg Sonnenberger
py3: add 3 new passing tests to whitelist
2018-05-20, by Pulkit Goyal
serve: add option print-url
2018-05-24, by Nicola Spanti
chg: fix an undefined behavior about memcpy
stable
2018-06-06, by Jun Wu
Added signature for changeset 9c5ced5276d6
stable
2018-06-06, by Augie Fackler
Added tag 4.6.1 for changeset 9c5ced5276d6
stable
2018-06-06, by Augie Fackler
mpatch: avoid integer overflow in combine() (SEC)
stable
4.6.1
2018-04-30, by Augie Fackler
mpatch: avoid integer overflow in mpatch_decode (SEC)
stable
2018-04-30, by Augie Fackler
mpatch: fix UB integer overflows in discard() (SEC)
stable
2018-04-30, by Augie Fackler
mpatch: fix UB in int overflows in gather() (SEC)
stable
2018-04-30, by Augie Fackler
mpatch: introduce a safesub() helper as well
stable
2018-05-03, by Augie Fackler
mpatch: introduce a safeadd() helper to work around UB int overflow
stable
2018-04-30, by Augie Fackler
mpatch: ensure fragment start isn't past the end of orig (SEC)
stable
2018-04-28, by Augie Fackler
mpatch: protect against underflow in mpatch_apply (SEC)
stable
2018-04-28, by Augie Fackler
mpatch: be more careful about parsing binary patch data (SEC)
stable
2018-04-28, by Augie Fackler
zstandard: pull in bug fixes from upstream 0.9.1 release (issue5884)
stable
2018-06-06, by Gregory Szorc
templatefuncs: only render text portion of minirst.format() result
stable
2018-06-06, by Anton Shestakov
tests: demonstrate that hgweb renders "pruned" that minirst.format() returns
stable
2018-06-06, by Anton Shestakov
rebase: avoid RevlogError when computing obsoletenotrebased (issue5907)
stable
2018-06-05, by Matt Harbison
rebase: prioritize indicating an interrupted rebase over update (issue5838)
stable
2018-06-02, by Matt Harbison
tests: demonstrate inconsistent messaging around interrupted rebases
stable
2018-06-02, by Matt Harbison
tests: adapt test-check-pylint to run on Windows
stable
2018-05-31, by Matt Harbison
hghave: avoid a deadlock reading the child process's output
stable
2018-05-31, by Matt Harbison
lfs: bypass wrapped functions when reposetup() hasn't been called (issue5902)
stable
2018-05-31, by Matt Harbison
revlog: disallow setting uncompressed length to None
2018-05-26, by Yuya Nishihara
unionrepo: fill in uncompressed length of revlog entry
2018-05-26, by Yuya Nishihara
fuzz: add clean target
2018-04-29, by Augie Fackler
fuzzutil: make it possible to use absl when C++17 isn't supported
2018-04-30, by Augie Fackler
fuzz: extract some common utilities and use modern C++ idioms
2018-04-28, by Augie Fackler
tests: update fuzzer tests to include both fuzzers
2018-04-28, by Augie Fackler
transaction-summary: show phase changes statistics in pull/unbundle
2018-05-24, by Denis Laxalde
outgoing: pay attention to `default:pushurl` for bookmarks and subrepos
2018-05-28, by Matt Harbison
revlog: make chainbase cache its result for the correct revision
2018-04-21, by Paul Morelle
revlog: make getcandidaterevs more consistent about updating tested revs set
2018-03-07, by Paul Morelle
templatekw: make getrenamed() return only filename, not nodeid
2018-03-26, by Martin von Zweigbergk
py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.name
2018-05-26, by Yuya Nishihara
py3: wrap tempfile.mkdtemp() to use bytes path
2018-05-26, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip