Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
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.
commit: factor out empty commit check to `basectx.isempty()`
2020-07-11, by Manuel Jacob
overlayworkingctx: rename misleadingly named `isempty()` method
2020-07-11, by Manuel Jacob
rebase: add test case that shows that inmemory rebase does not preserve merges
2020-07-10, by Manuel Jacob
rebase: remove now unnecessary logic to allow empty commit when branch changes
2020-07-09, by Manuel Jacob
commit: check branch change on to-be-committed changeset
2020-07-10, by Manuel Jacob
merge with stable
2020-07-13, by Augie Fackler
procutil: move comment closer to relevant code
2020-07-10, by Manuel Jacob
procutil: use mercurial.windows.winstdout only on Python 2 and TTYs
2020-07-10, by Manuel Jacob
procutil: split if condition
2020-07-10, by Manuel Jacob
procutil: explain better why line buffering is not possible
2020-07-10, by Manuel Jacob
tests: make subprocess handling reusable for different tests in test-stdio.py
2020-07-07, by Manuel Jacob
procutil: back out 8403cc54bc83 (make ....procutil.stderr unbuffered)
2020-07-11, by Manuel Jacob
test-clone-uncompressed: use config to silence the lock warning
2020-07-09, by Pierre-Yves David
hooklib: fix detection of successors for changeset_obsoleted
2020-05-21, by Joerg Sonnenberger
fix: prefetch file contents
2020-07-09, by Rodrigo Damazio Bovendorp
fix: obtain base paths before starting workers
2020-07-09, by Rodrigo Damazio Bovendorp
scmutil: allowing different files to be prefetched per revision
2020-07-09, by Rodrigo Damazio Bovendorp
tests: update test-devel-warnings.t output with chg
2020-07-11, by Pulkit Goyal
tests: make names in test-stdio.py more distinctive
2020-07-07, by Manuel Jacob
tests: terminate subprocess in test-stdio.py in case of exception
2020-07-07, by Manuel Jacob
tests: proof test-stdio.py against buffer fill-up
2020-07-07, by Manuel Jacob
tests: stablize test-serve.t on Windows
2020-07-09, by Matt Harbison
commitctx: document the manifest writing function
2020-07-06, by Pierre-Yves David
commitctx: reorder some conditional for efficiency in _filecommit
2020-07-06, by Pierre-Yves David
commitctx: document _filecommit input and output
2020-07-06, by Pierre-Yves David
phases: replace magic number by constant
2020-07-07, by Joerg Sonnenberger
clonebundles: optional memory-requirement attribution
2020-06-22, by Joerg Sonnenberger
util: provide a helper function to estimate RAM size
2020-06-09, by Joerg Sonnenberger
tests: allow timing difference in output
2020-07-02, by Joerg Sonnenberger
documentation: add some internals documentation about bid merge
2020-06-22, by Pierre-Yves David
cmdserver: document message-encodings and channel output options
2020-06-28, by Yuya Nishihara
cmdserver: add option to not exit from message loop on SIGINT
2020-06-27, by Yuya Nishihara
pycompat: remove pycompat.{stdin,stdout,stderr}
2020-07-06, by Manuel Jacob
pycompat: change users of pycompat.{stdin,stdout,stderr} to use procutil.std*
2020-07-06, by Manuel Jacob
hgignore: add mypy cache files
2020-07-06, by Antoine Cezar
revlog: avoid hard-coded hash sizes
2020-07-06, by Joerg Sonnenberger
test: restore expected output in test-persistent-nodemap.t
2020-07-03, by Pierre-Yves David
heptapod-ci: build rhg before tests run
2020-07-06, by Antoine Cezar
rhg: add a limited `rhg root` subcommand
2020-07-07, by Antoine Cezar
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
2020-06-05, by Antoine Cezar
archival: abort if compression method is unavailable
stable
2020-07-08, by Manuel Jacob
demandimport: ignore `lzma` module for demandimport
stable
2020-07-08, by Manuel Jacob
merge with stable
2020-07-06, by Augie Fackler
procutil: make mercurial.utils.procutil.stderr unbuffered
2020-07-05, by Manuel Jacob
tests: generalize common test case code in test-stdio.py
2020-07-05, by Manuel Jacob
procutil: make stdout line-buffered on Windows if connected to TTY
2020-07-04, by Manuel Jacob
procutil: split import and reassignment
2020-07-04, by Manuel Jacob
procutil: move assignments closer to reassignments
2020-07-04, by Manuel Jacob
procutil: factor out conditional creation of LineBufferedWrapper
2020-07-04, by Manuel Jacob
procutil: define LineBufferedWrapper on all Python versions
2020-07-02, by Manuel Jacob
tests: add tests for buffering behavior of mercurial.utils.procutil.stdout
2020-07-04, by Manuel Jacob
cleanup: use slightly more meaningful name for temporary variable
2020-07-02, by Manuel Jacob
cleanup: use any() instead of checking truthiness of temporary list
2020-07-02, by Manuel Jacob
chg: suppress OSError in _restoreio() and add some logging (issue6330)
2020-07-03, by Pulkit Goyal
py3: fix crash when server address is 0.0.0.0 (issue6362)
stable
2020-07-03, by Manuel Jacob
ui: fix Python 2.7 support for ui.timestamp-output
2020-07-02, by Joerg Sonnenberger
merge with stable
2020-07-01, by Augie Fackler
run-tests: find python binary on Python 3 (issue6361)
stable
2020-07-01, by Axel Hecht
tests: ignore possible diagnostics from gpg 2.2
stable
2020-06-29, by Joerg Sonnenberger
Added signature for changeset 0ea9c86fac89
stable
2020-07-01, by Pulkit Goyal
Added tag 5.4.2 for changeset 0ea9c86fac89
stable
2020-07-01, by Pulkit Goyal
convert: handle percent-encoded bytes in file URLs like Subversion
stable
5.4.2
2020-06-30, by Manuel Jacob
convert: add docstring on convert.subversion.geturl()
stable
2020-06-30, by Manuel Jacob
ui: add option to timestamp status and diagnostic messages
2020-06-18, by Joerg Sonnenberger
tests: use path inside test dir
stable
2020-06-30, by Manuel Jacob
convert: convert URLs to UTF-8 for Subversion
stable
2020-06-30, by Manuel Jacob
convert: correctly convert paths to UTF-8 for Subversion
stable
2020-06-29, by Manuel Jacob
py3: pass URL as str
stable
2020-06-30, by Manuel Jacob
convert: bail out in Subversion source if encountering non-ASCII HTTP(S) URL
stable
2020-06-30, by Manuel Jacob
merge with stable
2020-06-29, by Yuya Nishihara
compat: back out a25343d16ebe (initialize LC_CTYPE locale on all Python ...)
2020-06-28, by Manuel Jacob
curses: back out d2227d4c9e6b (do not initialize LC_ALL to user settings)
2020-06-28, by Manuel Jacob
test: redirect stderr so warning messages don't change output (issue6237)
2020-06-25, by Julien Cristau
locks: expect repo lock, not wlock, when writing to .hg/strip-backup/
2020-06-25, by Martin von Zweigbergk
graft: leverage cmdutil.check_incompatible_arguments() for --abort/--stop
2020-06-25, by Martin von Zweigbergk
run-tests: fix escapes with conditions
stable
2020-06-29, by Manuel Jacob
convert: set LC_CTYPE around calls to Subversion bindings
stable
2020-06-28, by Manuel Jacob
curses: do not initialize LC_ALL to user settings (issue6358)
stable
2020-06-28, by Manuel Jacob
graft: leverage cmdutil.check_incompatible_arguments() for --no-commit
2020-06-25, by Martin von Zweigbergk
graft: leverage cmdutil.check_at_most_one_arg() for --abort/--stop/--continue
2020-06-25, by Martin von Zweigbergk
version: sort extensions by name in verbose mode
2020-06-27, by Matt Harbison
crecord: stop trying to import wcurses
2020-06-27, by Manuel Jacob
debian: support building a single deb for multiple py3 versions
2020-06-18, by Kyle Lippincott
merge with stable
2020-06-26, by Augie Fackler
hgweb: encode WSGI environment like OS environment
stable
2020-06-25, by Manuel Jacob
hgweb: deduplicate code
stable
2020-06-25, by Manuel Jacob
curses: do not initialize LC_ALL to user settings (issue6358)
2020-06-26, by Manuel Jacob
compat: initialize LC_CTYPE locale on all Python versions and platforms
2020-06-26, by Manuel Jacob
merge with stable
2020-06-25, by Martin von Zweigbergk
merge: don't grab wlock when merging in memory
2020-06-24, by Martin von Zweigbergk
pycompat: use os.fsencode() to re-encode sys.argv
2020-06-24, by Manuel Jacob
merge with stable
2020-06-25, by Yuya Nishihara
perf: make `hg perfwrite` more flexible
2020-06-05, by Manuel Jacob
chg: fix typo
2020-06-23, by Manuel Jacob
copies: implement __repr__ on branch_copies for debugging
2020-06-19, by Martin von Zweigbergk
phases: remove useless lookup of repo[rev].rev() in _retractboundary
2020-06-20, by Yuya Nishihara
ui: replace `self._ferr` with identical `dest`
2020-06-04, by Manuel Jacob
absorb: make it clear what happens when no input
2020-06-20, by Sushil khanchi
tests: add hghave rule 'setprocname' to check if osutil.setprocname and use it
2020-06-17, by Pulkit Goyal
util: flush stderr explicitly after using warnings.warn()
2020-06-19, by Pulkit Goyal
phases: improve performance of _retractboundary
2020-06-18, by Joerg Sonnenberger
tests: use proctutil.stdout.write() instead of print() in test-extension.t
2020-06-18, by Pulkit Goyal
fuzz: tell manifest fuzzer about longer node hashes
2020-01-08, by Augie Fackler
absorb: preserve changesets which were already empty
2020-06-01, by Manuel Jacob
absorb: preserve branch-closing changesets even if empty
2020-06-01, by Manuel Jacob
absorb: preserve branch-changing changesets even if empty
2020-06-01, by Manuel Jacob
rhg: add Command trait for subcommands implemented by rhg
2020-06-22, by Antoine Cezar
rhg: add rhg crate
2020-06-05, by Antoine Cezar
hg-core: add FindRoot operation to find repository root path
2020-06-05, by Antoine Cezar
share: provide a more useful text for hg help
stable
2020-06-23, by Joerg Sonnenberger
procutil: make recent fix for zombies compatible with py2
stable
2020-06-25, by Martin von Zweigbergk
pycompat: fix crash when default locale is unknown
stable
2020-06-24, by Manuel Jacob
help: document meaning of '%' in graphlog output
stable
2020-06-22, by Martin von Zweigbergk
py3: fix broken man page generation, it was generating `(default: NUL*)`
stable
2020-06-17, by Kyle Lippincott
hg-core: add Operation interface for high-level hg operations
2020-06-05, by Antoine Cezar
rust: do a clippy pass
2020-06-15, by Raphaël Gomès
py3: fix comparison between int and None
stable
2020-06-16, by Manuel Jacob
py3: pass regex as bytes
stable
2020-06-16, by Manuel Jacob
py3: avoid using %r format on bytes
stable
2020-06-16, by Manuel Jacob
py3: use `%d` for int in % formatting
stable
2020-06-16, by Manuel Jacob
py3: pass native string to urlreq.url2pathname()
stable
2020-06-16, by Manuel Jacob
py3: suppress DeprecationWarning about deprecated base64 module aliases
stable
2020-06-16, by Manuel Jacob
py3: use `pycompat.ziplist()`
stable
2020-06-15, by Manuel Jacob
py3: use `%d` for int in % formatting
stable
2020-06-15, by Manuel Jacob
py3: fix bytes iteration
stable
2020-06-15, by Manuel Jacob
py3: unbyteify arguments to warnings.filterwarnings()
stable
2020-06-15, by Manuel Jacob
fuzz: add config knob for PYTHON_CONFIG_FLAGS
2020-06-15, by Augie Fackler
pyutil: this has taken so long to fix, I'm using 3.8 now
2020-06-15, by Augie Fackler
merge with stable
2020-06-15, by Augie Fackler
tests: adjust to the new format in pyflakes output
stable
2020-06-06, by Anton Shestakov
tests: consistently use pyflakes as a Python module
stable
2020-06-06, by Anton Shestakov
tests: skip pyflakes for mercurial/thirdparty/
stable
2020-06-06, by Anton Shestakov
zeroconf: fix non existant formatting in the vendored zeroconf module
stable
2020-06-13, by Pierre-Yves David
ignore: note debugignore on ignore man page
stable
2020-06-12, by Adam Hull
nodemap: fix validity checking when revlog is too short
stable
2020-06-13, by Pierre-Yves David
tests: remove unused creation of file and outdated text
2020-06-12, by Manuel Jacob
tests: skip pyflakes for mercurial/thirdparty/
2020-06-06, by Anton Shestakov
git: add debug logging when there's a mismatch in the cached heads list
2020-06-09, by Augie Fackler
py3: make stdout line-buffered if connected to a TTY
2020-06-10, by Manuel Jacob
simplemerge: rewrite flag merging loop as expression
2020-06-02, by Yuya Nishihara
simplemerge: leverage pycompat function to convert byte string to set
2020-06-02, by Yuya Nishihara
simplemerge: fix function name that tests if ctx is not null revision
2020-06-02, by Yuya Nishihara
git: decode node IDs back into Python strings (issue6349)
2020-06-09, by Hollis Blanchard
phabricator: make it clear what happen when no response
2020-06-09, by Sushil khanchi
tests: make it clear what happen when no response entered
2020-06-08, by Sushil khanchi
localrepo: handle ValueError during repository opening
2020-01-18, by Gregory Szorc
metadata: filter the `removed` set to only contains relevant data
2020-05-27, by Pierre-Yves David
files: extract code for extra filtering of the `removed` entry into copies
2020-05-27, by Pierre-Yves David
metadata: move computation related to files touched in a dedicated module
2020-05-27, by Pierre-Yves David
merge: move an inspection of the dirstate from record to calculate phase
2020-06-05, by Martin von Zweigbergk
tests: adjust to the new format in pyflakes output
2020-06-06, by Anton Shestakov
tests: consistently use pyflakes as a Python module
2020-06-06, by Anton Shestakov
heptapod-ci: also run tests for chg on python 2
2020-02-26, by Pierre-Yves David
rust-dependencies: upgrade `micro-timer` dependency
2020-06-02, by Raphaël Gomès
context: fix creation of ProgrammingError to not use non-existent field
2020-06-03, by Martin von Zweigbergk
help: explain in `hg help flags` that unambiguous prefixes are allowed
2020-06-03, by Martin von Zweigbergk
git: add coverage for manifest.diff() so we don't regress
2020-06-03, by Augie Fackler
git: implement diff manifest method
2020-06-01, by Josef 'Jeff' Sipek
git: properly visit child tree objects when resolving a path
2020-06-01, by Josef 'Jeff' Sipek
git: don't yield paths for directories when walking
2020-06-01, by Josef 'Jeff' Sipek
git: correctly check for type of object when walking
2020-06-01, by Josef 'Jeff' Sipek
git: implement stub prefetch_parents dirstate method
2020-06-01, by Josef 'Jeff' Sipek
rust: leverage .expect() in place of .unwrap() + inline comment
2020-05-25, by Yuya Nishihara
rust: fix false comment about mpsc::Sender
2020-05-25, by Yuya Nishihara
resourceutil: fix location of line comments
stable
2020-06-09, by Manuel Jacob
rebase: avoid clobbering wdir() with --dry-run or --confirm (issue6291)
stable
2020-04-30, by Matt Harbison
tests: show that rebase --dry-run and --confirm wipeout uncommitted changes
stable
2020-04-30, by Matt Harbison
Added signature for changeset 065704cbdbdb
stable
2020-06-06, by Pulkit Goyal
Added tag 5.4.1 for changeset 065704cbdbdb
stable
2020-06-06, by Pulkit Goyal
py3: update comment to account for Python 2 and Python 3 differences
stable
5.4.1
2020-06-05, by Manuel Jacob
py3: add warning about buffering behavior of pycompat.{stdout,stderr}
stable
2020-06-05, by Manuel Jacob
tests: fix indentation
stable
2020-06-05, by Manuel Jacob
merge with stable
2020-06-03, by Yuya Nishihara
graft: fix --base value to be saved in state file
stable
2020-06-02, by Yuya Nishihara
flags: also test merge with executable bit removed
stable
2020-05-16, by Pierre-Yves David
flags: also test the removal of the exec flag
stable
2020-05-16, by Pierre-Yves David
flags: read flag from dirstate/disk for workingcopyctx (issue5743)
stable
2020-05-16, by Pierre-Yves David
flags: actually merge flags in simplemerge
stable
2020-05-16, by Pierre-Yves David
flags: add a test for merging exec flag change with rename and file change
stable
2020-05-16, by Pierre-Yves David
flags: account for flag change when tracking rename relevant to merge
stable
2020-05-16, by Pierre-Yves David
flags: also test merging a rename with and exec flag change
stable
2020-05-16, by Pierre-Yves David
flags: introduce explicit testing for merging change to exec flag
stable
2020-05-16, by Pierre-Yves David
graft-state: save --base in graft's state, fixing bug with graft --continue
stable
2020-05-26, by Charles Chamberlain
relnotes: advertize the possibility to use rust
2020-05-30, by Valentin Gatien-Baron
rust: add a pointer for profiling to the README
2020-05-30, by Valentin Gatien-Baron
rust: update the mention of hgcli in rust/README.rst
2020-05-30, by Valentin Gatien-Baron
sslutil: fix comment to use inclusive or instead of exclusive or
2020-06-01, by Manuel Jacob
sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings()
2020-06-01, by Manuel Jacob
sslutil: stop storing protocol and options for SSLContext in settings dict
2020-06-01, by Manuel Jacob
sslutil: rename 'minimumprotocolui' -> 'minimumprotocol'
2020-06-01, by Manuel Jacob
sslutil: properly detect which TLS versions are supported by the ssl module
2020-06-01, by Manuel Jacob
sslutil: remove dead code (that failed if only TLS 1.0 is available)
2020-05-31, by Manuel Jacob
config: remove unused hostsecurity.disabletls10warning config
2020-05-31, by Manuel Jacob
sslutil: remove dead code (that downgraded default minimum TLS version)
2020-05-31, by Manuel Jacob
sslutil: remove comment referring to unsupported legacy stacks
2020-05-29, by Manuel Jacob
setup: require that Python has TLS 1.1 or TLS 1.2
2020-05-30, by Manuel Jacob
sslutil: check for OpenSSL without TLS 1.0 support in one case
2020-05-31, by Manuel Jacob
sslutil: don't set minimum TLS version to 1.0 if 1.2 but not 1.1 is available
2020-05-31, by Manuel Jacob
sslutil: add FIXME about supportedprotocols possibly containing too many items
2020-05-31, by Manuel Jacob
sslutil: fix names of variables containing minimum protocol strings
2020-05-31, by Manuel Jacob
sslutil: stop returning argument as third return value of protocolsettings()
2020-05-31, by Manuel Jacob
relnotes: note that we now require modern SSL/TLS features in Python
2020-05-30, by Manuel Jacob
tests: stop checking for optional, now impossible output
2020-05-30, by Manuel Jacob
rust: remove one more occurrence of re2
2020-05-30, by Valentin Gatien-Baron
scmutil: clarify getuipathfn comment
2020-05-26, by Valentin Gatien-Baron
githelp: add some minimal help for pickaxe functionality
2020-05-28, by Augie Fackler
rust: remove duplicate import
2020-04-17, by Raphaël Gomès
tests: remove "sslcontext" check
2020-05-30, by Manuel Jacob
sslutil: eliminate `_canloaddefaultcerts` by constant-folding code using it
2020-05-30, by Manuel Jacob
tests: remove "defaultcacerts" check
2020-05-30, by Manuel Jacob
sslutil: eliminate `modernssl` by constant-folding code using it
2020-05-29, by Manuel Jacob
hgweb: avoid using `sslutil.modernssl`
2020-05-30, by Manuel Jacob
sslutil: remove comments referring to removed SSLContext emulation class
2020-05-29, by Manuel Jacob
sslutil: remove code checking for presence of ssl.SSLContext
2020-05-29, by Manuel Jacob
setup: require a Python version with modern SSL features
2020-05-29, by Manuel Jacob
sslutil: set `_canloaddefaultcerts` to `True` if `ssl.SSLContext` is present
2020-05-30, by Manuel Jacob
filemerge: add __bytes__ for absentfilectx
2020-05-28, by Augie Fackler
mergestate: move staticmethod _filectxorabsent to module level
2020-05-28, by Augie Fackler
rust: remove support for `re2`
2020-05-29, by Raphaël Gomès
rust-dependencies: update `regex` to 1.3.9
2020-05-29, by Raphaël Gomès
cleanup: remove compatibility code for Python < 2.7.4
2020-05-29, by Manuel Jacob
cleanup: eliminate procutil.quotecommand()
2020-05-29, by Manuel Jacob
cleanup: remove compatibility code for Python < 2.7.1
2020-05-29, by Manuel Jacob
grep: reduce the cost of pathauditor checks when grepping working copy
2020-05-25, by Valentin Gatien-Baron
grep: test that paths get audited
2020-05-25, by Valentin Gatien-Baron
grep: add test coverage of behavior on symlinks
2020-05-25, by Valentin Gatien-Baron
help: fix description of revlog version 2
2020-05-22, by Aay Jay Chan
files: speed up `hg files` when no flags change display
2020-05-26, by Valentin Gatien-Baron
sshpeer: make client print (likely) server errors on stderr (BC)
2020-05-25, by Valentin Gatien-Baron
sshpeer: add test showing that -q silences remote errors
2020-05-25, by Valentin Gatien-Baron
scmutil: speed up relativization of paths when it's a no-op
2020-05-26, by Valentin Gatien-Baron
context: implement mergestate() method
2020-05-18, by Augie Fackler
mergestate: split out merge state handling code from main merge module
2020-05-18, by Augie Fackler
tests: add coverage for repo.changelog.children() in the git extension
2020-05-18, by Augie Fackler
tests: add coverage for repo.changelog.findmissing() in test-git-interop.t
2020-05-18, by Augie Fackler
relnotes: add API change note per request in D8502
2020-05-18, by Augie Fackler
merge with stable
2020-05-26, by Martin von Zweigbergk
grep: grep the working copy faster
2020-05-17, by Valentin Gatien-Baron
grep: stop computing information for --diff when unnecessary
2020-05-17, by Valentin Gatien-Baron
grep: don't go in an infinite loop when given empty regex
2020-05-17, by Valentin Gatien-Baron
grep: improve test coverage
2020-05-17, by Valentin Gatien-Baron
phabricator: avoid passing None to pycompat.fsdecode
2020-02-27, by Steve Fink
setup: stop asking cargo to spam
2020-05-17, by Valentin Gatien-Baron
git: implement some changelog methods
2020-05-11, by Romain DEP.
git: avoid looking-up parents for the null commit
2020-05-11, by Romain DEP.
git: fix probable missing return
2020-05-11, by Romain DEP.
rust: fix warning about unnecessary mut
2020-05-17, by Valentin Gatien-Baron
upgrade: support upgrade and downgrade from persistent nodemap
2020-04-14, by Pierre-Yves David
status: also support for `traversedir` callback in the Rust fast-path
2020-05-12, by Raphaël Gomès
rust-hg-cpython: update status bridge with the new `traversedir` support
2020-05-12, by Raphaël Gomès
rust-status: collect traversed directories if required
2020-05-12, by Raphaël Gomès
rust-status: don't dispatch unknown file when traversing if not listing unknowns
2020-05-12, by Raphaël Gomès
status: update comment to reflect the more recent situation
2020-05-12, by Raphaël Gomès
hooks: provide access to transaction changes for internal hooks
2020-05-01, by Joerg Sonnenberger
rust-regex: add test for verbatim regex syntax
2020-05-07, by Raphaël Gomès
rust-regex: prevent nonsensical `.*.*` pattern from happening
2020-05-07, by Raphaël Gomès
rust-regex: fix issues with regex anchoring and performance
2020-05-07, by Raphaël Gomès
diff: avoid going from contexts to nodes and back
2020-05-07, by Augie Fackler
setup: raise minimum Python version to 2.7.4
stable
2020-05-15, by Manuel Jacob
fsmonitor: coerce `clock` variable to byte-string (issue6321)
stable
2020-05-19, by Connor Sheehan
py3: change default priority and length used for sorting hooks to be compatible with python 3
stable
2020-05-14, by Charles Chamberlain
relnotes: copy "next" to "5.4" and clear "next"
stable
2020-05-18, by Martin von Zweigbergk
dirstate: make sure the dirstate is loaded before the changelog (issue6303)
stable
2020-05-11, by Pierre-Yves David
rust-dirstatemap: don't read the dirstate when requesting parents
stable
2020-05-11, by Raphaël Gomès
py3: fix exception in pull when several things happen to a bookmark
stable
2020-05-14, by Valentin Gatien-Baron
cleanup: avoid extra node/ctx conversions in logcmdutil.diffordiffstat
2020-05-07, by Augie Fackler
pyoxidizer: formatting bazel definitions
2020-05-12, by Rodrigo Damazio Bovendorp
fastexport: adjust output to be more canonical
stable
2020-05-12, by Joerg Sonnenberger
bash_completion: do not use aliased hg if it sources a script (issue6308)
stable
2020-05-11, by Peter Arrenbrecht
demandimport: fix compatibility with meta path finders w/o find_spec() method
stable
2020-05-12, by Manuel Jacob
tests: fix timer scaling in wait-on-file
stable
2020-05-07, by Joerg Sonnenberger
manifest-cache: ignore IOError while writing
stable
2020-05-09, by Pierre-Yves David
copy: give better error message when no source paths found with --at-rev
stable
2020-05-06, by Martin von Zweigbergk
tests: show poor error message for `hg cp -A --at-rev . non-existent dst`
stable
2020-05-06, by Martin von Zweigbergk
copy: to find copy source, walk parent of revision we're marking copies in
stable
2020-05-06, by Martin von Zweigbergk
tests: show that `hg cp -A --at-rev .` doesn't work for renames
stable
2020-05-06, by Martin von Zweigbergk
formatting: add missing newline
stable
2020-05-08, by Raphaël Gomès
fastexport: downgrade message about already exported changesets to debug
stable
2020-04-27, by Joerg Sonnenberger
revisions: parse "x123" as "nodeid starting with 123" without prefixhexnode
2020-05-11, by Martin von Zweigbergk
status: use cmdutil.check_at_most_one_arg() for checking --rev/--change
2020-05-08, by Martin von Zweigbergk
diff: use cmdutil.check_at_most_one_arg() for checking --rev/--change
2020-05-08, by Martin von Zweigbergk
copy: give better error message when no source paths found with --at-rev
2020-05-06, by Martin von Zweigbergk
tests: show poor error message for `hg cp -A --at-rev . non-existent dst`
2020-05-06, by Martin von Zweigbergk
copy: to find copy source, walk parent of revision we're marking copies in
2020-05-06, by Martin von Zweigbergk
tests: show that `hg cp -A --at-rev .` doesn't work for renames
2020-05-06, by Martin von Zweigbergk
rust-matchers: add TODO about incomplete `Display` for `IncludeMatcher`
2020-05-06, by Raphaël Gomès
rust-filepatterns: match exact `rootglob`s with a `HashSet`, not in the regex
2020-05-06, by Raphaël Gomès
dirstate: force _checkexec to return a bool
2020-04-15, by Mitchell Plamann
locking: wait for locks in `hg cp` and `hg mv`
2020-04-21, by Kyle Lippincott
nodemap: teach `hg debugformat` about the persistent nodemap option
2020-04-14, by Pierre-Yves David
upgrade: support the --quiet flag
2020-04-15, by Pierre-Yves David
upgrade: clearly list optimisations
2020-04-15, by Pierre-Yves David
nodemap: move the mode option to storage.revlog.nodemap.mode
2020-04-14, by Pierre-Yves David
nodemap: move the option for mmap usage to storage.revlog.nodemap.mmap
2020-04-14, by Pierre-Yves David
nodemap: move and update the commend about persistence being experimental
2020-04-14, by Pierre-Yves David
nodemap: move the main switch to the `format` section
2020-04-14, by Pierre-Yves David
nodemap: drop the 'exp-' prefix for internal opener option
2020-04-14, by Pierre-Yves David
nodemap: gate the feature behind a new requirement
2020-04-14, by Pierre-Yves David
nodemap: move on disk file to version 1
2020-04-14, by Pierre-Yves David
nodemap: add a new mode value, "strict"
2020-04-14, by Pierre-Yves David
nodemap: add a new mode option, with an optional "warn" value
2020-04-14, by Pierre-Yves David
nodemap: also warm manifest nodemap with other caches
2020-04-05, by Pierre-Yves David
nodemap: also use persistent nodemap for manifest
2020-04-05, by Pierre-Yves David
nodemap: create files in the repository used in the test
2020-04-05, by Pierre-Yves David
rust-matchers: add timing tracing to regex compilation
2020-05-07, by Raphaël Gomès
url: fix a bytes vs str crash in processing proxy headers (issue6249)
stable
2020-04-26, by Matt Harbison
pullbundles: use unfiltered repo for head/base matching
stable
2020-04-24, by Joerg Sonnenberger
procutil: always waiting on child processes to prevent zombies with 'hg serve'
stable
2020-05-07, by Rodrigo Damazio Bovendorp
tests: use regular POSIX shell
stable
2020-05-07, by Joerg Sonnenberger
rust-regex: increase the DFA size limit for the `regex` crate
stable
2020-05-07, by Raphaël Gomès
merge with stable
2020-05-04, by Augie Fackler
Added signature for changeset cf3e07d7648a
stable
2020-05-01, by Pulkit Goyal
Added tag 5.4 for changeset cf3e07d7648a
stable
2020-05-01, by Pulkit Goyal
tests: clarify a comment describing a phabricator test scenario
stable
5.4
2020-04-16, by Matt Harbison
phabricator: ensure that `phabsend` is given a contiguous, linear commit range
stable
2020-04-16, by Matt Harbison
merge with stable
2020-05-01, by Martin von Zweigbergk
automation: support building Python 3 MSI installers
stable
2020-04-24, by Gregory Szorc
automation: support building Python 3 Inno installers
stable
2020-04-24, by Gregory Szorc
automation: add extra arguments when building Inno
stable
2020-04-24, by Gregory Szorc
packaging: add -python2 to Windows installer filenames
stable
2020-04-23, by Gregory Szorc
automation: support building Windows wheels for Python 3.7 and 3.8
stable
2020-04-23, by Gregory Szorc
packaging: support building WiX installers with PyOxidizer
stable
2020-04-20, by Gregory Szorc
packaging: move version derivation to run_wix_packaging()
stable
2020-04-20, by Gregory Szorc
packaging: integrate signing into run_wix_packaging()
stable
2020-04-20, by Gregory Szorc
packaging: isolate invocation of WiX to own function
stable
2020-04-20, by Gregory Szorc
packaging: support building Inno installer with PyOxidizer
stable
2020-04-23, by Gregory Szorc
packaging: split Inno installer building from Mercurial building
stable
2020-04-19, by Gregory Szorc
packaging: remove pyoxidizer.bzl from packaging directory
stable
2020-04-19, by Gregory Szorc
contrib: install PyOxidizer in Linux and Windows environments
stable
2020-04-19, by Gregory Szorc
diff: re-establish linear runtime performance
stable
2020-04-30, by Elmar Bartel
copies: fix the changeset based algorithm regarding merge
2020-03-05, by Pierre-Yves David
merge with stable
2020-04-24, by Augie Fackler
rust-chg: clean up excessive indents
2020-04-11, by Yuya Nishihara
rust-chg: do not terminate tokio runtime until pager exits
2020-04-11, by Yuya Nishihara
rust-chg: modernize entry function
2020-04-11, by Yuya Nishihara
rust-chg: reimplement locator by using async/await and tokio-0.2
2020-04-11, by Yuya Nishihara
rust-chg: reimplement ChgClientExt as ChgClient wrapper
2020-04-10, by Yuya Nishihara
rust-chg: reimplement run_command operation as async function
2020-04-10, by Yuya Nishihara
rust-chg: reimplement uihandler by using async-trait and tokio-0.2
2020-04-10, by Yuya Nishihara
rust-chg: have attach_io() simply take reference of AsRawFd object
2020-04-10, by Yuya Nishihara
rust-status: check for '.hg' regardless of file type (issue6300)
stable
2020-04-23, by Raphaël Gomès
rust: remove extra empty line
stable
2020-04-20, by Raphaël Gomès
upgrade: properly filter action depending on planned work
stable
2020-04-15, by Pierre-Yves David
nodemap: skip persistent nodemap warming for revlog not using it
stable
2020-04-13, by Pierre-Yves David
wait-on-file: adjust the timer counter
stable
2020-04-16, by Pierre-Yves David
packaging: add docutils as dependency
stable
2020-04-19, by Gregory Szorc
setup: use sysstr() on process output
stable
2020-04-19, by Gregory Szorc
automation: install latest Python versions in Linux
stable
2020-03-28, by Gregory Szorc
contrib: update to latest Python 2.7, 3.7, and 3.8
stable
2020-04-21, by Gregory Szorc
automation: always use latest Windows AMI
stable
2020-04-19, by Gregory Szorc
rust-chg: reimplement attach_io operation as async function
2020-04-10, by Yuya Nishihara
rust-chg: upgrade to futures-0.3 based libraries
2020-04-10, by Yuya Nishihara
rust-chg: exclude futures-dependent modules from build and break things
2020-04-10, by Yuya Nishihara
tests: stabilize test-log.t on Windows
stable
2020-04-17, by Matt Harbison
tests: stabilize test-convert-hg-source.t on Windows
stable
2020-04-17, by Matt Harbison
commit: tell user what to do with .hg/last-message.txt
2020-04-20, by Martin von Zweigbergk
test-check-rust-format: specify --edition=2018
2020-04-17, by Yuya Nishihara
Added signature for changeset 26ce8e751503
stable
2020-04-16, by Pulkit Goyal
Added tag 5.4rc0 for changeset 26ce8e751503
stable
2020-04-16, by Pulkit Goyal
merge default into stable for 5.4 release
stable
5.4rc0
2020-04-16, by Pulkit Goyal
templatekw: fix shownames() to check if namespace exists in repo (issue6301)
2020-04-16, by Yuya Nishihara
wait-on-file: use proper variable in math
2020-04-15, by Pierre-Yves David
wait-on-file: don't quote arithmetic argument
2020-04-15, by Pierre-Yves David
graft: exit 1 on conflicts, like merge
2020-04-14, by Valentin Gatien-Baron
tests: deal with "ls" vs "ls -A" difference on 2BSD derived systems
2020-04-10, by Joerg Sonnenberger
tests: skip non-readable check for root
2020-04-10, by Joerg Sonnenberger
tests: skip CVS tests for root
2020-04-10, by Joerg Sonnenberger
make: drop the `-c` arg to `install` in the documentation makefile
2020-04-15, by Matt Harbison
phabricator: restack any new orphans created by phabsend (issue6045)
2020-04-14, by Matt Harbison
phabricator: prevent posting obsolete commits
2020-04-12, by Matt Harbison
phabricator: avoid creating unstable children within the review stack
2020-03-03, by Matt Harbison
phabricator: add an option to fold several commits into one review (issue6244)
2020-04-08, by Matt Harbison
tests: move the phabricator auth token to the global config file
2020-04-08, by Matt Harbison
phabricator: add debug logging to show previous node values in `phabsend`
2020-04-05, by Matt Harbison
rust: update README with new information about the Re2 path
2020-04-16, by Raphaël Gomès
rust: add option of static linking a local Re2 install
2020-04-16, by Raphaël Gomès
templatekw: cache mergestate even if merge is not ongoing
2020-04-15, by Yuya Nishihara
revset: remove explicit sort() from unstable()
2020-04-15, by Yuya Nishihara
revset: implement a simple 'foo#generations' expression
2020-04-10, by Anton Shestakov
revset: rename generationsrel() to generationssubrel()
2020-04-10, by Anton Shestakov
manifest: leave a TODO where we may have more work for sha1 portability
2020-04-02, by Augie Fackler
manifest: add test for long hashes
2020-01-08, by Augie Fackler
manifest: remove a final 40-byte assumption from pure-python parser
2020-04-02, by Augie Fackler
manifest: fix yet another 20-byte-hash assumption
2020-04-02, by Augie Fackler
manifest: fix another pure-parsing 20-byte assumption
2020-04-02, by Augie Fackler
manifest: teach treemanifest about long hashes
2020-04-02, by Augie Fackler
manifest: start removing 40-byte hash restrictions from C code
2020-01-07, by Augie Fackler
manifest: remove a 20-byte-hash assumption from pure manifest parsing
2020-01-07, by Augie Fackler
revset: mark `extinct()` experimental
2020-04-13, by Matt Harbison
revset: mark `successors()` experimental
2020-04-13, by Matt Harbison
revset: mark `obsolete()` experimental
2020-04-13, by Matt Harbison
nodemap: access the mmap opener option using bytes
2020-04-14, by Pierre-Yves David
nodemap: rename a variable to prevent shawoding "_"
2020-04-14, by Pierre-Yves David
rust-chg: indent process_message() to prepare mass rewrite to futures-0.3
2020-04-10, by Yuya Nishihara
rust-chg: move get_umask() call out of run() function
2020-04-11, by Yuya Nishihara
rust-chg: leverage impl trait at argument position
2020-04-11, by Yuya Nishihara
setup: link osutil.so to libsocket on Solaris/illumos (issue6299)
stable
2020-04-13, by Alexander Pyhalov
revset: import `unstable()` from the evolve extension
2020-04-13, by Matt Harbison
fastexport: make a diagnostics message more localizable
2020-04-10, by Joerg Sonnenberger
rust-chg: use "crate::" to import local modules
2020-04-10, by Yuya Nishihara
rust-chg: upgrade to 2018 edition and remove useless extern crates
2020-04-10, by Yuya Nishihara
mergestate: store about files resolved in favour of other
2020-04-09, by Pulkit Goyal
histedit: add test that an invalid editor doesn't bork client state
2020-04-09, by Augie Fackler
rust-chg: silence warning about dated coding style
2020-03-31, by Yuya Nishihara
rust-chg: update name of the server process
2018-11-19, by Yuya Nishihara
rust-chg: send client side umask to server
2018-10-04, by Yuya Nishihara
rust-chg: add config validation and process returned instructions
2018-10-07, by Yuya Nishihara
rust-chg: collect server flags from command arguments
2018-10-07, by Yuya Nishihara
rust-chg: add interface to run "validate" request
2018-10-07, by Yuya Nishihara
rust-chg: add helper to parse instructions sent from server
2018-10-07, by Yuya Nishihara
tests: move verification closer to setup in test-copies-chain-merge.t
2020-04-02, by Martin von Zweigbergk
tests: collect all branch creation in one place in test-copies-chain-merge.t
2020-04-02, by Martin von Zweigbergk
hgk: remove a "b" used on a kwargs expansion, the keys are strs
2020-04-06, by Kyle Lippincott
rust-chg: send client-side environment variables to server
2018-10-04, by Yuya Nishihara
rust-chg: add helper to pack environment variables
2018-10-04, by Yuya Nishihara
rust-chg: move set_current_dir() to Locator
2018-10-07, by Yuya Nishihara
rust-chg: abort if server doesn't have required capabilities
2018-10-07, by Yuya Nishihara
rust-chg: spawn server process if not running
2018-10-06, by Yuya Nishihara
rust-chg: update dependencies
2020-03-31, by Yuya Nishihara
rust-chg: depend on released version of tokio-process
2018-11-03, by Yuya Nishihara
rust-chg: add brief comment about initial capacity of temp_sock_path()
2018-10-14, by Yuya Nishihara
discovery: avoid wrongly saying there are nothing to pull
stable
2020-04-06, by Pierre-Yves David
rebase: don't create merge when continuing rebase interrupted by old hg
2020-04-01, by Martin von Zweigbergk
tests: demonstrate how continuing rebase after upgrade can result in merge
2020-04-01, by Martin von Zweigbergk
manifest: also declare treemanifest as implementing imanifestdict
2020-02-03, by Augie Fackler
manifest: introduce new exception to signal unavailability of fastdelta()
2020-04-02, by Augie Fackler
copies-tests: remove spurious `]` in the template
2020-03-07, by Pierre-Yves David
merge with stable
2020-04-02, by Pulkit Goyal
debugcommands: fix typo in debuguigetpass
2020-03-29, by Yuya Nishihara
dagop: fix subsetparentswalker to set p1/p2 chains at merge revision
2020-03-26, by Yuya Nishihara
dagop: simplify dict/set reuse condition in subsetparentswalker
2020-03-26, by Yuya Nishihara
extensions: refactor function for obtaining disabled extension help
2020-03-29, by Gregory Szorc
tests: perform grep manually in test-doctest.py
2020-03-29, by Gregory Szorc
tests: prevent printing \r to stdout
2020-03-29, by Gregory Szorc
tests: force \n newlines when writing to sys.stdout
2020-03-29, by Gregory Szorc
dispatch: force \n for newlines on sys.std* streams (BC)
2020-03-29, by Gregory Szorc
hook: move stdio redirection to context manager
2020-03-29, by Gregory Szorc
pycompat: change argv conversion semantics
2020-03-28, by Gregory Szorc
Added signature for changeset 8fca7e8449a8
stable
2020-04-02, by Augie Fackler
Added tag 5.3.2 for changeset 8fca7e8449a8
stable
2020-04-02, by Augie Fackler
phabricator: extract logic to print the status when posting a commit
2020-03-18, by Matt Harbison
phabricator: extract the logic to amend diff properties to a function
2020-03-16, by Matt Harbison
phabricator: teach `getoldnodedrevmap()` to handle folded reviews
2020-03-16, by Matt Harbison
phabricator: teach createdifferentialrevision() to allow a folded commit range
2020-03-09, by Matt Harbison
phabricator: combine commit messages into the review when folding commits
2020-03-06, by Matt Harbison
phabricator: record all local commits used to create a Differential revision
2020-02-26, by Matt Harbison
tests: use `f --hexdump` to print file content
2020-03-28, by Gregory Szorc
url: pass str to pathname2url
2020-03-28, by Gregory Szorc
tests: pass str to matchoutput()
2020-03-28, by Gregory Szorc
hgcli: customize for Mercurial
2020-03-31, by Gregory Szorc
hgcli: add stub PyOxidizer project
2020-03-31, by Gregory Szorc
hgcli: remove legacy project
2020-03-31, by Gregory Szorc
nodemap: automatically "vacuum" the persistent nodemap when too sparse
2020-03-26, by Pierre-Yves David
nodemap: display percentage of unused in `hg debugnodemap`
2020-02-28, by Pierre-Yves David
nodemap: make sure on disk change get rolled back with the transaction
2020-02-28, by Pierre-Yves David
nodemap: test that concurrent process don't see the pending transaction
2020-02-28, by Pierre-Yves David
testlib: adjust wait-on-file timeout according to the global test timeout
2020-03-20, by Pierre-Yves David
testlib: add a small scrip to help process to synchronise using file
2020-02-28, by Pierre-Yves David
setup: work around old versions of distutils breaking setup.py
2020-03-31, by Augie Fackler
chgserver: update the umask cache before each run
2020-03-31, by Pulkit Goyal
tests: handle new error string from FreeBSD for dns entry not resolving
2020-03-26, by Augie Fackler
notify: optional mail threading based on obsmarker
2020-02-26, by Joerg Sonnenberger
pathutil: document that dirs map type implies manifest/dirstate processing
2020-03-27, by Josef 'Jeff' Sipek
git: pass a list to pathutil.dirs to indicate that it is a manifest
2020-03-27, by Josef 'Jeff' Sipek
git: implement basic bookmark activation
2020-03-26, by Josef 'Jeff' Sipek
git: implement a basic checkconflict bookmark store method
2020-03-26, by Josef 'Jeff' Sipek
git: abort when attempting to set a branch
2020-03-26, by Josef 'Jeff' Sipek
git: remove obsolete todo item
2020-03-26, by Josef 'Jeff' Sipek
tests: don't run test-update-atomic.t on chg
2020-03-26, by Pulkit Goyal
tests: don't run couple of tests related to extensions loading with chg
2020-03-25, by Pulkit Goyal
tests: conditionalize test-phases.t output for chg
2020-03-25, by Pulkit Goyal
chg: be stricter about checking invocation of `serve` command
2020-03-24, by Pulkit Goyal
chgserver: add merge-tools to sensitive config items
2020-03-23, by Pulkit Goyal
run-tests: add --chg-debug flag to show chg debug output
2020-03-25, by Pulkit Goyal
tests: update test-ssh.t output with --chg
2020-03-24, by Pulkit Goyal
tests: update test-devel-warnings.t output with chg
2020-03-24, by Pulkit Goyal
chgserver: add fastannotate config section to sensitive list
2020-03-23, by Pulkit Goyal
histedit: add missing b prefix to a string
stable
5.3.2
2020-04-01, by Kyle Lippincott
phabricator: account for `basectx != ctx` when calculating renames
2020-02-24, by Matt Harbison
phabricator: add basectx arguments to file related `phabsend` utilities
2020-02-24, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
tip