Mercurial
Mercurial
>
test
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-120
+120
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.
Merge with default
stable
2012-05-18, by Christian Ebert
Intentionally ignore check-code warning about unwrapped ui message
2012-05-13, by Christian Ebert
Merge with stable
2012-05-13, by Christian Ebert
cleanup: "not x in y" -> "x not in y"
stable
2012-05-12, by Brodie Rao
cleanup: replace naked excepts with more specific ones
stable
2012-05-12, by Brodie Rao
cleanup: replace hasattr() usage with getattr() in hghave
stable
2012-05-12, by Brodie Rao
cleanup: "x != None" -> "x is not None"
stable
2012-05-12, by Brodie Rao
cleanup: eradicate long lines
stable
2012-05-12, by Brodie Rao
tests: set a standard terminal type
stable
2012-05-08, by Matt Mackall
repair: no need to call filterunknown() in strip()
stable
2012-05-10, by Patrick Mezard
Merge with stable
2012-04-29, by Christian Ebert
tests: don't require 'hg' without extension on windows
stable
2012-04-28, by Mads Kiilerich
Merge with stable
2012-04-06, by Christian Ebert
hghave: remove symlink test made useless by ac0da5caebec
stable
2012-04-04, by Patrick Mezard
Merge with stable
2012-04-04, by Christian Ebert
tests: make tests work if directory contains special characters
stable
2012-04-03, by Thomas Arendsen Hein
Merge with stable
2012-04-03, by Christian Ebert
tests: shorten post-test sleeps
stable
2012-04-02, by Matt Mackall
Merge with stable
2012-04-02, by Christian Ebert
record: allow splitting of hunks by manually editing patches
stable
2012-03-30, by A. S. Budden
tests: make hghave handle exec bit on Linux with vfat
stable
2012-03-31, by Matt Mackall
tests: teach hghave to actually test for symlink support
stable
2012-03-31, by Matt Mackall
Merge with stable
2012-03-31, by Christian Ebert
tests: fix incompatibility with python-2.4 in test-hgweb
stable
2010-09-11, by Dirkjan Ochtman
tests: extend get-with-headers to support cache testing
stable
2010-09-08, by Dirkjan Ochtman
pylint, pyflakes: remove unused or duplicate imports
stable
2010-04-14, by Nicolas Dumazet
Merge with stable
2012-02-11, by Christian Ebert
mq: restore _branchtags() fast path (issue3223)
stable
2012-02-07, by Patrick Mezard
tests: tighten checks for octal escapes in shell printf.
stable
2012-02-08, by Jim Hague
Merge with stable
2012-01-23, by Christian Ebert
run-tests: expand user in --with-hg
stable
2012-01-14, by Mads Kiilerich
tests: let run-tests.py default to use 'sh' in $PATH instead of '/bin/sh'
stable
2012-01-20, by Mads Kiilerich
tests: add 'set -x' to the .t sh scripts in run-tests.py debug mode
stable
2012-01-14, by Mads Kiilerich
Merge with default
stable
2012-01-19, by Christian Ebert
Update filectx.cmp monkeypatch to handle '\1\n' at start of file
2012-01-15, by Christian Ebert
phases: use nodemap to check for missing nodes
stable
2012-01-18, by Sune Foldager
Merge with stable
2012-01-19, by Christian Ebert
tests: add htmlcov option
stable
2012-01-11, by Markus Zapke-Gr?ndemann
run-tests: use a list comprehension instead of map
stable
2012-01-12, by Matt Mackall
tests: fix omit path list
stable
2012-01-11, by Markus Zapke-Gr?ndemann
Merge with stable
2011-12-09, by Christian Ebert
branch: warn on branching
stable
2011-12-08, by Matt Mackall
Merge with stable
2011-11-24, by Christian Ebert
tests: use an alias to make msys 'pwd' return paths with forward slashes
stable
2011-11-21, by Mads Kiilerich
tests: skip cvs tests with msys on windows
stable
2011-11-21, by Mads Kiilerich
tests: introduce 'hghave msys' to skip tests that would fail because of msys
stable
2011-11-21, by Mads Kiilerich
Merge with default
stable
2011-11-24, by Christian Ebert
test-keyword: use inline doctest syntax
2011-11-23, by Christian Ebert
Merge with stable
2011-11-21, by Christian Ebert
tests: skip color test on platforms without tic
stable
2011-11-21, by Mads Kiilerich
Merge with default
stable
2011-11-21, by Christian Ebert
Merge with stable
2011-11-18, by Christian Ebert
merge: give a special message for internal:merge failure (issue3105)
stable
2011-11-16, by Matt Mackall
Merge with stable
2011-11-16, by Christian Ebert
tests: use the specified shell for running old fashioned sh tests
stable
2011-11-16, by Mads Kiilerich
Merge with stable
2011-11-11, by Christian Ebert
Make hghave executable
2011-11-11, by Christian Ebert
run-tests: make $TESTTMP matching case-insensitive on windows
stable
2011-11-07, by Mads Kiilerich
run-tests: don't quote command names - that do apparently not work with msys
stable
2011-11-07, by Mads Kiilerich
tests: ignore \r on windows
stable
2011-11-07, by Mads Kiilerich
run-tests: convert windows paths to unix
stable
2011-11-07, by Mads Kiilerich
tests: make (glob) on windows accept \ instead of /
stable
2011-11-07, by Mads Kiilerich
tests: use 'hghave serve' to guard tests that requires serve daemon management
stable
2011-11-07, by Mads Kiilerich
tests: use 'hghave system-sh' to guard tests that requires sh in system()
stable
2011-11-07, by Mads Kiilerich
tests: use 'hghave no-windows' to avoid testing reserved file names on windows
stable
2011-11-07, by Mads Kiilerich
tests: use 'hghave unix-permissions' for tests that really use chmod
stable
2011-11-07, by Mads Kiilerich
tests: use 'hghave symlink' for tests using symlinks
stable
2011-11-07, by Mads Kiilerich
tests: make '(esc)' matching in run-tests.py work as intended
stable
2011-11-07, by Mads Kiilerich
Merge with default
stable
2011-11-09, by Christian Ebert
Add hghave test as of 5635a4017061
2011-11-09, by Christian Ebert
Merge with stable
2011-11-08, by Christian Ebert
run-tests: replace inline python handling with more native scheme
stable
2011-11-07, by Matt Mackall
Merge with stable
2011-11-07, by Christian Ebert
run-tests: minor cleanups
stable
2011-11-03, by Matt Mackall
run-tests: pull out line matching function
stable
2011-11-03, by Matt Mackall
run-tests: pull out unified matching funcs
stable
2011-11-03, by Matt Mackall
tests: add some comments to the unified test code
stable
2011-11-03, by Matt Mackall
tests: rewrite inline Python support
stable
2011-11-03, by Matt Mackall
Backout b78cce2b1430 until a proper solution is found
stable
2011-11-07, by Christian Ebert
Merge with stable
2011-10-24, by Christian Ebert
run-tests: make sure no_proxy/NO_PROXY are empty to fix test-http-proxy.t
stable
2011-10-22, by Thomas Arendsen Hein
keyword: use util.realpath instead of os.path.realpath
stable
2011-10-24, by Thomas Arendsen Hein
Merge with default
stable
2011-10-22, by Christian Ebert
Correct grammar in iskwfile docstring
2011-10-21, by Christian Ebert
Merge with stable
2011-10-22, by Christian Ebert
rollback: avoid unsafe rollback when not at tip (issue2998)
stable
2011-09-30, by Greg Ward
Merge with stable
2011-10-16, by Christian Ebert
run-tests: end doctest block when seeing a non-command
stable
2011-10-13, by Idan Kamara
Merge with stable
2011-10-13, by Christian Ebert
tests: add support for inline doctests in test files
stable
2011-10-12, by Idan Kamara
Merge with stable
2011-10-08, by Christian Ebert
import: wrap a transaction around the whole command
stable
2011-10-02, by Greg Ward
(0.9.2compat) merge with default
0.9.2compat
2011-09-14, by Christian Ebert
Merge with default
stable
2011-09-14, by Christian Ebert
Make status test after record and kwexpand/kwshrink reliable
2011-09-10, by Christian Ebert
Preserve file mode when overwriting
2011-09-14, by Christian Ebert
Merge with default
stable
2011-08-09, by Christian Ebert
Avoid x = a and b or c
2011-08-09, by Christian Ebert
Merge with stable
2011-08-08, by Christian Ebert
tests: use getattr instead of hasattr
stable
2011-07-25, by Augie Fackler
Merge with stable
2011-07-14, by Christian Ebert
run-tests: fix summary when accepting changes interactively
stable
2011-07-13, by Patrick Mezard
Merge with default
stable
2011-07-07, by Christian Ebert
Reuse already present working contexts for match
2011-07-03, by Christian Ebert
Merge with stable
2011-07-01, by Christian Ebert
run-test: revert most of 439ed4721a6d, timeout uses fallback for terminate()
stable
2011-06-30, by Thomas Arendsen Hein
run-tests: fallback to SIGTERM if subprocess.Popen does not have terminate()
stable
2011-06-30, by Thomas Arendsen Hein
Merge with stable
2011-06-20, by Christian Ebert
scmutil: switch match users to supplying contexts
stable
2011-06-18, by Matt Mackall
Merge with stable
2011-06-14, by Christian Ebert
run-tests: verbose log ignored test
stable
2011-06-12, by Idan Kamara
Merge with stable
2011-06-11, by Christian Ebert
patch: generalize the use of patchmeta in applydiff()
stable
2011-06-11, by Patrick Mezard
Merge with stable
2011-06-02, by Christian Ebert
run-tests: allow whitelisting tests that should always run
stable
2011-05-31, by Augie Fackler
Merge with stable
2011-05-28, by Christian Ebert
run-tests: fix --blacklist (broken by 95715c2f90bf)
stable
2011-05-28, by Patrick Mezard
Merge with stable
2011-05-28, by Christian Ebert
patch: use temporary files to handle intermediate copies
stable
2011-05-27, by Patrick Mezard
patch: refactor file creation/removal detection
stable
2011-05-27, by Patrick Mezard
less
more
|
(0)
-1000
-120
+120
tip