Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
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
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
rebase: use one dirstateguard for when using rebase.singletransaction
2017-07-20, by Durham Goode
merge with stable
2017-08-01, by Augie Fackler
tests: invoke run-tests.py in test-hghave using $PYTHON (issue5697)
stable
2017-10-04, by Augie Fackler
Added signature for changeset 2f427b57bf90
stable
2017-10-01, by Augie Fackler
Added tag 4.3.3 for changeset 2f427b57bf90
stable
2017-10-01, by Augie Fackler
rebase: move bookmarks with --keep (issue5682)
stable
4.3.3
2017-09-18, by Jun Wu
cleanupnodes: rename "mapping" to "replacements"
stable
2017-09-20, by Martin von Zweigbergk
cleanupnodes: separate out bookmark destination calculation from actual update
stable
2017-09-20, by Martin von Zweigbergk
ui: check for progress singleton when clearing progress bar (issue5684)
stable
2017-09-20, by Mark Thomas
Added signature for changeset 920977f72c7b
stable
2017-09-18, by Augie Fackler
Added tag 4.3.2 for changeset 920977f72c7b
stable
2017-09-18, by Augie Fackler
merge with i18n
stable
4.3.2
2017-09-18, by Augie Fackler
i18n-pt_BR: synchronized with 850d2ec2cf6a
stable
2017-07-31, by Wagner Bruna
hgwebdir: read 'web.template' untrusted
stable
2017-09-15, by Boris Feld
ssh: fix flakey ssh errors on BSD systems
stable
2017-09-11, by Durham Goode
repair: preserve phase also when not using generaldelta (issue5678)
stable
2017-09-14, by Martin von Zweigbergk
tests: add test for issue5678
stable
2017-09-14, by Martin von Zweigbergk
mq: create non-lossy patches, also with custom global diff configuration
stable
2017-09-11, by Mads Kiilerich
mq: test coverage of how [diff] configuration influence can break mq patches
stable
2017-09-11, by Mads Kiilerich
debugssl: allow a URL to be specified without a local repository
stable
2017-08-29, by Matt Harbison
record: fix revert -i for lines without newline (issue5651)
stable
2017-08-27, 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
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
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
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip