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
+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.
cleanup: use p1() instead of parents() when we only need the first parent
2019-01-25, by Martin von Zweigbergk
cleanup: use repo['.'] instead of repo[None].p1()
2019-01-25, by Martin von Zweigbergk
cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
2019-01-25, by Martin von Zweigbergk
branchmap: rename partial -> bcache
2019-01-21, by Martijn Pieters
context: delete mistaken comment about return value of renamed()
2019-01-21, by Martin von Zweigbergk
copies: get working copy parents from wctx, not dirstate, to make in-mem work
2019-01-15, by Martin von Zweigbergk
copies: pass contexts into _findlimit()
2019-01-15, by Martin von Zweigbergk
copies: consider nullrev a common ancestor
2019-01-15, by Martin von Zweigbergk
unshare: use context manager for locks
2019-01-17, by Martin von Zweigbergk
py3: new tests from the ratchet
2019-01-25, by Augie Fackler
dagop: check if stopdepth is greater than or equal to maxlogdepth
2019-01-26, by Anton Shestakov
revset: move dagop.maxlogdepth usage to generationsrel()
2019-01-26, by Anton Shestakov
test-revset: check that #generations[1:-1] doesn't result in any errors
2019-01-26, by Anton Shestakov
py3: fix a bytes/str mingling in test-install.t
2019-01-25, by Matt Harbison
tests: conditionalize Windows difference in test-dispatch.t
2019-01-25, by Matt Harbison
util: cast memoryview to bytes
2019-01-25, by Gregory Szorc
tests: add b'' prefixes to ui.configbool() call
2019-01-25, by Gregory Szorc
commands: check for modheads being None
2019-01-25, by Gregory Szorc
tests: add b'' when testing for tls1.2
2019-01-25, by Gregory Szorc
wireprotov2peer: make "received frame(...)" messages debug level
2019-01-25, by Gregory Szorc
tests: add optional setsockopt() output on Python 3
2019-01-25, by Gregory Szorc
wireprotov2peer: rewrite character traversal to use slices
2019-01-25, by Gregory Szorc
wireprotov2server: don't attempt to cast command name
2019-01-25, by Gregory Szorc
wireprotov2server: use pycompat.strkwargs when calling cachekeyfn
2019-01-25, by Gregory Szorc
diffstat: make --git work properly on renames (issue6025)
2019-01-17, by Navaneeth Suresh
cmdutil: drop obsolete comment about updating to '.'
2019-01-25, by Martin von Zweigbergk
mq: slightly simplify check for patched working copy
2019-01-24, by Martin von Zweigbergk
localrepo: slightly simplify check for removed parents in _rollback()
2019-01-24, by Martin von Zweigbergk
transplant: use bailifchanged() instead of reimplementing it
2019-01-24, by Martin von Zweigbergk
revpair: clarify check for empty revset
2019-01-24, by Martin von Zweigbergk
revpair: simplify revpair by always relying on smartset.first/last
2019-01-24, by Martin von Zweigbergk
grep: use set instead of dict with dummy value
2019-01-18, by Martin von Zweigbergk
grep: don't look up copy info unless --follow is given
2018-09-06, by Martin von Zweigbergk
hghave: let OSError with ENOENT through like any other
2019-01-17, by Martin von Zweigbergk
cleanup: delete lots of unused local variables
2019-01-17, by Martin von Zweigbergk
localrepo: use context manager for lock and transaction in commitctx()
2018-09-24, by Martin von Zweigbergk
localrepo: use context manager for locks in commit()
2019-01-16, by Martin von Zweigbergk
localrepo: use context manager for transaction in commit()
2019-01-16, by Martin von Zweigbergk
commit: print "commit message saved in" message also if bookmark update fails
2019-01-16, by Martin von Zweigbergk
remotefilelog: remove pointless return statement from constructor
2019-01-17, by Martin von Zweigbergk
revset: support ranges in #generations relation
2019-01-15, by Anton Shestakov
tests: fix module-import warnings in test-update-atomic.t
2019-01-24, by Pulkit Goyal
py3: use dict.items() instead of dict.iteritems() in tests/test-lfs-server.t
2019-01-18, by Pulkit Goyal
py3: add b'' prefixes in tests/test-lfs-serve.t
2019-01-18, by Pulkit Goyal
py3: add b'' prefixes in doc/check-seclevel.py
2019-01-24, by Pulkit Goyal
tests: remove some over-globbing in test-dispatch.t
2019-01-24, by Augie Fackler
py3: port test-parseindex.t to Python 3
2019-01-24, by Augie Fackler
py3: almost fix test-trusted.py
2019-01-24, by Augie Fackler
merge with stable
2019-01-25, by Yuya Nishihara
py3: fix test-update-atomic.t
2019-01-24, by Augie Fackler
py3: fix test-newcgi.t
2019-01-24, by Augie Fackler
py3: fix up test-encoding-align.t for python3
2019-01-24, by Augie Fackler
py3: these two casefolding tests pass for me on my Mac
2019-01-24, by Augie Fackler
py3: port test-bugzilla.t to Python 3
2019-01-24, by Augie Fackler
uncommit: set dirstateparents from within _fixdirstate()
2019-01-20, by Martin von Zweigbergk
unamend: fix unamending of renamed rename
2019-01-20, by Martin von Zweigbergk
uncommit: mark old node obsolete after updating dirstate
2019-01-20, by Martin von Zweigbergk
unamend: import "copies" module as "copiesmod" to avoid shadowing
2019-01-18, by Martin von Zweigbergk
tests: add more tests of uncommit/unamend with copies
2019-01-18, by Martin von Zweigbergk
tests: clean up after each test in test-unamend.t
2019-01-18, by Martin von Zweigbergk
cleanup: use clang-tidy to add missing {} around one-line statements
2019-01-24, by Augie Fackler
py3: port test-batching.py to python3
2019-01-24, by Augie Fackler
py3: fix missing b prefixes in test-arbitraryfilectx.t
2019-01-24, by Augie Fackler
py3: add missing b prefixes in test-acl.t
2019-01-24, by Augie Fackler
py3: buildbot found more passing tests, thanks to indygreg for most of them
2019-01-24, by Augie Fackler
tests: drop a duplicate definition of a constant
2019-01-16, by Martin von Zweigbergk
tests: support URL quoting on Python 3
2019-01-23, by Gregory Szorc
tests: write directly to stdout to avoid b'' prefixes
2019-01-23, by Gregory Szorc
tests: handle string escaping/encoding on Python 3
2019-01-23, by Gregory Szorc
convert: use raw strings for XML strings
2019-01-23, by Gregory Szorc
tests: normalize XML values to bytes
2019-01-23, by Gregory Szorc
hgweb: ensure template mapping keys are bytes
2019-01-23, by Gregory Szorc
remotefilelog: use %d to format an int
2019-01-22, by Gregory Szorc
tests: use bytes for file I/O
2019-01-22, by Gregory Szorc
tests: make filenames bytes for Python 3
2019-01-22, by Gregory Szorc
tests: use assertEqual()
2019-01-22, by Gregory Szorc
tests: add setsockopt() output on Python 3
2019-01-22, by Gregory Szorc
hgweb: don't use raw string for session vars
2019-01-22, by Gregory Szorc
tests: normalize to bytes in test-install.t
2019-01-22, by Gregory Szorc
config: reject str sections and keys on Python 3
2019-01-22, by Gregory Szorc
tests: add size and hash for Python 3
2019-01-22, by Gregory Szorc
httppeer: use %s for formatting
2019-01-22, by Gregory Szorc
tests: add b'' to notcapable
2019-01-22, by Gregory Szorc
tests: add b'' to test-missing-capability.t
2019-01-22, by Gregory Szorc
fuzz: exercise more of the lazymanifest code
2019-01-22, by Augie Fackler
fuzz: restrict manifest input size
2019-01-22, by Augie Fackler
fuzz: exercise more of the revlog API
2019-01-22, by Augie Fackler
fuzz: don't allow enormous revlog inputs either
2019-01-22, by Augie Fackler
merge with stable
2019-01-22, by Martin von Zweigbergk
Added signature for changeset 4ea21df312ec
stable
2019-03-19, by Augie Fackler
Added tag 4.9.1 for changeset 4ea21df312ec
stable
2019-03-19, by Augie Fackler
record: prevent commits that don't pick up dirty subrepo changes (issue6102)
stable
4.9.1
2019-03-16, by Matt Harbison
test-https: add some more known failure messages of client certs (issue6030)
stable
2019-03-17, by Yuya Nishihara
test-https: turn off system OpenSSL configuration
stable
2019-03-17, by Yuya Nishihara
rebase: add missing dashes in help text
stable
2019-02-23, by Manuel Jacob
test: stabilize bundle generation for test-sparse-revlog.t
stable
2019-02-24, by Pierre-Yves David
test: don't trust delta bases from the bundle in test-sparse-revlog.t
stable
2019-02-24, by Pierre-Yves David
test: update test-sparse-revlog.t output
stable
2019-02-24, by Pierre-Yves David
tests: add a missing abort exit code on Windows in test-audit-subrepo.t
stable
2019-02-20, by Matt Harbison
subrepo: add test for Windows relative-ish path with drive letter
stable
2019-02-07, by Yuya Nishihara
tests: fix regression tests failing on CentOS 7
stable
2019-02-07, by Mathias De Mare
packaging: modify rc detection to work with X.Yrc instead of X.Y-rc
stable
2019-02-07, by Mathias De Mare
subrepo: avoid false unsafe path detection on Windows
stable
2019-02-05, by Matt Harbison
Added signature for changeset 83377b4b4ae0
stable
2019-02-01, by Augie Fackler
Added tag 4.9 for changeset 83377b4b4ae0
stable
2019-02-01, by Augie Fackler
subrepo: reject potentially unsafe subrepo paths (BC) (SEC)
stable
4.9
2019-01-08, by Yuya Nishihara
subrepo: prohibit variable expansion on creation of hg subrepo (SEC)
stable
2019-01-08, by Yuya Nishihara
subrepo: extend path auditing test to include more weird patterns (SEC)
stable
2019-01-08, by Yuya Nishihara
copyright: update to 2019
stable
2019-01-31, by Anton Shestakov
revlog: make sure we never use sparserevlog without general delta (issue6056)
stable
2019-01-24, by Boris Feld
sparserevlog: document the config option
stable
2019-01-30, by Boris Feld
rust-cpython: raising error.WdirUnsupported
stable
2019-01-23, by Georges Racinet
rust: error for WdirUnsupported with cpython conversion as exception
stable
2019-01-23, by Georges Racinet
rust: working directory revision number constant
stable
2019-01-23, by Georges Racinet
ui: remove unreachable branches and function calls from write() (issue6059)
stable
2019-01-24, by Yuya Nishihara
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip