Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
Added tag 5.2.2 for changeset b4c82b704180
stable
2020-01-06, by Augie Fackler
py3: force bytestr conversion of "reason" in scmutil.callcatch()
stable
5.2.2
2019-12-18, by Denis Laxalde
rust-cpython: do not convert warning pattern to utf-8 bytes
stable
2019-11-19, by Yuya Nishihara
rust-cpython: import utils::files::* function at module level
stable
2019-11-19, by Yuya Nishihara
py3: send bytes from Rust-created warning patterns
stable
2019-11-18, by Raphaël Gomès
py3: pass bytes to `configint` and `configbool`
stable
2019-11-18, by Raphaël Gomès
rust-threads: force Rayon to respect the worker count in config
stable
2019-11-10, by Raphaël Gomès
remotefilelog: remove the `ensurestart` usage
stable
2019-12-09, by Pierre-Yves David
remotefilelog: remove most of the debugwait* command in the tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: use the correct redirection in tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: remove most sleep in tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: have command wait for background task in the tests
stable
2019-12-09, by Pierre-Yves David
remotefilelog: add a developer option to wait for background processes
stable
2019-12-09, by Pierre-Yves David
procutil: add a option to not fully detach background process
stable
2019-12-09, by Pierre-Yves David
Added signature for changeset a50fecefa691
stable
2019-12-05, by Augie Fackler
Added tag 5.2.1 for changeset a50fecefa691
stable
2019-12-05, by Augie Fackler
windows: fix an issue causing registry config paths to be ignored on py3
stable
5.2.1
2019-11-30, by Matt Harbison
tests: cover revision conversion logic in githelp tests
stable
2019-12-02, by Denis Laxalde
pvec: fix a `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
githelp: fix a `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
histedit: fix an `isinstance(nodelist, str)` check for py3
stable
2019-11-30, by Matt Harbison
win32mbcs: fix a `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
hgweb: fix a few `str` type conditional for py3
stable
2019-11-30, by Matt Harbison
repair: fix an `isinstance(nodelist, str)` check for py3
stable
2019-11-30, by Matt Harbison
log: map None rev to wdirrev when filtering revisions with --line-range
stable
2019-11-29, by Denis Laxalde
tests: check that 'log --line-range' follows uncommitted changes
stable
2019-11-29, by Denis Laxalde
test: don't put $BINDIR in $PATH for test-merge-tools.t
stable
2019-11-29, by Julien Cristau
webutil: add missing argument to join()
stable
2019-11-23, by Matt Harbison
singlehead: making config item a bool again
stable
2019-11-20, by Georges Racinet
util: convert an exception to bytes when passing to Abort()
stable
2019-11-21, by Matt Harbison
patch: fix a str + bytes issue in an exception handler
stable
2019-11-21, by Matt Harbison
py3: wrap a __func__ in sysbytes() before logging as bytes
stable
2019-11-20, by Martin von Zweigbergk
py3: make doc strings containing deprecated '\.' escape sequence raw strings
stable
2019-11-20, by Daniel Ploch
shelve: add the missing `create` parameter to the bundlerepo constructor
stable
2019-11-19, by Matt Harbison
shelve: fix a missing variable in the exception handler for delete
stable
2019-11-19, by Matt Harbison
py3: use pycompat.bytestr() instead of pycompat.sysstr()
stable
2019-11-19, by Manuel Jacob
zeroconf: fix traceback under py3
stable
2019-11-13, by Kim Alvefur
cffi: fix build on Python 3
stable
2019-11-17, by Manuel Jacob
pure: use string for another exception in the pure version of base85
stable
2019-11-16, by Pierre-Yves David
pure: use string for exception in the pure version of base85
stable
2019-11-16, by Pierre-Yves David
py3: avoid iterating over a literal bytes in highlight
stable
2019-11-12, by Denis Laxalde
relnotes: copy "next" to "5.2" and clear "next"
stable
2019-11-05, by Martin von Zweigbergk
py3: avoid `b'%s' % type(...)` in a ProgrammingError
stable
2019-11-08, by Martin von Zweigbergk
py3: fix sorting of obsolete markers in obsutil (issue6217)
stable
2019-11-09, by Denis Laxalde
py3: fix handling of ctrl keys in crecord (issue6213)
stable
2019-11-06, by Denis Laxalde
py3: keep "keypressed" a native str in crecord
stable
2019-11-06, by Denis Laxalde
py3: compare response of crecord's confirmationwindow with str
stable
2019-11-06, by Denis Laxalde
py3: compare http server's command with a native string
stable
2019-11-07, by Denis Laxalde
py3: don't use bytes with vars() or __dict__
stable
2019-11-05, by Martin von Zweigbergk
Added signature for changeset ca3dca416f8d
stable
2019-11-05, by Augie Fackler
Added tag 5.2 for changeset ca3dca416f8d
stable
2019-11-05, by Augie Fackler
py3: add inline comment about encoding issue of str(Abort())
stable
5.2
2019-11-05, by Yuya Nishihara
py3: do not reimplement Abort.__str__() on Python 2
stable
2019-11-05, by Yuya Nishihara
tests: write out file using bytes I/O
stable
2019-11-04, by Gregory Szorc
import-checker: open all source files as utf-8
stable
2019-11-04, by Gregory Szorc
localrepo: use str for lookup in vars()
stable
2019-11-04, by Gregory Szorc
automation: install python3-venv Debian package
stable
2019-11-04, by Gregory Szorc
tests: look for ensurepip before using venv
stable
2019-11-04, by Gregory Szorc
automation: avoid '~' in the temp directory on Windows
stable
2019-10-17, by Matt Harbison
tests: use venv on Python 3
stable
2019-11-04, by Gregory Szorc
tests: remove HGALLOWPYTHON3 reference
stable
2019-11-04, by Gregory Szorc
run-tests: use byte strings for inserted output
stable
2019-11-04, by Gregory Szorc
contrib: require Python 3.7 for byteify-strings.py
stable
2019-11-04, by Ian Moody
hghave: fix bytes/string issue on Python 3
stable
2019-11-04, by Augie Fackler
packaging: add support for CentOS 8
stable
2019-11-04, by Mathias De Mare
packaging: allow choosing python version depending on centos version
stable
2019-11-04, by Mathias De Mare
fsmonitor: use stringutil.forcebytestr() instead of str() on an exception
stable
2019-11-04, by Ian Moody
py3: add a __str__ method to Abort
stable
2019-11-04, by Denis Laxalde
py3: add Python 3 exception output to test-lfs-serve-access.t
stable
2019-11-04, by Denis Laxalde
automation: install black
stable
2019-10-31, by Gregory Szorc
py3: use %d to format an int
stable
2019-11-02, by Ian Moody
fsmonitor: normalize exception types to bytes
stable
2019-11-02, by Gregory Szorc
fsmonitor: normalize clock value to bytes
stable
2019-11-02, by Gregory Szorc
fsmonitor: use next() instead of .next()
stable
2019-11-02, by Gregory Szorc
fsmonitor: normalize Watchman paths to bytes
stable
2019-11-02, by Gregory Szorc
fsmonitor: handle unicode keys in tuples
stable
2019-11-02, by Gregory Szorc
fsmonitor: make _hashignore compatible with Python 3
stable
2019-11-02, by Gregory Szorc
fsmonitor: normalize hostname to bytes
stable
2019-11-02, by Gregory Szorc
fsmonitor: access repo.root
stable
2019-11-02, by Gregory Szorc
fsmonitor: coerce watchman exception to bytes
stable
2019-11-02, by Gregory Szorc
fsmonitor: fix str/bytes mismatch when accessing watchman version
stable
2019-11-02, by Gregory Szorc
fsmonitor: reapply b1f62cd39b5c
stable
2019-11-02, by Gregory Szorc
fsmonitor: reapply dd35abc409ee
stable
2019-11-02, by Gregory Szorc
fsmonitor: remove pywatchman from exclusion rule
stable
2019-11-02, by Gregory Szorc
fsmonitor: refresh pywatchman with upstream
stable
2019-11-02, by Gregory Szorc
py3: encode strings before setting rev summary in gnuarch converter
stable
2019-11-04, by Denis Laxalde
py3: use raw string to query EmailMessage in gnuarch converter
stable
2019-11-04, by Denis Laxalde
py3: use mail.parsebytes() in gnuarch catlog parser
stable
2019-11-04, by Denis Laxalde
tests: handle Message-Id line wrapping in test-notify-changegroup.t
stable
2019-11-04, by Denis Laxalde
py3: define and use json.loads polyfill
stable
2019-11-02, by Gregory Szorc
contrib: require Python 3.6 for byteify-strings.py
stable
2019-11-02, by Gregory Szorc
demandimportpy3: only use lazy extension loader on Python 3.6+
stable
2019-11-02, by Gregory Szorc
ui: flush before prompting for input with readline
stable
2019-11-02, by Gregory Szorc
histedit: restore hex nodeids to be 12 digits long
stable
2019-11-01, by Martin von Zweigbergk
tests: fix typo "includfe"
stable
2019-10-29, by Martin von Zweigbergk
py3: fix fsmonitor's _watchmantofsencoding exception message encoding
stable
2019-11-01, by Emmanuel Leblond
py3: use native strings as keys into **opts in chistedit
stable
2019-10-31, by Martin von Zweigbergk
py3: open chistedit file in binary mode using vfs
stable
2019-10-31, by Martin von Zweigbergk
py3: avoid another b''.format() in chistedit
stable
2019-10-31, by Martin von Zweigbergk
py3: render message about conflicts in chistedit code
stable
2019-10-31, by Martin von Zweigbergk
py3: handle keypresses in chistedit
stable
2019-10-31, by Martin von Zweigbergk
py3: make chistedit render
stable
2019-10-31, by Martin von Zweigbergk
py3: fix exception display encoding in contrib/simplemerge.py
stable
2019-11-01, by Emmanuel Leblond
py3: fix exception message check in test-linerange.py's testOutOfRange
stable
2019-11-01, by Emmanuel Leblond
py3: fix exception message encoding in scmutil.py's simplekeyvaluefile.read
stable
2019-11-01, by Emmanuel Leblond
py3: fix crecord.py's editpatchwitheditor exception message encoding
stable
2019-11-01, by Emmanuel Leblond
py3: fix exception message encoding in infinitepush
stable
2019-11-01, by Emmanuel Leblond
py3: fix fsmonitor's _handleunavailable exception message encoding
stable
2019-11-01, by Emmanuel Leblond
packaging: update built-in Fedora support to Fedora 31
stable
2019-11-01, by Mads Kiilerich
packaging: refactor "fedora29" target to a single more generic "fedora" target
stable
2019-11-01, by Mads Kiilerich
packaging: make dockerrpm fedora target more generic
stable
2019-11-01, by Mads Kiilerich
packaging: use "python3" for fedora29 ... and as buildrpm default
stable
2019-11-01, by Mads Kiilerich
packaging: use "--python python" for centos7 to avoid explicit "python2"
stable
2019-11-01, by Mads Kiilerich
packaging: fix docker-centos5 - use pythonexe and set to "python" as before
stable
2019-11-01, by Mads Kiilerich
packaging: move dockerrpm output directory creation to dockerrpm
stable
2019-11-01, by Mads Kiilerich
packaging: drop "support" for unsupported Fedora versions
stable
2019-10-31, by Mads Kiilerich
mail: black wants to add this blank line
stable
2019-10-30, by Augie Fackler
hghave: verify we have a black that is new enough for our format
stable
2019-10-30, by Augie Fackler
contrib: fix up example fix configuration for our move to released black
stable
2019-10-30, by Augie Fackler
phabricator: use True primitive instead of b'true' for phabupdate actions
stable
2019-10-23, by Ian Moody
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
tip