Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
bundle2: raise ProgrammingError for invalid call of addhookargs()
2017-08-13, by Yuya Nishihara
merge: removed sorting in casefolding detection, for a slight performance win
2017-07-14, by Alex Gaynor
tests: verify that peer instances only expose interface members
2017-08-10, by Gregory Szorc
wireproto: use new peer interface
2017-08-10, by Gregory Szorc
httppeer: use peer interface
2017-08-06, by Gregory Szorc
sshpeer: use peer interface
2017-08-06, by Gregory Szorc
localrepo: use peer interfaces
2017-08-09, by Gregory Szorc
repository: implement generic capability methods on peer class
2017-08-06, by Gregory Szorc
repository: formalize wire protocol interface
2017-08-13, by Gregory Szorc
repository: formalize peer interface with abstract base class
2017-08-13, by Gregory Szorc
util: make nogc effective for CPython
2017-08-14, by Jun Wu
scmutil: use util.shellquote instead of %r
2017-07-26, by Augie Fackler
context: fix troubled deprecation
2017-08-14, by Boris Feld
test-pushvars: invoke shell script hook via `sh` for Windows
2017-08-14, by Matt Harbison
test-sparse: drop unnecessary globs
2017-08-14, by Matt Harbison
exchange: simplify unbundle locking using context managers
2017-07-28, by Martin von Zweigbergk
util: add base class for transactional context managers
2017-07-28, by Martin von Zweigbergk
exchange: remove need for "locked" variable
2017-08-14, by Martin von Zweigbergk
exchange: drop now-unnecessary "local" from lock name variables
2017-08-14, by Martin von Zweigbergk
exchange: remove 'locallocked' member from pushop object
2017-07-28, by Martin von Zweigbergk
rebase: change "result would have 3 parent" error message (BC)
2017-08-12, by Jun Wu
drawdag: allow override file contents via comments
2017-08-14, by Jun Wu
phabricator: add --amend option to phabsend
2017-08-04, by Jun Wu
rebase: rewrite core algorithm (issue5578) (issue5630)
2017-08-10, by Jun Wu
phabricator: remove an unnecessary writediffproperties call
2017-08-12, by Jun Wu
releasenotes: minor bug fix for index error while serializing
2017-08-12, by Rishabh Madan
label: rename log.trouble into log.instability
2017-08-03, by Boris Feld
label: rename trouble.X into instability.X
2017-08-03, by Boris Feld
label: rename changeset.troubled into changeset.unstable
2017-08-03, by Boris Feld
test: add a test for stabilization related labels
2017-08-03, by Boris Feld
obsolete: rename bumped volatile set into phasedivergent volatile set
2017-08-04, by Boris Feld
obsolete: rename divergent volatile set into contentdivergent volatile set
2017-08-04, by Boris Feld
obsolete: rename unstable volatile set into orphan volatile set
2017-08-04, by Boris Feld
revset: rename bumped into phasedivergent
2017-08-03, by Boris Feld
revset: remane divergent into contentdivergent
2017-08-03, by Boris Feld
revset: rename unstable into orphan
2017-08-03, by Boris Feld
test: update evolution config
2017-08-04, by Boris Feld
config: rename evolution config into stabilization
2017-08-03, by Boris Feld
morestatus: move fb extension to core by plugging to `hg status --verbose`
2017-08-03, by Pulkit Goyal
bundle2: fix transaction availability detection
2017-08-09, by Boris Feld
fsmonitor: correct an error message
2017-08-10, by Jun Wu
sshpeer: make instance attributes and methods internal
2017-08-10, by Gregory Szorc
peer: remove non iterating batcher (API)
2017-08-09, by Gregory Szorc
wireproto: overhaul iterating batcher code (API)
2017-08-09, by Gregory Szorc
wireproto: remove support for local results in @batchable (API)
2017-08-09, by Gregory Szorc
wireproto: properly implement batchable checking
2017-08-09, by Gregory Szorc
largefiles: remove remotestore.batch()
2017-08-09, by Gregory Szorc
histedit: check first changeset for verb "roll" or "fold" (issue5498)
2017-08-11, by André Klitzing
encoding: drop circular import by proxying through '<policy>.charencode'
2017-07-31, by Yuya Nishihara
policy: reroute proxy modules internally
2017-07-31, by Yuya Nishihara
cext: modernize charencode.c to use Py_ssize_t
2017-07-31, by Yuya Nishihara
cext: factor out header for charencode.c
2017-05-21, by Yuya Nishihara
cext: split character encoding functions to new compilation unit
2017-07-31, by Yuya Nishihara
cext: move _dict_new_presized() to header
2017-07-31, by Yuya Nishihara
ui: restore behavior to ignore some I/O errors (issue5658)
stable
2017-08-15, by Gregory Szorc
tests: test behavior of IOError during transactions (issue5658)
stable
2017-08-14, by Gregory Szorc
log: mention ui.logtemplate in the help text
stable
2017-08-16, by Nathan Goldbaum
hg: avoid relying on errno numbers / descriptions
stable
2017-08-12, by Tristan Seligmann
hg: tolerate long vs. int in test-context.py
stable
2017-08-12, by Tristan Seligmann
configitems: register the 'notify.test' config
2017-06-30, by Boris Feld
configitems: register the 'notify.template' config
2017-06-30, by Boris Feld
configitems: register the 'notify.style' config
2017-06-30, by Boris Feld
configitems: register the 'notify.strip' config
2017-06-30, by Boris Feld
configitems: register the 'notify.sources' config
2017-06-30, by Boris Feld
configitems: register the 'notify.merge' config
2017-06-30, by Boris Feld
configitems: register the 'notify.mbox' config
2017-06-30, by Boris Feld
configitems: register the 'notify.maxsubject' config
2017-06-30, by Boris Feld
configitems: register the 'notify.maxdiff' config
2017-06-30, by Boris Feld
configitems: register the 'notify.fromauthor' config
2017-06-30, by Boris Feld
configitems: register the 'notify.domain' config
2017-06-30, by Boris Feld
configitems: register the 'notify.diffstat' config
2017-06-30, by Boris Feld
configitems: register the 'notify.config' config
2017-06-30, by Boris Feld
merge with stable
2017-08-10, by Augie Fackler
merge with stable
2017-08-10, by Augie Fackler
obsutil: rename allprecursors into allpredecessors
2017-08-02, by Boris Feld
obsolete: rename precursor into predecessor in obsolete docstrings
2017-08-02, by Boris Feld
obsstore: rename precursors into predecessors
2017-08-02, by Boris Feld
obsolete: rename _addprecursors into _addpredecessors
2017-08-02, by Boris Feld
obsmarker: rename precnode into prednode
2017-08-02, by Boris Feld
context: rename troubled into isunstable
2017-08-02, by Boris Feld
context: rename bumped into phasedivergent
2017-08-02, by Boris Feld
context: rename divergent into contentdivergent
2017-08-02, by Boris Feld
context: rename unstable into orphan
2017-08-02, by Boris Feld
context: rename troubles into instabilities
2017-08-02, by Boris Feld
repair: move manifest strip to a separate function
2017-08-08, by Durham Goode
repair: refactor broken linkrev collection
2017-08-08, by Durham Goode
tests: update duplicateoptions test to use bytestrings everywhere
2017-07-25, by Augie Fackler
extensions: attempt to use non-deprecated inspect method
2017-07-25, by Augie Fackler
tests: clean up many print statements to be print functions instead
2017-06-15, by Augie Fackler
tests: fix simple heredoc print statements to work on Py3
2017-06-15, by Augie Fackler
obsolete: use bytes() instead of str() so the node is bytes on py3
2017-07-24, by Augie Fackler
tests: fix test-notify.t to use $PYTHON
2017-07-24, by Augie Fackler
tests: make test-highlight code portable to python3
2017-07-25, by Augie Fackler
dagparser: make print statement in doctest Py3 portable
2017-06-15, by Augie Fackler
i18n: fix check-translation.py to be less broken on Python 3
2017-06-15, by Augie Fackler
ui: refactor extractchoices so it doesn't break on Python 3
2017-07-24, by Augie Fackler
obsutil: defend against succsmarkers() returning None
2017-07-24, by Augie Fackler
changegroup: more **kwargs
2017-07-24, by Augie Fackler
bundle2: convert ints to strings using pycompat.bytestring()
2017-07-24, by Augie Fackler
tests: fix up test-run-tests failures on Python 3.6
2017-08-08, by Augie Fackler
template: rename troubles templatekw into instabilities
2017-08-02, by Boris Feld
test-rebase: add a brute force test
2017-08-06, by Jun Wu
dirstate: simplify dirstate's __iter__
2017-08-08, by Alex Gaynor
repo: skip invalidation of changelog if it has 'delayed' changes (API)
2017-07-19, by Martin von Zweigbergk
httppeer: make several instance attributes internal (API)
2017-08-06, by Gregory Szorc
httppeer: remove unused handler attribute
2017-08-06, by Gregory Szorc
localrepo: remove unused requirements attributes on localpeer (API)
2017-08-07, by Gregory Szorc
exchange: access requirements on repo instead of peer
2017-08-05, by Gregory Szorc
exchange: drop support for lock-based unbundling (BC)
2017-08-06, by Gregory Szorc
http: add a test of actually pushing with httppostargs
2017-08-04, by Augie Fackler
filemerge: move decorator definition for internal merge tools to registrar
2017-08-06, by FUJIWARA Katsunori
releasenotes: add similarity check function to compare incoming notes
2017-08-05, by Rishabh Madan
releasenotes: add import check for fuzzywuzzy
2017-07-29, by Rishabh Madan
run-tests: don't drop optional lines after a missing unconditional line
2017-07-18, by Matt Harbison
run-tests: drop required (feature !) style lines when the output is missing
2017-07-18, by Matt Harbison
status: avoid recursing into ignored directory with "--terse u"
2017-07-24, by Denis Laxalde
pushvars: move fb extension pushvars to core
2017-07-31, by Pulkit Goyal
phabricator: update diff property even if we choose not to create a new diff
2017-08-04, by Jun Wu
phabricator: use Phabricator's last node information
2017-07-17, by Jun Wu
phabricator: add --confirm option to phabsend command
2017-08-03, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip