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
-96
+96
+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.
py3: ensure the proxied Windows fd doesn't escape by entering context manager
stable
2018-12-15, by Matt Harbison
merge with stable
2018-12-13, by Augie Fackler
templatefuncs: specialize "no match" value of search() to allow % operation
2018-12-12, by Yuya Nishihara
templatefuncs: add regexp search() function that extracts substring
2018-12-12, by Yuya Nishihara
rust: changed Graph.parents to return [Revision; 2]
2018-11-30, by Georges Racinet
rust: improved docstring
2018-12-11, by Georges Racinet
revset: move subscript relation functions to its own dict
2018-12-13, by Anton Shestakov
py3: teach run-tests.py to handle exe with spaces when --local isn't specified
2018-12-13, by Matt Harbison
rust: adapted hg-core tests for iteration over Result
2018-12-11, by Georges Racinet
win32: close the handles associated with a spawned child process
2018-12-11, by Matt Harbison
rust: remove comment about error handling of AncestorsIterator
2018-12-11, by Yuya Nishihara
test: fix test-http-bad-server with current python 2.7
stable
2018-12-12, by Julien Cristau
perf: add perfprogress command
2018-12-10, by Gregory Szorc
wireprotov2: unify file revision collection and linknode derivation
2018-12-10, by Gregory Szorc
wireprotov2: send linknodes to emitfilerevisions()
2018-12-10, by Gregory Szorc
tests: add tests for server-side linknode adjustment with wireprotov2
2018-12-10, by Gregory Szorc
tests: fix empty commit in test
2018-12-10, by Gregory Szorc
tests: add sparserevlog requirement to test-sqlitestore.t
2018-12-10, by Gregory Szorc
tests: remove all transitional configuration
2018-11-12, by Boris Feld
sparse-revlog: enabled by default
2018-11-12, by Boris Feld
test: preemptively disable sparse-revlog for some of test-upgrade-repo
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-wireproto-content-redirects.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-wireproto-command-capabilities.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-wireproto-caching.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-treemanifest.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-stream-bundle-v2.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-ssh.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-ssh-proto-unbundle.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-ssh-proto.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-ssh-bundle1.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-sparse-requirement.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-revlog-v2.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-repo-compengines.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-remotefilelog-log.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-remotefilelog-clone-tree.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-remotefilelog-clone.t
2018-11-28, by Boris Feld
test: enable sparse-revlog for test-phases.t
2018-11-28, by Boris Feld
test: enable sparse-revlog for test-narrow-clone.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-narrow-clone-stream.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-narrow-clone-no-ellipsis.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-lfs-serve.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-lfs-largefiles.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-lfconvert.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-init.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-http-protocol.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-hgweb-commands.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-debugcommands.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-clone-uncompressed.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-clonebundles.t
2018-11-12, by Boris Feld
test: enable sparse-revlog for test-bundle.t
2018-11-12, by Boris Feld
test: make sure sparse-revlog does not interfer with test-parseindex.t
2018-11-12, by Boris Feld
test: explicitly disable sparse-revlog in test-http-bad-server.t
2018-11-12, by Boris Feld
test: explicitly disable sparse-revlog in test-generaldelta.t
2018-11-12, by Boris Feld
sparse-revlog: disable sparse-revlog if config disable general-delta
2018-11-12, by Boris Feld
test: fix config typo in test-upgrade-repo.t
2018-11-12, by Boris Feld
tests: use $RUNTESTDIR instead of $TESTDIR in narrow-library.sh
2018-12-10, by Pulkit Goyal
tests: update network related errors for Debian 9
2018-12-10, by Boris Feld
util: implement pop() on lrucachedict
2018-11-04, by Yuya Nishihara
util: add method to peek item in lrucachedict
2018-10-31, by Yuya Nishihara
commandserver: loop over selector events
2018-10-31, by Yuya Nishihara
commandserver: remove redundant "if True" block
2018-10-31, by Yuya Nishihara
commandserver: extract handler of new socket connection
2018-10-31, by Yuya Nishihara
commandserver: pass around option to hook repo instance creation
2018-10-31, by Yuya Nishihara
py3: stop subscripting socket.error
2018-12-09, by Matt Harbison
test: update test-logtoprocess.t to not requires less
2018-12-09, by Boris Feld
py3: quote several instances of $PYTHON for Windows
2018-12-09, by Matt Harbison
py3: adapt test-largefiles-wireproto.t to python3
2018-12-09, by Matt Harbison
py3: byteify test-push-race.t
2018-12-09, by Matt Harbison
py3: convert filename to bytes in test-hardlinks.t
2018-12-09, by Matt Harbison
narrow: keep bookmarks temporarily stripped for as long as commits are
2018-12-08, by Martin von Zweigbergk
narrow: drop obsolete support for old Mercurial
2018-12-08, by Martin von Zweigbergk
tests: test that narrow preserves bookmarks on widen
2018-12-06, by Martin von Zweigbergk
rebase: clarify that commits that become empty are skipped
2018-12-07, by Martin von Zweigbergk
rebase: format commit in usual way when explaining that it became empty
2018-12-07, by Martin von Zweigbergk
rust: propagate error of index_get_parents() properly
2018-10-29, by Yuya Nishihara
rust: look up HgRevlogIndex_GetParents() from symbol table
2018-12-02, by Yuya Nishihara
revlog: add public CPython function to get parent revisions
2018-12-02, by Yuya Nishihara
revlog: rename indexType to HgRevlogIndex_Type as it's a global symbol
2018-12-02, by Yuya Nishihara
revlog: export symbol of indexType
2018-12-02, by Yuya Nishihara
setup: fix path of rust source dependencies
2018-12-02, by Yuya Nishihara
rebase: remove now-unnecessary arguments to _abort()
2018-03-04, by Martin von Zweigbergk
rebase: move abort() onto rebaseruntime
2018-03-04, by Martin von Zweigbergk
cleanupnodes: trust caller when "moves" is not None
2018-03-21, by Martin von Zweigbergk
shelve: change transaction description from "commit" to "shelve"
2018-12-05, by Martin von Zweigbergk
shelve: drop unnecessary backup of dirstate for phase-based case
2018-12-05, by Martin von Zweigbergk
tests: split test-shelve.t in two
2018-12-05, by Martin von Zweigbergk
remotefilelog: rely on progress helper for keeping track of position
2018-12-04, by Martin von Zweigbergk
remotefilelog: reduce use of "count" container
2018-12-04, by Martin von Zweigbergk
remotefilelog: replace a "a=[expr]; b=a[0]" by "b=expr; a = [b]"
2018-12-04, by Martin von Zweigbergk
remotefilelog: remove an unnecessary update of "count" container
2018-12-04, by Martin von Zweigbergk
remotefilelog: avoid temporarily using "count" variable as synonym for "total"
2018-12-04, by Martin von Zweigbergk
remotefilelog: use progress helper in fileserverclient
2018-12-05, by Martin von Zweigbergk
remotefilelog: use progress helper in shallowrepo
2018-12-04, by Martin von Zweigbergk
remotefilelog: use progress helper in shallowbundle
2018-12-04, by Martin von Zweigbergk
remotefilelog: use progress helper in repack
2018-12-04, by Martin von Zweigbergk
remotefilelog: use progress helper in remotefilelogserver
2018-12-04, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
tip