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
-64
+64
+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.
wireprotov2peer: report exceptions in frame handling against request future
2018-08-23, by Gregory Szorc
httppeer: use util.readexactly() to abort on incomplete responses
2018-09-08, by Anton Shestakov
httppeer: calculate total expected bytes correctly
2018-09-08, by Anton Shestakov
lazyancestors: reuse __iter__ implementation in __contains__
2018-09-07, by Martin von Zweigbergk
lazyancestors: extract __iter__ to free function
2018-09-09, by Martin von Zweigbergk
phase: report number of non-public changeset alongside the new range
2018-08-30, by Boris Feld
tests: disable test-nointerrupt on Windows
2018-09-07, by Matt Harbison
tests: conditionalize an error message about unlinking a non empty directory
2018-09-07, by Matt Harbison
ancestors: add nullrev to set from the beginning
2018-09-07, by Martin von Zweigbergk
ancestor: filter out initial revisions lower than stoprev
2018-09-08, by Yuya Nishihara
ancestor: add test showing inconsistency between __iter__ and __contains__
2018-09-08, by Yuya Nishihara
ancestors: ensure a consistent order even in the "inclusive" case
2018-09-06, by Boris Feld
ancestors: actually iterate over ancestors in topological order (issue5979)
2018-09-06, by Boris Feld
doc: use modern import style in runrst
2018-09-06, by Yuya Nishihara
hgweb: do not audit URL path as working-directory path
2018-08-26, by Yuya Nishihara
hgweb: map Abort to 403 error to report inaccessible path for example
2018-08-26, by Yuya Nishihara
hgweb: add error template to json so it won't crash
2018-09-07, by Yuya Nishihara
hgweb: show shortlog by default in json output (issue5978)
2018-09-07, by Yuya Nishihara
merge with stable
2018-09-07, by Augie Fackler
tests: improve the widening testing in test-narrow-widen*
2018-09-04, by Pulkit Goyal
narrow: use util.readfile() and improve error message using --narrowspec
2018-09-04, by Pulkit Goyal
merge: use vfs methods for I/O
2018-09-04, by Gregory Szorc
merge: move purge logic from extension
2018-09-06, by Gregory Szorc
tests: stabilize test-removeemptydirs.t on Windows
2018-09-06, by Matt Harbison
help: add internals.wireprotocolv2 to the table, and remove redundant header
2018-09-06, by Yuya Nishihara
match: improve includematcher.visitchildrenset to be much faster and cached
2018-08-17, by Kyle Lippincott
py3: add new passing tests spotted by the buildbot
2018-09-06, by Pulkit Goyal
tests: order the imports in test-fastannotate-hg.t
2018-09-06, by Pulkit Goyal
lfs: ensure the blob is linked to the remote store on skipped uploads
2018-09-06, by Matt Harbison
cbor: teach the encoder to handle python `long` type for Windows
2018-09-04, by Matt Harbison
buildrpm: remove TODO that looks done to me
stable
2018-09-05, by Augie Fackler
buildrpm: fix embarassing bug in shell variable expansions
stable
2018-09-05, by Augie Fackler
absorb: clarify the reason for not finding changesets to modify
2018-09-04, by Matt Harbison
merge with stable
2018-09-05, by Gregory Szorc
state: use our CBOR module
2018-09-04, by Gregory Szorc
wireprotov2peer: use our CBOR decoder
2018-08-28, by Gregory Szorc
debugcommands: use our CBOR decoder
2018-08-28, by Gregory Szorc
wireprotov2server: use our CBOR encoder
2018-08-28, by Gregory Szorc
wireprotoserver: use our CBOR encoder
2018-08-28, by Gregory Szorc
wireprotoframing: use our CBOR module
2018-08-28, by Gregory Szorc
httppeer: use our CBOR decoder
2018-08-28, by Gregory Szorc
zsh_completion: complete shelve and unshelve
2018-08-22, by Anton Shestakov
zsh_completion: use revsets to exclude this rev from suggestions to hg merge
2018-08-21, by Anton Shestakov
drawdag: correctly pass repo to super constructor
2018-09-04, by Martin von Zweigbergk
help: correct a typo in tweakdefaults
2018-09-04, by Matt Harbison
narrow: add '--import-rules' flag to tracked command
2018-08-06, by Pulkit Goyal
internals: extract wire protocol version 2 commands to standalone doc
2018-08-23, by Gregory Szorc
wireprotov2peer: split responsedata handling into separate function
2018-08-23, by Gregory Szorc
httppeer: add TODO about delayed handling of ^C
2018-08-22, by Gregory Szorc
httppeer: log commands for version 2 peer
2018-08-31, by Gregory Szorc
wireprotov2peer: add TODO about streaming responses
2018-08-22, by Gregory Szorc
tests: update relnotes test for actual output
2018-09-04, by Augie Fackler
py3: use print as a function in tests/test-hgweb.t
2018-09-04, by Pulkit Goyal
py3: bytestr a bytes val to make sure we get bytechr while iterating
2018-09-04, by Pulkit Goyal
py3: make regexes in hgext/keyword.py bytes
2018-09-04, by Pulkit Goyal
py3: add more missing b'' prefixes in test files
2018-09-04, by Pulkit Goyal
py3: write the file in str mode in tests/test-rename-merge2.t
2018-09-04, by Pulkit Goyal
py3: add missing b'' prefixes in tests/badserverext.py
2018-09-04, by Pulkit Goyal
py3: handle keyword arguments correctly in hgext/acl.py
2018-09-04, by Pulkit Goyal
py3: don't return the revid as unicode in hgext/convert/subversion.py
2018-09-04, by Pulkit Goyal
py3: make sure we pass str in os.sysconf in hgext/convert/common.py
2018-09-04, by Pulkit Goyal
manifest: fix leak on error return from lazymanifest_filtercopy()
stable
2018-09-05, by Yuya Nishihara
manifest: incref/decref copy->pydata to clarify 'copy' holds a reference
stable
2018-09-05, by Yuya Nishihara
dirstate: use tuple interface to fix leak in pack_dirstate()
stable
2018-09-05, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-64
+64
+100
+300
+1000
+3000
+10000
tip