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.
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip