Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+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.
demandimportpy3: update to pass import checker
2017-08-22, by Augie Fackler
contrib: always treat importlib.* as stdlib
2017-08-22, by Augie Fackler
hg: update top-level script to use modern import conventions
2017-08-22, by Augie Fackler
simplemerge: update to conform with modern import conventions
2017-08-22, by Augie Fackler
contrib: inform import checker that __builtin__ is a thing
2017-08-22, by Augie Fackler
contrib: allow importing "symbols" from mercurial
2017-08-22, by Augie Fackler
hgperf: update to conform with import style checks
2017-08-22, by Augie Fackler
contrib: update hg-ssh to conform with import style checks
2017-08-22, by Augie Fackler
contrib: have import-checker work mostly with native strings for mod names
2017-08-22, by Augie Fackler
bundlerepo: move bundle2 part handling out to a function
2017-08-23, by Durham Goode
bundle2: seek part back during iteration
2017-08-23, by Durham Goode
bundlerepo: move temp bundle creation to a separate function
2017-08-23, by Durham Goode
exchange: don't attempt phase exchange if phase-heads was in bundle
2017-08-17, by Martin von Zweigbergk
pushvars: do not mangle repo state
2017-08-16, by Jun Wu
record: fix revert -i for lines without newline (issue5651)
stable
2017-08-27, by Jun Wu
morestatus: check whether the conflict message is None before printing
2017-08-21, by Pulkit Goyal
bundle2: fixed usage of an attribute that was removed in py3k
2017-08-23, by Alex Gaynor
releasenotes: add check flag for use of admonitions and its validity
2017-08-13, by Rishabh Madan
copies: fix misaligned lines
2017-08-22, by Gábor Stefanik
copies: fix typo in comment
2017-08-22, by Gábor Stefanik
python3: whitelist test-imports-checker.t, which now passes
2017-08-22, by Augie Fackler
contrib: make import checker always think in terms of bytes
2017-08-22, by Augie Fackler
contrib: work around some modules not existing on Py3 in import checker
2017-08-22, by Augie Fackler
tests: stop using old except syntax in test-bundle2-format
2017-08-22, by Augie Fackler
tests: update test-archive to always use hashlib
2017-08-22, by Augie Fackler
md5sum: assume hashlib exists now that we're 2.7 only
2017-08-22, by Augie Fackler
undumprevlog: update to valid Python 3 syntax
2017-08-22, by Augie Fackler
tests: fixed a bytes/unicode confusion in the test runner
2017-08-23, by Alex Gaynor
run-tests: remove unused pygments token type
2017-08-22, by Martin von Zweigbergk
run-tests: also highlight .py test files in summary messages
2017-08-21, by Martin von Zweigbergk
test-revset: make it work with chg
2017-08-20, by Jun Wu
copies: use intersectmatchers() in non-merge p1 optimization
2017-08-19, by Yuya Nishihara
run-tests: pre instantiate pygments objects
2017-08-22, by Matthieu Laneuville
merge with stable
2017-08-21, by Sean Farley
rebase: only change self.state when collapsing in _finishrebase
2017-08-11, by Jun Wu
rebase: choose merge base without unwanted revisions
2017-08-10, by Jun Wu
templatekw: choose {latesttag} by len(changes), not date (issue5659)
stable
2017-08-15, by Martin von Zweigbergk
tests: use graph log in {latesttag} tests
stable
2017-08-18, by Martin von Zweigbergk
demandimport: disable if chg is being used
2017-08-16, by Jun Wu
demandimport: move HGDEMANDIMPORT test to __init__.py
2017-08-18, by Jun Wu
log: add a "graphwidth" template variable
2017-08-15, by Danny Hooper
obsmarker: fix precnode deprecation
2017-08-16, by Boris Feld
obsmarker: precnode was renamed into prednode
2017-08-16, by Boris Feld
revset: mark evolution-related revsets as experimental
2017-08-16, by Boris Feld
push: fix docsstring
2017-08-15, by Jun Wu
py3: select input or raw_input by pycompat
2017-08-16, by Yuya Nishihara
py3: make encoding.strio() an identity function on Python 2
2017-08-16, by Yuya Nishihara
templatekw: specify plural form of instability
2017-08-13, by Yuya Nishihara
templatekw: rename termwidth() per convention
2017-08-16, by Yuya Nishihara
rebase: optimize "source" calculation in adjustdest
2017-08-11, by Jun Wu
rebase: remove "state >= revtodo" condition
2017-08-11, by Jun Wu
rebase: remove self.destancestors
2017-08-11, by Jun Wu
rebase: remove rebaseset from _checkobsrebase
2017-07-14, by Jun Wu
rebase: remove revignored and nullmerge states
2017-07-10, by Jun Wu
rebase: remove messages for nullmerge and revignored (BC)
2017-07-08, by Jun Wu
rebase: remove revprecursor and revpruned states (BC)
2017-07-08, by Jun Wu
rebase: move obsoleted not rebased messages earlier (BC)
2017-07-08, by Jun Wu
rebase: extract ctx description logic to a function
2017-07-08, by Jun Wu
python3: whitelist another *13* tests that now pass
2017-07-27, by Augie Fackler
py3: introduce a wrapper for __builtins__.{raw_,}input()
2017-07-24, by Augie Fackler
python3: whitelist four more passing tests
2017-07-26, by Augie Fackler
extensions: don't give AttributeError bytes message on Python 3
2017-08-11, by Augie Fackler
extensions: if on py3 and propname is a bytestr, convert to sysstr
2017-07-25, by Augie Fackler
pushvars: add a coreconfigitem for push.pushvars.server
2017-08-12, by Pulkit Goyal
phabricator: add phabupdate command to update status in batch
2017-07-18, by Jun Wu
phabricator: add status to revision query language
2017-07-18, by Jun Wu
phabricator: add a small language to query Differential Revisions
2017-07-17, by Jun Wu
phabricator: change "readpatch" to be more flexible
2017-07-17, by Jun Wu
filemerge: extract `_picklabels` as a helper function
2017-08-13, by Phil Cohen
simplemerge: write merge result to the localctx, if passed
2017-08-13, by Phil Cohen
simplemerge: use contexts to read file data from, if passed
2017-08-13, by Phil Cohen
filemerge: pass contexts to simplemerge
2017-08-13, by Phil Cohen
simplemerge: add optional context parameters to simplemerge
2017-08-13, by Phil Cohen
simplemerge: extract verifytext as a helper function
2017-08-13, by Phil Cohen
commit: use context manager with dirstateguard
2017-08-14, by Martin von Zweigbergk
commit: move dirstateguard creation out of try-block
2017-08-14, by Martin von Zweigbergk
copies: add more details to the documentation of mergecopies()
2017-08-16, by Pulkit Goyal
httppeer: add support for httppostargs when we're sending a file
2017-07-26, by Augie Fackler
i18n: get translation entries for description of each compression engines
2017-08-15, by FUJIWARA Katsunori
i18n: ignore docstring for modules under mercurial
2017-08-15, by FUJIWARA Katsunori
i18n: use saved object to get actual function information if available
2017-08-15, by FUJIWARA Katsunori
i18n: ignore doctest part to avoid warning at "make update-pot"
2017-08-13, by FUJIWARA Katsunori
largefiles: fix help text to avoid warning at "make update-pot"
2017-08-02, by FUJIWARA Katsunori
i18n: make hggettext use original docstring to compute offset
2017-08-02, by FUJIWARA Katsunori
run-tests: also color the summary messages (skipped, failed...)
2017-08-11, by Matthieu Laneuville
crecord: fixes the formatting of the select status in the status line
2017-08-13, by Filip Filmar
cext: move PyInt macros to charencode.c properly
2017-08-14, by Yuya Nishihara
py3: change encoding.localstr to a subclass of bytes, not str
2017-08-14, by Yuya Nishihara
bundle2: relax the condition to update transaction.hookargs
2017-08-13, by Yuya Nishihara
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
evolution: rename bumped to phase-divergent
2017-08-01, by Boris Feld
evolution: rename divergent to content-divergent
2017-08-01, by Boris Feld
py3: use bytes IO to write sample hgrc
2017-08-03, by Yuya Nishihara
buildrpm: do not break in presence of custom user configs
2017-08-04, by muxator
sparse: treat paths as cwd-relative
2017-08-04, by Kostia Balytskyi
match: expose some data and functionality to other modules
2017-08-02, by Kostia Balytskyi
sparse: properly error out when absolute paths are used
2017-08-02, by Kostia Balytskyi
py3: convert arbitrary exception object to byte string more reliably
2017-08-03, by Yuya Nishihara
build: delay version computation on macOS builds
2017-08-03, by Rodrigo Damazio
color: remove warnings if term is not formatted (==dumb or !ui.formatted())
2017-08-03, by Kyle Lippincott
rpms: add chg
2017-07-27, by Mathias De Maré
tests: demonstrate crash when trying to rebase merge without its parents
2017-07-14, by Martin von Zweigbergk
tests: demonstrate broken rebase of merge with p1's successor in dest
2017-07-16, by Martin von Zweigbergk
bundle2: obtain repr() of exception in a python3-safe way
2017-07-24, by Augie Fackler
bundle2: use bytestr() instead of str() to convert part id to bytes
2017-07-24, by Augie Fackler
bundle2: work around zip() being lazy in Python 3
2017-07-24, by Augie Fackler
bundle2: look for __next__ as well as next to identify iterators
2017-07-24, by Augie Fackler
bundle2: use modern Python division
2017-07-24, by Augie Fackler
changegroup: wrap some ** expansions in strkwargs
2017-07-24, by Augie Fackler
obsolete: reuse _fm1metapair for computing _fm1metapairsize
2017-07-24, by Augie Fackler
setup: fix installing in a mingw environment
stable
2017-08-11, by Mike Hommey
osx: delay version computation on macOS builds
stable
2017-08-10, by Kevin Bullock
evolution: rename unstable to orphan
2017-08-01, by Boris Feld
evolution: rename trouble(s) to instability
2017-08-01, by Boris Feld
bundle2: load hookargs from bundleoperation into transaction when started one
2017-08-02, by Pulkit Goyal
bundle2: add the capability to store hookargs on bundle operation object
2017-08-02, by Pulkit Goyal
branchmap: revert c34532365b38 for Python 2.7 compatibility
stable
2017-08-10, by Mike Hommey
Added signature for changeset 3fee7f7d2da0
stable
2017-08-10, by Augie Fackler
Added tag 4.3.1 for changeset 3fee7f7d2da0
stable
2017-08-10, by Augie Fackler
ssh: unban the use of pipe character in user@host:port string
stable
4.3.1
2017-08-07, by Yuya Nishihara
ssh: quote parameters using shellquote (SEC)
stable
2017-08-04, by Jun Wu
subrepo: add tests for git rogue ssh urls (SEC)
stable
2017-07-31, by Sean Farley
subrepo: add tests for svn rogue ssh urls (SEC)
stable
2017-07-31, by Sean Farley
subrepo: add tests for hg rogue ssh urls (SEC)
stable
2017-07-31, by Sean Farley
push: add tests for unsafe ssh url (SEC)
stable
2017-07-31, by Sean Farley
pull: add tests for unsafe ssh url (SEC)
stable
2017-07-28, by Sean Farley
clone: add tests for unsafe ssh url (SEC)
stable
2017-07-28, by Sean Farley
sshpeer: check for safe ssh url (SEC)
stable
2017-08-01, by Sean Farley
ssh: ban any username@host or host that starts with - (SEC)
stable
2017-08-04, by Augie Fackler
util: add utility method to check for bad ssh urls (SEC)
stable
2017-07-28, by Sean Farley
pathauditor: disable cache of audited paths by default (issue5628)
stable
2017-07-26, by Yuya Nishihara
tests: show cache of audited paths is never invalidated
stable
2017-08-01, by Yuya Nishihara
stable: merge heads
stable
2017-08-10, by Augie Fackler
Added signature for changeset 943c91326b23
stable
2017-08-10, by Augie Fackler
Added tag 4.2.3 for changeset 943c91326b23
stable
2017-08-10, by Augie Fackler
ssh: unban the use of pipe character in user@host:port string
stable
4.2.3
2017-08-07, by Yuya Nishihara
ssh: quote parameters using shellquote (SEC)
stable
2017-08-04, by Jun Wu
subrepo: add tests for git rogue ssh urls (SEC)
stable
2017-07-31, by Sean Farley
subrepo: add tests for svn rogue ssh urls (SEC)
stable
2017-07-31, by Sean Farley
subrepo: add tests for hg rogue ssh urls (SEC)
stable
2017-07-31, by Sean Farley
push: add tests for unsafe ssh url (SEC)
stable
2017-07-31, by Sean Farley
pull: add tests for unsafe ssh url (SEC)
stable
2017-07-28, by Sean Farley
clone: add tests for unsafe ssh url (SEC)
stable
2017-07-28, by Sean Farley
sshpeer: check for safe ssh url (SEC)
stable
2017-08-01, by Sean Farley
ssh: ban any username@host or host that starts with - (SEC)
stable
2017-08-04, by Augie Fackler
util: add utility method to check for bad ssh urls (SEC)
stable
2017-07-28, by Sean Farley
pathauditor: disable cache of audited paths by default (issue5628)
stable
2017-07-26, by Yuya Nishihara
tests: show cache of audited paths is never invalidated
stable
2017-08-01, by Yuya Nishihara
Added signature for changeset 5544af862286
stable
2017-08-10, by Augie Fackler
Added tag 4.3 for changeset 5544af862286
stable
2017-08-10, by Augie Fackler
chg: define _GNU_SOURCE to allow CentOS 5 compilation
stable
4.3
2017-08-07, by Mathias De Maré
centos5: use vault urls
stable
2017-08-07, by Mathias De Maré
ui: make sure buffer is flushed before waiting for user input (issue5587)
stable
2017-08-05, by Kostia Balytskyi
util: fix sortdict.update() to call __setitem__() on PyPy (issue5639)
stable
2017-08-02, by Yuya Nishihara
test-revlog-raw: close file handles explicitly (issue5644)
stable
2017-08-02, by Yuya Nishihara
tests: clear __pycache__ for PyPy compatibility (issue5638) (issue5642)
stable
2017-08-02, by Yuya Nishihara
test-extension: glob module name in error message for PyPy
stable
2017-08-02, by Yuya Nishihara
rebase: sort collapsed revisions in commit message (issue5643)
stable
2017-08-02, by Yuya Nishihara
i18n: use actual filename, in which function is defined, for hg.pot
stable
2017-08-02, by FUJIWARA Katsunori
ui: enable pager always for explicit --pager=on (issue5580)
stable
2017-08-01, by FUJIWARA Katsunori
rebase: use one dirstateguard for when using rebase.singletransaction
2017-07-20, by Durham Goode
README: make paragraphs before example code end with "::" for reST syntax
stable
2017-07-31, by FUJIWARA Katsunori
commit: don't let failed commit with --addremove update dirstate (issue5645)
stable
2017-07-31, by Martin von Zweigbergk
tests: demonstrate that failed "hg ci -A" updates dirstate (issue5645)
stable
2017-07-31, by Martin von Zweigbergk
tests: fix test-flagprocessor.t flakiness
stable
2017-07-31, by Martin von Zweigbergk
tests: clarify that duplicate flag processors is not an error
stable
2017-07-31, by Martin von Zweigbergk
tests: avoid unexpected result at invocation of *.py file on Windows
stable
2017-08-01, by FUJIWARA Katsunori
tests: use pdiff instead of diff for portability
stable
2017-07-31, by FUJIWARA Katsunori
tests: make pdiff return appropriate exit code at comparison of files
stable
2017-07-31, by FUJIWARA Katsunori
merge with stable
2017-08-01, by Augie Fackler
tests: make test-profile.t pass if statprof didn't collect samples
stable
2017-07-31, by Martin von Zweigbergk
pypy: fix failing test-devel-warnings.t with Pypy5.6.0
stable
2017-07-27, by Boris Feld
pypy: fix failing test files with Pypy5.6.0
stable
2017-07-31, by Boris Feld
commitextras: make sure keys are not empty
stable
2017-07-30, by Pulkit Goyal
make: add new directory 'hgdemandimport' to cleanbutpackages rule
stable
2017-07-29, by Sean Farley
statichttprepo: implement wlock() (issue5613)
stable
2017-07-29, by Gregory Szorc
test: add tests for branches and tags with static http repo (issue5613)
stable
2017-07-29, by Gregory Szorc
commitextras: make sure keys contains ascii letters, numbers, '_' and '-' only
stable
2017-07-28, by Pulkit Goyal
phabricator: convert unicode to binary when writing patches
stable
2017-07-27, by Jun Wu
setup: silence warning of unknown option python_requires on distutils
stable
2017-07-27, by Yuya Nishihara
setup: forcibly include cext/pure packages in py2exe (issue5625)
stable
2017-07-20, by Yuya Nishihara
setup: do not select hg executable that prints unexpected warnings
stable
2017-07-20, by Yuya Nishihara
docker: pass proxy arguments to docker process
stable
2017-07-27, by Mathias De Maré
makefile: build on CentOS 6 with a Python 2.7
stable
2017-07-27, by Mathias De Maré
osx: wire up genosxversion script
stable
2017-07-24, by Augie Fackler
osx: new script for generating OS X package versions
stable
2017-07-24, by Augie Fackler
tests: update mac packaging test expectations
stable
2017-07-24, by Augie Fackler
tests: add support in run-tests.py for an environment variable to stop color
stable
2017-07-26, by Augie Fackler
setup: fix mistake that prevented Python 3 from being excluded
stable
2017-07-26, by Augie Fackler
rebase: move bookmark to destination for commits becoming empty (issue5627)
stable
2017-07-24, by Jun Wu
setup: drop use of set literal so parsable on Python 2.6
stable
2017-07-26, by Yuya Nishihara
setup: add extra logic to try and recommend a new pip on bad Python
stable
2017-07-21, by Augie Fackler
setup: explicitly declare supported Python versions
stable
2017-07-21, by Augie Fackler
contrib: remove one test from the python 3 whitelist
stable
2017-07-24, by Augie Fackler
ui: fix configbytes isinstance check to look for bytes and not str
stable
2017-07-24, by Augie Fackler
patch: update copying of dict keys and values to work on Python 3
stable
2017-07-24, by Augie Fackler
phabricator: include the suggested arc config in the repo
stable
2017-07-21, by Alex Gaynor
match: override visitdir() in nevermatcher to return False
stable
2017-07-19, by Martin von Zweigbergk
wix: update list of necessary pyd files
stable
2017-07-21, by Steve Borho
run-tests: pre instantiate pygments objects
stable
2017-07-21, by Jun Wu
contrib: drop Python 2.6 from manylinux1 wheel script
stable
2017-07-19, by Augie Fackler
contrib: make build-linux-wheels.sh executable
stable
2017-07-19, by Augie Fackler
test-dirstate-race: hide irrelevant hg status output
stable
2017-07-20, by Siddharth Agarwal
test-commit: stabilize for filesystems without symlink support
stable
2017-07-18, by Matt Harbison
test-https: properly conditionalize Windows vs non-Windows output
stable
2017-07-18, by Matt Harbison
Added signature for changeset 857876ebaed4
stable
2017-07-19, by Kevin Bullock
Added tag 4.3-rc for changeset 857876ebaed4
stable
2017-07-19, by Kevin Bullock
merge default into stable for code freeze
stable
4.3-rc
2017-07-19, by Kevin Bullock
releasenotes: add custom admonitions support for release notes
2017-07-18, by Rishabh Madan
check-config: mention the file and line of the error
2017-07-18, by Ryan McElroy
rebase: add config to move rebase into a single transaction
2017-07-18, by Durham Goode
run-tests: remove unnecessary 'with_color' variable
2017-07-17, by Martin von Zweigbergk
run-tests: warn if --color=always and no pygments installed
2017-07-17, by Martin von Zweigbergk
run-tests: drop unnecessary check for pygmentspresent
2017-07-17, by Martin von Zweigbergk
run-tests: pass color option via test case object , not global var
2017-07-17, by Martin von Zweigbergk
phabricator: sanity check Differential Revision from commit message
2017-07-10, by Jun Wu
test-phases-exchange: properly conditionalize output
2017-07-18, by Matt Harbison
commitextras: mark the extension as ADVANCED
2017-07-18, by Pulkit Goyal
run-tests: check if stream is a tty before using color
2017-07-18, by Matthieu Laneuville
tests: rewrite test-rebase-detach.t using drawdag
2017-07-14, by Martin von Zweigbergk
tests: simplify config in test-rebase-detach.t
2017-07-14, by Martin von Zweigbergk
drawdag: include files from both parents in merge commits
2017-07-14, by Martin von Zweigbergk
gitweb: preserve whitespace in description
2017-07-17, by Gregory Szorc
sparse: add a requirement when a repository uses sparse (BC)
2017-07-17, by Gregory Szorc
sparse: consolidate common code for writing sparse config
2017-07-17, by Gregory Szorc
revset: pass repo when passing ui
2017-07-15, by Gregory Szorc
win32: copy-edit debugssl messages to match prevailing style
2017-07-17, by Kevin Bullock
run-tests: make sure to check if pygments is installed before using it
2017-07-15, by Pulkit Goyal
sparse: require [section] in sparse config files (BC)
2017-07-15, by Gregory Szorc
sparse: use set for capturing profiles
2017-07-15, by Gregory Szorc
util: remove dead code which used to be for old python2 versions
2017-07-17, by Alex Gaynor
status: add a flag to terse the output (issue4119)
2017-06-17, by Pulkit Goyal
commitextras: check the format of the arguments and no internal key is used
2017-07-12, by Pulkit Goyal
commitextras: move fb extension to core which add extras to a commit
2017-07-12, by Pulkit Goyal
archive: add an experimental config to control the metadata file template
2017-07-17, by Matt Harbison
archive: use a templater to build the metadata file
2017-07-16, by Matt Harbison
commandserver: do not handle EINTR for selector.select
2017-07-16, by Jun Wu
debugobsolete: also report the number of obsoleted changesets
2017-07-16, by Boris Feld
transaction-summary: display the summary for all transactions
2017-07-16, by Boris Feld
test-strip: fix call to super class in crashstriprepo
2017-07-16, by Boris Feld
share: share 'cachevfs' with the source clone (issue5108)
2017-07-15, by Boris Feld
cachevfs: add a devel warning for cache access though 'vfs'
2017-07-15, by Boris Feld
cachevfs: migration the tags fnode cache to 'cachevfs'
2017-07-15, by Boris Feld
cachevfs: migrate tagscache to 'cachevfs'
2017-07-15, by Boris Feld
cachevfs: migration the revbranchcache to 'cachevfs'
2017-07-15, by Boris Feld
cachevfs: use the new vfs in when computing branchmap cache
2017-07-15, by Boris Feld
cachevfs: add a vfs dedicated to cache
2017-07-15, by Boris Feld
vfsward: register 'write with no lock' warnings as 'check-locks' config
2017-07-15, by Boris Feld
demandimport: prefer loaded module over package attribute (issue5617)
2017-07-16, by Yuya Nishihara
demandimport: drop Py3 workarounds from Py2 implementation
2017-07-16, by Yuya Nishihara
demandimport: drop hack for old Pythons which had no level argument
2017-07-16, by Yuya Nishihara
tests: drop "absimport" conditionals which should be always true
2017-07-16, by Yuya Nishihara
color: drop the now useless color extension
2017-07-15, by Boris Feld
extensions: expand the builtins extensions declaration
2017-07-15, by Boris Feld
debugextensions: drop the color from the test
2017-07-15, by Boris Feld
configitems: register the 'bugzilla.notify' config
2017-06-30, by Boris Feld
configitems: register the 'ui.mergemarkertemplate' config
2017-06-30, by Boris Feld
configitems: register the 'ui.color' config
2017-07-15, by Boris Feld
color: drop the _enabledbydefault module variable
2017-07-15, by Boris Feld
configitems: register the 'ui.forcecwd' config
2017-06-30, by Boris Feld
configitems: register the 'ui.fallbackencoding' config
2017-06-30, by Boris Feld
bookmark: deprecate direct del of a bookmark value
2017-07-10, by Boris Feld
bookmark: deprecate direct set of a bookmark value
2017-07-10, by Boris Feld
bookmark: track bookmark changes at the transaction level
2017-07-10, by Boris Feld
bookmark: deprecate 'recordchange' in favor of 'applychanges'
2017-07-10, by Boris Feld
bookmark: drop deletedivergent
2017-07-10, by Boris Feld
bookmark: use 'divergent2delete' in checkconflict
2017-07-10, by Boris Feld
bookmark: use 'divergent2delete' when updating a bookmark
2017-07-10, by Boris Feld
bookmark: use 'divergent2delete' in 'scmutil.cleanupnode'
2017-07-10, by Boris Feld
bookmark: split out target computation from 'deletedivergent'
2017-07-10, by Boris Feld
bookmark: remove a useless 'recordchange' in the amend code
2017-07-10, by Boris Feld
test-phase-exchange: stabilize for Windows
2017-07-15, by Matt Harbison
debugignore: eliminate inconsistencies with `hg status` (issue5222)
2017-07-15, by Matt Harbison
commandserver: close selector explicitly
2017-07-16, by Jun Wu
scmutil: remove duplicated import of i18n._()
2017-07-15, by Yuya Nishihara
obsstore: let read marker API take a range of offsets
2017-06-04, by Jun Wu
commandserver: use selectors2
2017-07-14, by Jun Wu
selector2: vendor selector2 library
2017-07-14, by Jun Wu
context: name files relative to cwd in warning messages
2017-07-11, by Matt Harbison
run-tests: disable color on Windows
2017-07-15, by Matt Harbison
codemod: register core configitems using a script
2017-07-14, by Jun Wu
phabricator: allow specifying reviewers on phabsend
2017-07-11, by Jun Wu
match: remove unused negatematcher
2017-07-11, by Martin von Zweigbergk
sparse: override dirstate.walk() instead of dirstate._ignore
2017-07-11, by Martin von Zweigbergk
patch: use devel.all-warnings to replace devel.all
2017-07-12, by Jun Wu
sslutil: inform the user about how to fix an incomplete certificate chain
2017-07-12, by Matt Harbison
debug: add a method to check the state of, and built an SSL cert chain
2017-03-30, by Matt Harbison
win32: add a method to trigger the Crypto API to complete a certificate chain
2017-03-29, by Matt Harbison
bookmarks: use 'applychanges' for bookmark update
2017-07-10, by Boris Feld
bookmark: use 'applychanges' in 'repair.strip'
2017-07-10, by Boris Feld
bookmark: use 'applychanges' in the mq extension
2017-07-10, by Boris Feld
bookmark: use 'applychanges' when stripping
2017-07-10, by Boris Feld
bookmark: use 'applychanges' in the convert extension
2017-07-10, by Boris Feld
bookmark: use 'applychanges' when updating bookmark in histedit
2017-07-10, by Boris Feld
bookmark: use 'applychanges' when updating a bookmark through pushkey
2017-07-10, by Boris Feld
bookmark: use 'applychanges' when updating from a remote
2017-07-10, by Boris Feld
bookmark: use 'applychanges' for adding new bookmark
2017-07-10, by Boris Feld
bookmark: use 'applychanges' for bookmark renaming
2017-07-10, by Boris Feld
bookmark: use 'applychanges' for bookmark deletion
2017-07-10, by Boris Feld
bookmark: introduce a 'applychanges' function to gather bookmark movement
2017-07-10, by Boris Feld
obsstore: keep self._data updated with _addmarkers
2017-06-03, by Jun Wu
match: make base matcher return True for visitdir
2017-07-14, by Durham Goode
tests: fix an incorrect description in test-ignore.t
2017-07-14, by Martin von Zweigbergk
templatekw: hide {peerpaths} keyword for 4.3
2017-07-15, by Yuya Nishihara
parsers: fix invariant bug in find_deepest (issue5623)
2017-07-14, by Sune Foldager
configitems: register the 'worker.backgroundclose' config
2017-06-30, by Boris Feld
configitems: register the 'progress.width' config
2017-06-30, by Boris Feld
configitems: register the 'color.pagermode' config
2017-07-12, by Boris Feld
configitems: handle case were the default value is not static
2017-07-12, by Boris Feld
bugzilla: move the default regexp for fix in the config declaration
2017-07-14, by Boris Feld
configitems: register the 'bugzilla.version' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.usermap' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.user' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.timeout' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.template' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.style' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.strip' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.regexp' config
2017-07-07, by Boris Feld
changegroup: stop returning and recording added nodes in 'cg.apply'
2017-07-13, by Boris Feld
phases: remove trace of addednodes in the 'phase-heads' handling
2017-07-13, by Boris Feld
phases: test phases tracking at the transaction level
2017-07-12, by Boris Feld
phases: track phase changes from 'retractboundary'
2017-07-12, by Boris Feld
phases: detect when boundaries has been actually retracted
2017-07-12, by Boris Feld
phases: rework phase movement code in 'cg.apply' to use 'registernew'
2017-07-11, by Boris Feld
convert: use the new 'phase.registernew' function
2017-07-11, by Boris Feld
localrepo: use the 'registernew' function to set the phase of new commit
2017-07-11, by Boris Feld
phases: add a 'registernew' method to set new phases
2017-07-11, by Boris Feld
phases: extract the core of boundary retraction in '_retractboundary'
2017-07-10, by Boris Feld
phases: track phase movements in 'advanceboundary'
2017-07-11, by Boris Feld
phases: extract the intermediate set of affected revs
2017-07-10, by Boris Feld
phase: put retractboundary out of the loop in advanceboundary
2017-07-10, by Boris Feld
match: make unionmatcher a proper matcher
2017-07-11, by Martin von Zweigbergk
match: write forceincludematcher using unionmatcher
2017-07-07, by Martin von Zweigbergk
histedit: extract InterventionRequired transaction handling to utils
2017-07-12, by Martin von Zweigbergk
histedit: create transaction outside of try
2017-07-12, by Martin von Zweigbergk
histedit: remove transaction from state object
2017-07-12, by Martin von Zweigbergk
phabricator: verify local tags before trusting them
2017-07-11, by Jun Wu
phabricator: finding old nodes in batch
2017-07-10, by Jun Wu
phabricator: respect metadata sent by arc
2017-07-10, by Jun Wu
dirstate: update backup functions to take full backup filename
2017-07-12, by Adam Simpkins
util: remove unused ctxmanager
2017-07-13, by Martin von Zweigbergk
codemod: simplify nested withs
2017-07-13, by Jun Wu
reposvfs: add a ward to check if locks are properly taken
2016-08-08, by Boris Feld
repovfs: add a ward to check if locks are properly taken
2017-07-11, by Boris Feld
vfs: allow to pass more argument to audit
2017-07-11, by Boris Feld
zsh_completion: add '--partial' flag to completions for 'import' (issue5618)
2017-07-12, by Martin Tietze
configitems: register the 'bugzilla.password' config
2017-07-07, by Boris Feld
configitems: register the 'bugzilla.mocklog' config
2017-07-07, by Boris Feld
test-amend: fix HGEDITOR shell script to run on Windows
2017-07-13, by Matt Harbison
test-paths: mask out JSON specific path differences for Windows
2017-07-13, by Matt Harbison
tests: categorize entries in blacklist for fsmonitor for future reference
2017-07-13, by FUJIWARA Katsunori
tests: avoid tests related to directory permission if running with fsmonitor
2017-07-13, by FUJIWARA Katsunori
tests: add extra output for fsmonitor at checking under .hg
2017-07-13, by FUJIWARA Katsunori
tests: add extra output for fsmonitor at showconfig
2017-07-13, by FUJIWARA Katsunori
tests: take extra care for fsmonitor at enabling incompatible extension
2017-07-13, by FUJIWARA Katsunori
tests: remove meaningless entries from blacklist for fsmonitor
2017-07-13, by FUJIWARA Katsunori
tests: remove meaningless comment from blacklist for fsmonitor
2017-07-13, by FUJIWARA Katsunori
test-https: stabilize for Windows
2017-07-11, by Matt Harbison
tagmerge: use workingfilectx to write merged tags
2017-07-11, by Phil Cohen
run-tests: add color to output if pygments is available
2017-06-29, by Matthieu Laneuville
win32: work around a WinError problem handling HRESULT types
2017-03-30, by Matt Harbison
less
more
|
(0)
-30000
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
tip