Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+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.
revlog: clarify the non sparse-revlog case in `issnapshot`
2018-12-30, by Boris Feld
exthelper: switch to using the registrar merging method
2018-12-30, by Matt Harbison
registrar: add a method to merge registrar instances
2018-12-30, by Matt Harbison
phabricator: ensure that the return of urlopener.open() is closed
2018-12-29, by Matt Harbison
revlog: fix pure python slicing test when chain contains nullrev
2018-12-20, by Boris Feld
merge with stable
2018-12-30, by Yuya Nishihara
remotefilelog: fix bug in maybesparsematch returning alwaysmatcher
2018-12-27, by Kyle Lippincott
procutil: correct spelling of uninterruptable -> uninterruptible
2018-12-28, by Kyle Lippincott
help: show advanced, experimental and deprecated extensions with --verbose
2018-12-28, by Matt Harbison
help: remove a duplicate category name entry for TOPIC_CATEGORY_NONE
2018-12-28, by Matt Harbison
phabricator: assign commands to help categories
2018-12-28, by Matt Harbison
largefiles: eliminate an unnecessary import of configitems
2018-12-28, by Matt Harbison
exthelper: add some examples for using registrar aliases
2018-12-28, by Matt Harbison
exthelper: reintroduce the ability to register filesets
2018-12-27, by Matt Harbison
exthelper: reintroduce the ability to register templates
2018-12-27, by Matt Harbison
extensions: deprecate extsetup without a `ui` argument (API)
2018-12-27, by Matt Harbison
largefiles: port revset registration to exthelper
2018-12-27, by Matt Harbison
exthelper: reintroduce the ability to register revsets
2018-12-27, by Matt Harbison
largefiles: drop the uisetup module
2018-12-23, by Matt Harbison
branches: add -r option to show branch name(s) of a given rev (issue5948)
2018-12-24, by Navaneeth Suresh
progress: avoid ui.configbool() lookup when progress bar is active
2018-12-10, by Gregory Szorc
largefiles: port wrapped functions to exthelper
2018-12-23, by Matt Harbison
largefiles: port commands to exthelper
2018-12-23, by Matt Harbison
exthelper: support the option argument when registering a command
2018-12-23, by Matt Harbison
largefiles: port configitems to exthelper
2018-12-23, by Matt Harbison
remotefilelog: use repo.local() instead of isinstance()
2018-12-23, by Matt Harbison
exthelper: add a cautionary note about adding attributes to containers
2018-12-23, by Matt Harbison
exthelper: drop a compatibility shim with '^command' syntax
2018-12-27, by Matt Harbison
wireproto: in batch queries, support queries with immediate responses
2018-12-24, by Valentin Gatien-Baron
rust: core implementation for lazyancestors
2018-12-04, by Georges Racinet
rust-cpython: binding for AncestorsIterator
2018-12-06, by Georges Racinet
rust-cpython: implement Graph using C parents function
2018-12-03, by Georges Racinet
pull: fix inconsistent view of bookmarks during pull (issue4700)
2018-12-20, by Valentin Gatien-Baron
merge: modify the logical statement
2018-12-23, by Sushil khanchi
exthelper: correct a documentation typo
2018-12-23, by Matt Harbison
lfs: convert to using exthelper to wrap functions
2018-11-27, by Matt Harbison
tests: convert a test extension to use exthelper
2018-11-30, by Matt Harbison
exthelper: drop fileset/revset/template support for now
2018-12-22, by Matt Harbison
exthelper: simplify configitem registration
2018-12-22, by Matt Harbison
extensions: import the exthelper class from evolve 980565468003 (API)
2018-12-22, by Matt Harbison
narrow: detect if narrowspec was changed in a different share
2018-12-21, by Martin von Zweigbergk
tests: add test for narrow+share
2018-07-13, by Martin von Zweigbergk
narrow: keep narrowspec backup in store
2018-12-10, by Martin von Zweigbergk
tests: update narrowspec when narrowspec, not dirstate, is accessed
2018-10-27, by Martin von Zweigbergk
merge: extract helper for creating empty "actions" dict
2018-12-21, by Martin von Zweigbergk
manifest: accept narrowmatch into constructor instead of getting from repo
2018-12-03, by Martin von Zweigbergk
py3: byteify one more sys.argv in gendoc.py
2018-12-22, by Matt Harbison
test: introduce a new flag to display env variable line per line
2018-12-19, by Boris Feld
revlog: add an explicit test for `issnapshot`
2018-12-21, by Boris Feld
revlog: add some direct testing of the slicing logic
2018-12-20, by Boris Feld
revlog: limit base to rev size ratio to 500 instead of 50
2018-12-19, by Boris Feld
contrib: remove unused version of os
2018-12-21, by Pulkit Goyal
py3: convert `'{}'.format(foo)` to `'%s' % foo` in the bookflow extension
2018-12-20, by Matt Harbison
py3: byteify sys.argv in gendoc.py
2018-12-20, by Matt Harbison
repository: update interface signature of narrowmatch()
2018-12-18, by Martin von Zweigbergk
narrow: when narrowing, write new narrowspec before removing revlogs
2018-12-05, by Martin von Zweigbergk
narrow: replace "ui.warn(); return 1" by "raise error.Abort()"
2018-11-23, by Martin von Zweigbergk
test-bookmarks-pushpull: add failing test of issue4700
2018-12-16, by Valentin Gatien-Baron
tests: update printenv.py argument parsing
2018-12-19, by Boris Feld
fuzz: new fuzzer for parsers.fm1readmarkers
2018-12-20, by Augie Fackler
server: always close http socket if responding with an error (issue6033)
stable
4.8.2
2019-01-06, by Augie Fackler
match: fix assertion for fileset with no context (issue6046)
stable
2019-01-05, by Yuya Nishihara
templatekw: fix documentation typos
stable
2019-01-04, by Matt Harbison
update: do not pass in user revspec as default destination (issue6044)
stable
2019-01-02, by Yuya Nishihara
revlog: cache delta base value under -1
stable
2018-12-30, by Boris Feld
revlog: catch revlog corruption in index_baserev
stable
2018-12-27, by Boris Feld
phabricator: properly encode boolean types in the request body
stable
2018-12-21, by Matt Harbison
parsers: better bounds checking in fm1readmarkers
2018-12-20, by Augie Fackler
fuzz: new fuzzer for dirstate parser
2018-12-19, by Augie Fackler
fuzz: new fuzzer for revlog's parse_index2 method
2018-12-19, by Augie Fackler
fuzz: extract Python initialization to utility package
2018-12-19, by Augie Fackler
fuzz: remove probably-wrong -fsanitize from fuzzutil.o rule
2018-12-19, by Augie Fackler
parsers: remove long-dead parse_manifest method
2018-12-19, by Augie Fackler
help: hide default value for default-off flags
2018-12-19, by Martin von Zweigbergk
help: show "[no-]" only for default-on Flags
2018-12-19, by Martin von Zweigbergk
shelve: drop unnecessary backup of narrowspec
2018-12-05, by Martin von Zweigbergk
shelve: pass transaction around to clarify where it's used
2018-05-07, by Martin von Zweigbergk
py3: byteify docchecker
2018-12-19, by Matt Harbison
py3: replace hard coded `python` with $PYTHON in check-gendoc
2018-12-19, by Matt Harbison
py3: byteify gendoc.py
2018-12-18, by Matt Harbison
py3: use bytes stdout in hghave.py
2018-12-19, by Matt Harbison
perfrevlogwrite: fix a typo in the option name
2018-12-19, by Boris Feld
fuzz: improve makefile per feedback from some folks at work
2018-12-19, by Augie Fackler
py3: use bytes stdout in test-check-help.t
2018-12-18, by Matt Harbison
commandserver: preload repository in master server and reuse its file cache
2018-10-31, by Yuya Nishihara
commandserver: add IPC channel to teach repository path on command finished
2018-10-31, by Yuya Nishihara
upgrade: correct implementation of improvement.__ne__
2018-12-13, by Benjamin Peterson
extensions: use ui.log() interface to provide detailed loading information
2018-12-15, by Yuya Nishihara
mq: implement log() on dummyui
2018-12-15, by Yuya Nishihara
ui: install logger that sends debug.extensions messages to stderr
2018-12-15, by Yuya Nishihara
blackbox: resurrect recursion guard
2018-12-15, by Yuya Nishihara
tests: filter out uninteresting log events
2018-12-15, by Yuya Nishihara
context: error out if basefilectx.cmp() is called without self._filenode
2018-12-16, by Yuya Nishihara
context: collapse complex condition to see if filelog have to be compared
2018-12-16, by Yuya Nishihara
merge with stable
2018-12-18, by Augie Fackler
worker: do not swallow exception occurred in main process
stable
2018-12-11, by Yuya Nishihara
run-tests: fix permission to clean up unreadable directories
stable
2018-12-17, by Yuya Nishihara
context: reimplement memfilectx.cmp()
stable
2018-12-16, by Yuya Nishihara
rust-cpython: build and support for Python3
2018-12-17, by Georges Racinet
py3: convert popen() command arguments in hgclient to str on Windows
2018-12-18, by Matt Harbison
py3: byteify tests/pullext.py
2018-12-17, by Matt Harbison
py3: byteify the fakeversion extension in test-http-bad-server.t
2018-12-17, by Matt Harbison
py3: spawn all python instances with legacy stdio enabled on Windows
2018-12-17, by Matt Harbison
setup: avoid attempting to invoke the system-wide hg.exe on Windows
2018-12-17, by Matt Harbison
delta: ignore base whose chains already don't match expectations
2018-12-17, by Boris Feld
delta: exclude base candidate much smaller than the target
2018-12-17, by Boris Feld
perfrevflogwrite: clear revlog cache between each write
2018-12-17, by Boris Feld
py3: enable legacy stdio mode in exewrapper
2018-12-16, by Matt Harbison
run-tests: alias hg to hg.exe on Windows
2018-12-16, by Matt Harbison
py3: conditionalize the python version in test-install.t
2018-12-16, by Matt Harbison
tests: followup on network related errors on Debian 9
2018-12-16, by Boris Feld
py3: unimplement RevlogError.__str__()
2018-12-16, by Yuya Nishihara
py3: use forcebytestr() to stringify hook exception
2018-12-16, by Yuya Nishihara
color: fix a documentation typo
2018-12-15, by Matt Harbison
py3: quote $PYTHON in test-patchbomb.t for Windows
2018-12-15, by Matt Harbison
rust-cpython: testing the bindings from Python
2018-10-16, by Georges Racinet
rust-cpython: build via HGWITHRUSTEXT=cpython
2018-12-06, by Georges Racinet
rust: better treatment of cargo/rustc errors
2018-12-06, by Georges Racinet
rust-cpython: start cpython crate bindings
2018-12-03, by Georges Racinet
rust-cpython: exclude hgcli from workspace
2018-12-03, by Georges Racinet
sparse-revlog: protect C code against delta chain including nullrev
2018-12-14, by Boris Feld
sparse-revlog: handle nullrev in index_get_length
2018-12-14, by Boris Feld
sparse-revlog: handle nullrev in index_get_start
2018-12-14, by Boris Feld
revlog: introduce a constant for nullrev in `revlog.c`
2018-12-14, by Boris Feld
rust: translation of missingancestors
2018-11-30, by Georges Racinet
contrib: provide a small script that draw performance plot
2018-12-14, by Paul Morelle
delta: filter nullrev out first
2018-12-06, by Boris Feld
perf: report more of the higher range in perfrevlogwrite
2018-12-06, by Boris Feld
help: present boolean arguments as "--[no-]foo"
2018-12-14, by Martin von Zweigbergk
help: show "default: off" for boolean flags that default to off
2018-12-14, by Martin von Zweigbergk
help: use "default: on" instead of "default: True"
2018-12-14, by Martin von Zweigbergk
check-commit: disallow capitalization only right after topic
2018-12-14, by Martin von Zweigbergk
absorb: don't prompt to apply changes when there are none to apply
2018-12-13, by Danny Hooper
py3: add a b'' prefix in tests/test-remotefilelog-pull-noshallow.t
2018-12-14, by Pulkit Goyal
error: implement __str__ on RevlogError to fix some output defects on Py3
2018-12-14, by Augie Fackler
perf: add two more missing b prefixes for Python 3
2018-12-14, by Augie Fackler
match: fix doctest to use bytes instead of str
2018-12-14, by Augie Fackler
py3: use pycompat.bytechr() instead of chr() in test-fastannotate-revmap.py
2018-12-14, by Pulkit Goyal
py3: add a missing b'' prefix in contrib/perf.py
2018-12-14, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2018-12-14, by Pulkit Goyal
py3: whitelist another passing test caught by buildbot
2018-12-14, by Pulkit Goyal
py3: fix bad escapes of sub() replacement pattern in test-template-basic.t
2018-12-14, by Yuya Nishihara
perfdiscovery: benching findcommonheads()
2018-12-13, by Georges Racinet
windows: ensure pure posixfile fd doesn't escape by entering context manager
stable
2018-12-15, by Matt Harbison
vfs: ensure closewrapbase fh doesn't escape by entering context manager
stable
2018-12-15, by Matt Harbison
windows: ensure mixedfilemodewrapper fd doesn't escape by entering context mgr
stable
2018-12-15, by Matt Harbison
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
tip