Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
rust-status: refactor status into a struct
2020-06-24, by Raphaël Gomès
tests: avoid "magic" nodeids in test-rebase-legacy.t
2019-12-13, by Martin von Zweigbergk
tests: avoid a "magic" nodeid in test-wireproto-command-lookup.t
2019-12-13, by Martin von Zweigbergk
run-tests: replace '#' with '-' in temp path of repos created for tests
2020-06-22, by Pulkit Goyal
debugcommands: introduce new debugrequirements command
2020-04-14, by Pulkit Goyal
scmutil: add writereporequirements() and route requires writing through it
2020-04-14, by Pulkit Goyal
extensions: make `hg nonexistent` not crash with PyOxidizer
2020-07-14, by Martin von Zweigbergk
procutil: avoid use of deprecated tempfile.mktemp()
2020-07-09, by Manuel Jacob
procutil: make _make_write_all() function private
2020-07-15, by Manuel Jacob
dispatch: handle late KeyboardInterrupt occurred in run()
2020-07-13, by Yuya Nishihara
dispatch: indent run() function
2020-07-13, by Yuya Nishihara
debuginstall: don't translate encoding messages
2020-07-09, by Yuya Nishihara
merge with stable
2020-07-15, by Augie Fackler
patch: refactor content diffing part in separate fn so extensions can wrap
2020-07-06, by Pulkit Goyal
tests: check that procutil.std{out,err}.write() returns correct result
2020-07-09, by Manuel Jacob
tests: add tests for when stdout or stderr is connected to `os.devnull`
2020-07-09, by Manuel Jacob
procutil: ensure that procutil.std{out,err}.write() writes all bytes
2020-07-10, by Manuel Jacob
procutil: move assignments
2020-07-11, by Manuel Jacob
procutil: distribute code for stdout
2020-07-10, by Manuel Jacob
convert: use bytes for value in extra dict
stable
2020-07-14, by Manuel Jacob
overlayworkingctx: remove unused `nofilechanges()` and `_compact()` methods
2020-07-11, by Manuel Jacob
rebase: correctly check for empty commit in in-memory mode
2020-07-11, by Manuel Jacob
memctx: make `parents()` return list of one element if it’s not a merge
2020-07-11, by Manuel Jacob
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip