Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
tests: port test-parseindex2.py to Python 3
2018-04-27, by Augie Fackler
tests: prefer string concatenation with () instead of \ in parseindex2 tests
2018-04-27, by Augie Fackler
tests: port test-simplemerge.py to Python 3
2018-04-27, by Augie Fackler
tests: replace use of assertEquals with assertEqual in test-simplemerge.py
2018-04-27, by Augie Fackler
tests: b prefixes on some inline python in test-convert-cvs.t
2018-04-27, by Augie Fackler
cvsps: wrap bytes in bytestr before %r-ing it
2018-04-27, by Augie Fackler
convcmd: make a copy of heads before mutating it
2018-04-27, by Augie Fackler
cvsps: portably convert int to bytes
2018-04-27, by Augie Fackler
cvsps: wrap cmp methods (deprecated) in functools.cmp_to_key
2018-04-27, by Augie Fackler
tests: port inline extension in test-convert-cvs.t to py3
2018-04-27, by Augie Fackler
cvsps: add b prefixes to regular expressions
2018-04-27, by Augie Fackler
minirst: fix bytes slicing defect on Python 3
2018-04-27, by Augie Fackler
tests: port test-minirst.py to Python 3
2018-04-27, by Augie Fackler
tests: use stringutil.pprint instead of pprint.pprint in test-minirst.py
2018-04-27, by Augie Fackler
tests: port test-pathencode.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-hgwebdir-paths.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-walkrepo.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-minifileset.py to Python 3
2018-04-27, by Augie Fackler
minifileset: fix on Python 3
2018-04-27, by Augie Fackler
tests: port test-url.py to Python 3
2018-04-27, by Augie Fackler
tests: fix error case in test-url.py's doctest
2018-04-27, by Augie Fackler
util: make util.url __repr__ consistent on Python 2 and 3
2018-04-27, by Augie Fackler
sslutil: fix some edge cases in Python 3 support
2018-04-27, by Augie Fackler
tests: port test-hybridencode.py to unittest
2018-04-26, by Augie Fackler
tests: make test-check-interfaces.py work on Python 3
2018-04-26, by Augie Fackler
scmutil: clean up bytes/string cache decorator mess on Python 3 again
2018-04-26, by Augie Fackler
directaccess: use resolvehexnodeidprefix() instead of _partialmatch()
2018-05-07, by Martin von Zweigbergk
revset: use resolvehexnodeidprefix() in id() predicate (BC)
2018-05-07, by Martin von Zweigbergk
revset: make id() an empty set for ambiguous nodeid (BC)
2018-05-07, by Martin von Zweigbergk
shortest: don't keep checking for longer prefix if node doesn't exist (API)
2018-05-05, by Martin von Zweigbergk
shortest: extract function for checking if a prefix is a revnum
2018-05-02, by Martin von Zweigbergk
shortest: rename "test" variable to "prefix"
2018-05-03, by Martin von Zweigbergk
shortest: move some safe code out of exception block
2018-05-02, by Martin von Zweigbergk
revlog: don't say "not found" on internal error
2018-05-04, by Martin von Zweigbergk
revlog: extract function for getting node from known-to-exist rev
2018-05-04, by Martin von Zweigbergk
shortest: make {shortest("fffffffff")} work again
2018-05-07, by Martin von Zweigbergk
revlog: use radix tree also for matching keys shorter than 4 hex digits
2018-04-29, by Martin von Zweigbergk
context: convert to hex for error message only for 20-byte changeid
2018-04-06, by Martin von Zweigbergk
context: clarify that only one attempt is made to interpret changeid
2018-04-06, by Martin von Zweigbergk
context: only bother looking for broken dirstate for 20-byte changeid
2018-04-06, by Martin von Zweigbergk
context: drop support for looking up context by ambiguous changeid (API)
2018-04-28, by Martin von Zweigbergk
tests: pass parent revision as integer to repo[x] in test-context-metadata.t
2018-04-28, by Martin von Zweigbergk
bookmarks: cache reverse mapping (issue5868)
2018-05-05, by Yuya Nishihara
bookmarks: make argument names of _set/_del() more specific
2018-05-05, by Yuya Nishihara
bookmarks: extract function that looks up bookmark names by node
2018-05-05, by Yuya Nishihara
bookmarks: hide dict behind bmstore class
2018-05-05, by Yuya Nishihara
tests: remove pid file by default
2018-05-05, by Gregory Szorc
tests: remove #require killdaemons
2018-04-30, by Gregory Szorc
pycompat: export queue module instead of symbols in module (API)
2018-05-05, by Gregory Szorc
demandimport: make module ignores a set (API)
2018-05-05, by Gregory Szorc
cmdutil: remove unused 'confirmopts' constant
2018-04-19, by Yuya Nishihara
formatter: ditch namedtuple in favor of attr
2018-05-03, by Yuya Nishihara
log: consume --stat/patch options at constructor of changesetprinter
2018-04-29, by Yuya Nishihara
log: cache diffopts instance
2018-04-29, by Yuya Nishihara
merge with stable
2018-05-05, by Gregory Szorc
encoding: alias cp65001 to utf-8 on Windows
stable
2018-07-01, by Yuya Nishihara
windows: fix incorrect detection of broken pipe when writing to pager
stable
2018-07-04, by Sune Foldager
Added signature for changeset 0b63a6743010
stable
2018-07-03, by Augie Fackler
Added tag 4.6.2 for changeset 0b63a6743010
stable
2018-07-03, by Augie Fackler
procutil: use unbuffered stdout on Windows
stable
4.6.2
2018-06-25, by Sune Foldager
merge: do not fill manifest of committed revision with pseudo node (issue5526)
stable
2018-06-19, by Yuya Nishihara
manifest: fix possible SEGV caused by uninitialized lazymanifest fields
stable
2018-06-15, by Yuya Nishihara
tests: replace `echo -n` with `printf` per check-code
stable
2018-06-15, by Augie Fackler
crecord: fix line number in hunk header (issue5917)
stable
2018-06-14, by Jun Wu
lazymanifest: don't crash when out of memory (issue5916)
stable
2018-06-13, by Josef 'Jeff' Sipek
cext: stop worrying and love the free(NULL)
stable
2018-06-13, by Josef 'Jeff' Sipek
tests: fix test-patch.t on pickier /bin/sh implementations
stable
2018-05-20, by Augie Fackler
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
help: correct signature of separate() template function
stable
2018-05-24, by Yuya Nishihara
hgweb: do not try to replace signal handlers while locking
stable
2018-05-18, by Yuya Nishihara
lock: add internal config to not replace signal handlers while locking
stable
2018-05-18, by Yuya Nishihara
merge with i18n
stable
2018-05-22, by Augie Fackler
i18n-pt_BR: synchronized with 32a75a8a5b0f
stable
2018-05-04, by Wagner Bruna
i18n-ja: fix block indentation
stable
2018-05-04, by Wagner Bruna
i18n-ja: synchronized with 32a75a8a5b0f
stable
2018-05-01, by FUJIWARA Katsunori
httppeer: declare 'dbg' at the function level
stable
2018-05-21, by Boris Feld
httppeer: properly gate debug usage behind debug flag check
stable
2018-05-04, by Boris Feld
push: continue without locking on lock failure other than EEXIST (issue5882)
stable
2018-05-15, by Yuya Nishihara
bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885)
stable
2018-05-12, by Julien Cristau
revset: pass in lookup function to matchany() (issue5879)
stable
2018-05-11, by Yuya Nishihara
test-hgweb: add test for foo-bar name lookup
stable
2018-05-11, by Yuya Nishihara
bundle2: mark the bundle2 part as advisory (issue5872)
stable
2018-05-08, by Boris Feld
debugbundle: also display if a part is mandatory or advisory
stable
2018-05-08, by Boris Feld
Added signature for changeset 6614cac550ae
stable
2018-05-05, by Kevin Bullock
Added tag 4.6 for changeset 6614cac550ae
stable
2018-05-05, by Kevin Bullock
filelog: don't crash on invalid copy metadata (issue5748)
stable
4.6
2017-11-30, by Gregory Szorc
httppeer: detect redirect to URL without query string (issue5860)
stable
2018-04-30, by Gregory Szorc
hgweb: prevent triggering dummy href="#" handler
stable
2018-05-03, by Yuya Nishihara
paper: add href="#" to links with click handlers
stable
2018-05-02, by Gregory Szorc
paper: don't register click handlers with inline javascript (issue5812)
stable
2018-05-02, by Gregory Szorc
hgweb: allow Content-Security-Policy header on 304 responses (issue5844)
stable
2018-04-30, by Gregory Szorc
hgweb: discard Content-Type header for 304 responses (issue5844)
stable
2018-04-30, by Gregory Szorc
tests: add tests demonstrating ISE for HTTP 304 responses with hgwebdir
stable
2018-04-30, by Gregory Szorc
hgweb: guard against empty Content-Length header
stable
2018-04-27, by Gregory Szorc
test-push-http: do not clear pid file
stable
2018-04-26, by Yuya Nishihara
debugcolor: fix crash by empty styles (issue5856)
stable
2018-04-26, by Yuya Nishihara
tests: explicitly define compression engines for tests
stable
2018-04-25, by Gregory Szorc
tests: update no-zstd branch of test-treediscovery.t as in 330ada7e8ea5
stable
2018-04-25, by Augie Fackler
tests: glob away content-length changes relating to missing zstd bindings
stable
2018-04-25, by Augie Fackler
revlog: make pure version of _partialmatch() support 40-byte hex nodeids
stable
2018-04-25, by Martin von Zweigbergk
hgweb: reuse body file object when hgwebdir calls hgweb (issue5851)
stable
2018-04-24, by Gregory Szorc
remotenames: mark the extension as EXPERIMENTAL
stable
2018-04-25, by Pulkit Goyal
tests: fix test-check-commit.t when all commits are public
stable
2018-04-24, by Augie Fackler
import: fix crash on --exact check of empty commit (issue5702)
stable
2018-04-24, by Yuya Nishihara
tests: mark test-check-interfaces.py as requiring a repo
stable
2018-04-24, by Martin von Zweigbergk
sshpeer: reflect actual command activity one handshake
stable
2018-04-23, by Boris Feld
tests: drop a useless glob in test-infinite-bundlestore.t
stable
2018-04-23, by Matt Harbison
infinitepush: ensure fileindex bookmarks use '/' separators (issue5840)
stable
2018-04-23, by Matt Harbison
interfaceutil: module to stub out zope.interface
stable
2018-04-22, by Gregory Szorc
test-fix: normalize precision of mtime copied by 'cp -p'
stable
2018-04-23, by Yuya Nishihara
merge stable heads
stable
2018-04-20, by Augie Fackler
Added signature for changeset 1ec874717d8a
stable
2018-04-20, by Augie Fackler
Added tag 4.6rc1 for changeset 1ec874717d8a
stable
2018-04-20, by Augie Fackler
internals: correct capitalization of 'compression' stream level parameter
stable
2018-04-20, by Kim Alvefur
test-check-code: prevent from adding Python modules shadowed by ancient C
stable
4.6rc1
2018-04-20, by Yuya Nishihara
diffhelper: rename module to avoid conflicts with ancient C module (issue5846)
stable
2018-04-20, by Yuya Nishihara
diffhelpers: backport 9e40bc4c1bde from C implementation
stable
2018-04-19, by Yuya Nishihara
version: make parser more robust for rc variants and ill-formed strings
stable
2018-04-20, by Yuya Nishihara
phabricator: specify some metadata compatibly with arc
stable
2018-04-18, by Tom Prince
diff: restore original color scheme for worddiff
stable
2018-04-19, by Yuya Nishihara
test-fix: fix use of 'f --newer' to check that foo.whole is not updated
stable
2018-04-19, by Yuya Nishihara
context: translate FilteredIndex/LookupError at repo[changeid] (API)
stable
2018-04-19, by Yuya Nishihara
inifinitepush: fix filebundlestore to close file
stable
2018-04-19, by Yuya Nishihara
notify: only notify for non-filtered revision
stable
2018-04-18, by Boris Feld
notify: access the initial revision on an unfiltered repository (issue5821)
stable
2018-04-18, by Boris Feld
notify: use changelog API to iterate over revision number (issue5821)
stable
2018-04-18, by Boris Feld
infinitepush: open files in binary mode
stable
2018-04-19, by Matt Harbison
tests: stabilize test-fix.t for Windows
stable
2018-03-30, by Matt Harbison
Added signature for changeset ed5448edcbfa
stable
2018-04-18, by Augie Fackler
Added tag 4.6rc0 for changeset ed5448edcbfa
stable
2018-04-18, by Augie Fackler
merge with default to begin 4.6 freeze
stable
4.6rc0
2018-04-18, by Augie Fackler
rebase: introduce support for automatically rebasing orphan changes
2018-03-04, by Augie Fackler
py3: whitelist six new passing tests
2018-04-18, by Augie Fackler
wireproto: rename wireproto to wireprotov1server (API)
2018-04-16, by Gregory Szorc
wireproto: move version 2 commands dict to wireprotov2server
2018-04-16, by Gregory Szorc
wireproto: move supportedcompengines out of wireproto
2018-04-16, by Gregory Szorc
wireproto: reimplement dispatch() for version 2 server
2018-04-16, by Gregory Szorc
wireproto: move command registration types to wireprototypes
2018-04-16, by Gregory Szorc
wireproto: make version 2 @wireprotocommand an independent function
2018-04-16, by Gregory Szorc
wireproto: don't pass transportpolicy argument
2018-04-16, by Gregory Szorc
forget: rename --confirm to --interactive
2018-04-18, by Sushil khanchi
notify: add maxdiffstat option to truncate long file lists
2018-04-17, by Joerg Sonnenberger
log: fix crash on empty revision with --copies switch
2018-04-13, by Yuya Nishihara
revsetlang: do not pass in non-bytes to parse()
2018-04-17, by Yuya Nishihara
fix: use templater to substitute values in command string
2018-04-14, by Yuya Nishihara
logcmdutil: pass formatter to jsonchangeset as argument
2018-04-13, by Yuya Nishihara
logcmdutil: rewrite jsonchangeset printer to be backed by jsonformatter
2018-04-13, by Yuya Nishihara
logcmdutil: remove unused attribute 'cache' from jsonchangeset printer
2018-04-13, by Yuya Nishihara
formatter: convert timestamp to int
2018-04-13, by Yuya Nishihara
bundle: introduce per-engine compression level
2018-04-17, by Joerg Sonnenberger
bundlespec: drop externalnames flag
2018-04-17, by Joerg Sonnenberger
revlog: make shortest() take a full binary nodeid (API)
2018-04-16, by Martin von Zweigbergk
lfs: add the 'Authorization' property to the Batch API response, if present
2018-04-06, by Matt Harbison
lfs: enable the final download count status message
2018-04-14, by Matt Harbison
diff: invoke the file prefetch hook
2018-04-14, by Matt Harbison
export: invoke the file prefetch hook
2018-04-14, by Matt Harbison
scmutil: teach the file prefetch hook to handle multiple commits
2018-04-14, by Matt Harbison
tests: arrange for a server in wireproto-command-capabilities.t to be killed
2018-04-16, by Matt Harbison
revset: skip legacy lookup for revspec wrapped in 'revset(...)'
2018-04-10, by Boris Feld
revset: add more test to show current behaviors with label looking like revset
2018-03-01, by Boris Feld
commands: use command executor interface
2018-04-14, by Gregory Szorc
exchange: use command executor interface for calling listkeys
2018-04-14, by Gregory Szorc
forget: add --confirm option
2018-03-22, by Sushil khanchi
largefiles: opts appears to already be bytes in this instance
2018-04-13, by Augie Fackler
tests: port inline extensions in test-hook.t to py3
2018-04-13, by Augie Fackler
tests: manually print list in test-hook.t
2018-04-14, by Augie Fackler
hook: also use pprint on lists for stable output on py2/3
2018-04-14, by Augie Fackler
hook: use stringutil.pprint instead of reinventing it
2018-04-13, by Augie Fackler
stringutil: make b prefixes on string output optional
2018-04-13, by Augie Fackler
stringutil: teach pprint how to format None
2018-04-13, by Augie Fackler
tests: update inline extensions in test-bundle2-exchange.t to py3
2018-04-13, by Augie Fackler
wsgicgi: un-do some prior porting work that is now wrong
2018-04-13, by Augie Fackler
hgweb_mod: inform hgweb class about paths actually being bytes
2018-04-13, by Augie Fackler
hgweb: inform hgweb.hgweb() entrypoint that paths should be bytes
2018-04-13, by Augie Fackler
tests: port inline cgi script in test-largefiles.t to python 3
2018-04-13, by Augie Fackler
lfcommands: use %d on known-int in format string
2018-04-13, by Augie Fackler
py3: fix test-shelve.t on Python 3
2018-04-13, by Augie Fackler
tests: fix up a couple of minor bytes inconsistencies in run-tests.py
2018-04-13, by Augie Fackler
tests: make sure test-run-tests.t actually runs run-tests.py under Python 3
2018-04-13, by Augie Fackler
py3: another three passing
2018-04-13, by Augie Fackler
httppeer: work around API differences on urllib Request objects
2018-04-13, by Augie Fackler
httppeer: no matter what Python 3 might think, http headers are bytes
2018-04-13, by Augie Fackler
httppeer: fix debug prints to work on Python 3
2018-04-13, by Augie Fackler
url: some bytes/str cleanup where we interface with stdlib funcs
2018-04-13, by Augie Fackler
hgweb: these strings should be sysstrs, not bytes
2018-04-13, by Augie Fackler
tests: port inline extensions in test-http.t to Python 3
2018-04-13, by Augie Fackler
patch: implement a new worddiff algorithm
2018-04-09, by Jun Wu
patch: buffer lines for a same hunk
2018-03-19, by Jun Wu
patch: move yielding "\n" to the end of loop
2018-03-19, by Jun Wu
context: clarify deprecation warning message
2018-04-16, by Martin von Zweigbergk
wireprotov2: add support for more response types
2018-04-15, by Gregory Szorc
wireprotov2: remove support for sending bytes response
2018-04-14, by Gregory Szorc
wireprotov2: change behavior of error frame
2018-04-14, by Gregory Szorc
wireprotov2: change command response protocol to include a leading map
2018-04-14, by Gregory Szorc
wireprotov2: change frame type and name for command response
2018-04-14, by Gregory Szorc
wireprotov2: change frame type value for command data
2018-04-14, by Gregory Szorc
wireprotov2: define response data as CBOR
2018-04-14, by Gregory Szorc
wireprotov2: decode responses to their expected types
2018-04-14, by Gregory Szorc
wireprotov2: establish a type for representing command response
2018-04-14, by Gregory Szorc
wireprotov2: move response handling out of httppeer
2018-04-14, by Gregory Szorc
debugcommands: ability to suppress logging of handshake
2018-04-14, by Gregory Szorc
hg: pass command intents to repo/peer creation (API)
2018-04-14, by Gregory Szorc
registrar: replace "cmdtype" with an intent-based mechanism (API)
2018-04-14, by Gregory Szorc
cleanup: polyfill assertRaisesRegex so we can avoid assertRaisesRegexp
2018-04-14, by Augie Fackler
tests: add b prefixes to test-hg-parseurl.py
2018-04-14, by Augie Fackler
tests: port test-hg-parseurl.py to unittest
2018-04-14, by Augie Fackler
hgwebdir: un-bytes the env dict before re-parsing env
2018-04-14, by Augie Fackler
cborutil: implement support for streaming encoding, bytestring decoding
2018-04-14, by Gregory Szorc
configitems: register server.zstdlevel
2018-04-15, by Matt Harbison
scmutil: make shortesthexnodeidprefix() take a full binary nodeid
2018-04-14, by Martin von Zweigbergk
scmutil: make shortesthexnodeidprefix() use unfiltered repo
2018-04-13, by Martin von Zweigbergk
templates: adjust white space amount in the output of {whyunstable}
2018-04-15, by Anton Shestakov
tests: split long templates that use {whyunstable} and put them in hgrc
2018-04-15, by Anton Shestakov
tests: make custom templates that use {whyunstable} terser
2018-04-15, by Anton Shestakov
tests: hg log shouldn't need --hidden to show whyunstable template keyword
2018-04-15, by Anton Shestakov
makefile: add Ubuntu Bionic docker targets (.deb and ppa)
2018-04-14, by Antonio Muci
makefile: reformat .PHONY targets
2018-04-14, by Antonio Muci
makefile: mkdir is not needed on templatized docker builds
2018-04-14, by Antonio Muci
hgweb: convert _siblings to a factory function of mappinggenerator
2018-04-01, by Yuya Nishihara
hgweb: extract a generator function of _siblings class
2018-04-01, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip