Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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.
ui: inline _writenobuf() into write() due to performance issue
stable
2019-01-24, by Yuya Nishihara
ui: inline _write() into write() due to performance issue
stable
2019-01-24, by Yuya Nishihara
ui: optimize buffered write with no label
stable
2018-11-28, by Yuya Nishihara
partialdiscovery: avoid `undecided` related computation sooner than necessary
stable
2019-01-23, by Boris Feld
revlog: fix resolution of revlog version 0
stable
2019-01-21, by Yuya Nishihara
merge with stable
2019-01-22, by Martin von Zweigbergk
rust: add comment about lack of wdirrev handling
stable
2019-01-20, by Yuya Nishihara
templatekw: fix crash on multiple latesttags resolution at wdir (issue6055)
stable
2019-01-20, by Yuya Nishihara
test-template-keywords: add test for {latesttag} of wdir() revision
stable
2019-01-20, by Yuya Nishihara
narrow: fix crash when restoring backup in legacy repo
stable
2019-01-18, by Martin von Zweigbergk
revset: introduce an internal `_rev` predicate for '%d' usage
stable
2019-01-18, by Boris Feld
mmap: backed out changeset 875d2af8cb4e
stable
2019-01-18, by Boris Feld
mmap: backed out changeset 74a9f428227e
stable
2019-01-18, by Boris Feld
help: document the minimumhgversion variable for extensions
stable
2019-01-18, by Matt Harbison
help: modernize the example for command registration
stable
2019-01-18, by Matt Harbison
Added signature for changeset 593718ff5844
stable
2019-01-18, by Augie Fackler
Added tag 4.9rc0 for changeset 593718ff5844
stable
2019-01-18, by Augie Fackler
merge default into stable for 4.9 release
stable
4.9rc0
2019-01-18, by Augie Fackler
update: fix edge-case with update.atomic-file and read-only files
2019-01-10, by Boris Feld
scmutil: drop unreachable except clause
2019-01-16, by Martin von Zweigbergk
tests: suppress "Checked out 1 paths of <hash>" from modern git
2019-01-16, by Martin von Zweigbergk
revlog: document that mmap resources are released implicitly by GC
2019-01-13, by Yuya Nishihara
ui: proxy protect/restorestdio() calls to update internal flag
2018-09-26, by Yuya Nishihara
ui: move protectedstdio() context manager from procutil
2018-09-26, by Yuya Nishihara
cext: clang-format new code coming from stable branch
2019-01-10, by Yuya Nishihara
match: support rooted globs in hgignore
2019-01-03, by Valentin Gatien-Baron
resolve: fix mark-check when a file was deleted on one side (issue6020)
2018-11-07, by Kyle Lippincott
discovery: compute newly discovered missing in a more efficient way
2019-01-04, by Boris Feld
exthelper: drop the addattr() decorator
2019-01-17, by Matt Harbison
revsetbenchmark: add more example for roots usages
2019-01-14, by Boris Feld
dagop: minor python optimization to `headrevs`
2019-01-14, by Boris Feld
revset: use changelog's `headrevs` method to compute heads
2019-01-14, by Boris Feld
revlog: accept a revs argument in `headrevs`
2019-01-14, by Boris Feld
revset: inline parents computation to reuse the input argument
2019-01-14, by Boris Feld
revsetbenchmarks: add various examples around the 'heads()' revset
2019-01-13, by Boris Feld
revsetbenchmarks: support revset starting with a "-"
2019-01-14, by Boris Feld
py3: two more passing tests from the ratchet
2019-01-17, by Augie Fackler
py3: test*gendoc*.t passes on Python 3
2019-01-16, by Augie Fackler
bdiff: drop duplicate definition of splitnewlines()
2019-01-16, by Martin von Zweigbergk
tests: also skip remotefilelog *.py tests on Windows
2019-01-16, by Matt Harbison
py3: add 10 more passing tests caught by ratchet
2019-01-16, by Pulkit Goyal
remotefilelog: import Queue on Python 2, and queue on Python 3
2019-01-16, by Augie Fackler
py3: all fastannotate tests now pass
2019-01-16, by Augie Fackler
fastannotate: adapt to buffer() going a way in Python 3
2019-01-16, by Augie Fackler
fastannotate: use pycompat.maplist instead of map
2019-01-16, by Augie Fackler
fastannotate: slice strings to get single character
2019-01-16, by Augie Fackler
fastannotate: fix isinstance checks to be against bytes instead of str
2019-01-16, by Augie Fackler
absorb: add a pycompat.bytestr() to fix --edit-lines functionality on Python 3
2019-01-16, by Augie Fackler
remotefilelog: fix some bytes/str portability issues for Python 3
2019-01-16, by Augie Fackler
shallowutil: fsdecode the bytes group name before passing to os
2019-01-16, by Augie Fackler
shallowutil: slice off a byte instead of subscripting
2019-01-16, by Augie Fackler
remotefilelog: check against bytes type instead of buffer and coerce to bytes
2019-01-16, by Augie Fackler
remotefilelog: use list comprehension instead of filter for py3 portability
2019-01-16, by Augie Fackler
tests: fix up uses of xrange in remotefilelog tests for py3
2019-01-16, by Augie Fackler
tests: add missing b prefixes in remotefilelog-getflogheads.py
2019-01-16, by Augie Fackler
tests: make python oneliner portable to python 3 in remotefilelog test
2019-01-16, by Augie Fackler
remotefilelog: implement __bool__ as well as __nonzero__ for py3
2019-01-16, by Augie Fackler
remotefilelog: fix logging in retry decorator
2019-01-16, by Augie Fackler
basepack: avoid 'rbe' mode in Python 3
2019-01-16, by Augie Fackler
remotefilelog: do file IO in terms of bytes
2019-01-16, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip