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.
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip