Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
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.
tests: skip cvs tests with msys on windows
2011-11-21, by Mads Kiilerich
tests: introduce 'hghave msys' to skip tests that would fail because of msys
2011-11-21, by Mads Kiilerich
merge with stable
2011-11-23, by Matt Mackall
convert: handle trailing slashes in filemap better (issue3124)
stable
2011-11-23, by Matt Mackall
tests: remove test-casecollision-i18n.t
stable
2011-11-23, by Matt Mackall
posix: fix HFS+ percent-encoding folding
stable
2011-11-23, by Matt Mackall
mail: use quoted-printable for mime encoding to avoid too long lines (issue3075)
2011-11-23, by Mads Kiilerich
notify: add option for writing to mbox
2011-11-23, by Mads Kiilerich
mail: mbox handling as a part of mail handling, refactored from patchbomb
2011-11-23, by Mads Kiilerich
patchbomb: minor refactoring of mbox functionality, preparing for move
2011-11-23, by Mads Kiilerich
tests: run check-code with warnings and maintain a whitelist
2011-11-23, by Mads Kiilerich
tests: convert test-check-code-hg.py to .t
2011-11-23, by Mads Kiilerich
test-keyword: use inline doctest syntax
2011-11-23, by Christian Ebert
merge with stable
2011-11-22, by Matt Mackall
tests: test-largefiles.t should not try to escape from $TESTTMP
stable
2011-11-22, by Mads Kiilerich
largefiles: file storage should be relative to repo, not relative to cwd
stable
2011-11-22, by Mads Kiilerich
clone: don't save user's password in .hg/hgrc (Issue3122)
stable
2011-11-22, by Augie Fackler
posix: add extended support for OS X path folding
stable
2011-11-22, by Matt Mackall
dirstate: use util.normcase to build foldmap
stable
2011-11-22, by Matt Mackall
merge with stable
2011-11-22, by Martin Geisler
largefiles: fix 'hg clone . ../foo' OSError abort
stable
2011-11-22, by Martin Geisler
tests: test-patchbomb.t cleanup
2011-11-22, by Mads Kiilerich
tests: show actual output in test-patchbomb.t
2011-11-22, by Mads Kiilerich
tests: test findexe() access check fixed in 58f96703a9ab
2011-11-22, by Mads Kiilerich
check-code: fix return code initialization
2011-11-22, by Mads Kiilerich
merge with stable
2011-11-21, by Matt Mackall
tests: make test-commandserver.py independent of line ending and slash direction
2011-11-21, by Mads Kiilerich
tests: make test-commandserver.py output readable
2011-11-21, by Mads Kiilerich
tests: 'hghave unix-permissions' for test-import.t
2011-11-21, by Mads Kiilerich
tests: skip color test on platforms without tic
2011-11-21, by Mads Kiilerich
update: don't clobber untracked files with wrong casing
stable
2011-11-20, by Mads Kiilerich
merge with i18n
2011-11-20, by Matt Mackall
merge with i18n
stable
2011-11-20, by Matt Mackall
i18n-pt_BR: synchronized with 00276525e2b7
stable
2011-11-18, by Wagner Bruna
merge with stable
2011-11-20, by Matt Mackall
help: Backed out changeset e99facd2cd2a, description of file urls
stable
2011-11-18, by Mads Kiilerich
revset: follow(nosuchfile) should give an empty set (issue3114)
stable
2011-11-20, by Matt Mackall
subrepo: fix git status false positive (issue3109)
stable
2011-11-11, by Eric Roshan Eisner
mdiff: replace wscleanup() regexps with C loops
2011-11-18, by Patrick Mezard
mdiff: split lines in allblocks() only when necessary
2011-11-18, by Patrick Mezard
annotate: support diff whitespace filtering flags (issue3030)
2011-11-18, by Patrick Mezard
setup: fix py2exe generation broken by c3a6ec304055 (issue3116)
2011-11-20, by Pascal Quantin
mdiff: make diffblocks() return all blocks, matching and changed
2011-11-18, by Patrick Mezard
mdiff: extract blocks whitespace normalization in diffblocks()
2011-11-18, by Patrick Mezard
merge with crew
2011-11-17, by Matt Mackall
setup: backout 8504699d1aa6
2011-11-17, by Matt Mackall
tests: don't use stdout redirection for test data
2011-11-16, by Mads Kiilerich
tests: hide 'No such file or directory' messages
2011-11-16, by Mads Kiilerich
tests: add missing '(glob)'s to match '\' in paths in test output on windows
2011-11-16, by Mads Kiilerich
tests: add 'hghave system-sh' to skip tests on windows
2011-11-16, by Mads Kiilerich
tests: launch hghave with python interpreter without relying on hash-bang
2011-11-16, by Mads Kiilerich
tests: use the specified shell for running old fashioned sh tests
2011-11-16, by Mads Kiilerich
tests: add missing 'hghave unix-permissions'
2011-11-16, by Mads Kiilerich
tests: remove hacks for testing if file or directory exists
2011-11-16, by Mads Kiilerich
tests: don't leave temporary directories without write permission behind
2011-11-16, by Mads Kiilerich
merge with stable
2011-11-17, by Matt Mackall
hook: flush stdout before redirecting to stderr
stable
2011-11-16, by Thomas De Schampheleire
import: fix parent selection when importing merges
stable
2011-11-16, by Patrick Mezard
patch: simplify hunk extents parsing
2011-11-14, by Patrick Mezard
diff: --ignore-blank-lines was too enthusiastic
stable
2011-11-13, by Patrick Mezard
graft: disallow grafting grafted csets in specific situations (issue3091)
stable
2011-11-12, by Stefano Tortarolo
graft: use revs to make tests more readable
stable
2011-11-12, by Stefano Tortarolo
graft: preserve original source in subsequent grafts
stable
2011-11-12, by Stefano Tortarolo
makedate: wrong timezone offset if DST rules changed this year (issue2511)
stable
2011-11-13, by Dmitry Panov
posix: fix findexe() to check for file type and access
2011-11-17, by Marc-Antoine Ruel
forget: use forward slashes for internal paths
2011-11-15, by Mads Kiilerich
check-code: add --nolineno option for hiding line numbers
2011-11-11, by Mads Kiilerich
merge: give a special message for internal:merge failure (issue3105)
2011-11-16, by Matt Mackall
setup: raise when executing with python3 without c2to3 argument
2011-11-12, by Simon Heimberg
posix: fix findexe() to check for file type and access
stable
2011-11-16, by Marc-Antoine Ruel
subrepo: use correct paths for subrepos with ..-relative paths on windows
stable
2011-11-15, by Mads Kiilerich
add missing localization markup
stable
2011-11-11, by Mads Kiilerich
url: handle file://localhost/c:/foo "correctly"
stable
2011-11-16, by Mads Kiilerich
help: it is 'file://localhost/', not 'file://local/'
stable
2011-11-16, by Mads Kiilerich
setup: support executing with python3 including 2to3
2011-08-21, by Simon Heimberg
setup: hgbuildmo inherits from Command
2011-11-01, by Simon Heimberg
setup: make script executable with python3
2011-11-12, by Simon Heimberg
bookmark: remove excess creation of changectx's
2011-08-17, by Kevin Bullock
bookmark: same order for options and code
2011-08-17, by Kevin Bullock
merge with stable
2011-11-15, by Matt Mackall
dirstate: fix case-folding identity for traditional Unix
stable
2011-11-15, by Matt Mackall
convert/bzr: fix test of divergent nested renames for bzr 1.x
stable
2011-11-15, by Thomas Arendsen Hein
phases: set common changeset to public on pull
2011-11-11, by Pierre-Yves David
phases: mark content pushed as public in local repo on push
2011-11-11, by Pierre-Yves David
phases: marked content of a changegroup as published
2011-11-11, by Pierre-Yves David
phases: set new commit in 1-phase
2011-11-11, by Pierre-Yves David
phases: add retractboundary function to move boundary backward
2011-11-11, by Pierre-Yves David
phases: rename moveboundary into advance boundary
2011-11-10, by Pierre-Yves David
phases: remove underbar into target_phase argument
2011-11-10, by Pierre-Yves David
merge with stable
2011-11-10, by Matt Mackall
tests: fix trailing whitespace
stable
2011-11-10, by Matt Mackall
merge with stable
2011-11-10, by Matt Mackall
mq: add a warning about uncommitted changes for qfinish
2011-11-10, by Matt Mackall
hgweb: add hint about finding library path with debuginstall
stable
2011-11-10, by Matt Mackall
forget: support forgetting explicit paths in subrepos
2011-11-09, by David M. Carr
tests: add test for behavior of forget for explicit path in subrepo
2011-11-09, by David M. Carr
largefiles: treat status of cache missed largefiles as "missing" correctly
stable
2011-11-11, by FUJIWARA Katsunori
merge with stable
2011-11-10, by Matt Mackall
merge with i18n
stable
2011-11-10, by Matt Mackall
rebase: ensure target is not taken as external (issue3085)
stable
2011-11-08, by Stefano Tortarolo
merge with i18n
2011-11-10, by Matt Mackall
i18n: merge with stable
2011-11-09, by Martin Geisler
i18n-da: add new strings from Mercurial 2.0
stable
2011-11-09, by Martin Geisler
i18n-ru: fix translation of --logfile (issue3095)
stable
2011-11-09, by Martin Geisler
rebase: treat nullmerge as a special case in rebasestate (issue3046)
stable
2011-11-06, by Stefano Tortarolo
graft: mark a string for translation
stable
2011-11-08, by Stefano Tortarolo
mdiff/patch: fix bad hunk handling for unified diffs with zero context
stable
2011-11-09, by Nicolas Venegas
convert/bzr: correctly handle divergent nested renames (issue3089)
stable
2011-11-08, by Patrick Mezard
setup: subclass build command
2011-11-01, by Simon Heimberg
setup: has_ext_modules always returns false when pure is specified
2011-11-01, by Simon Heimberg
setup: subclass distribution instead of overwriting original
2011-07-23, by Simon Heimberg
check-code: enable camelcase check, fix up problems
2011-11-09, by Matt Mackall
phases: handle unknown nodes in boundary
2011-11-07, by Pierre-Yves David
phases: add rollback support
2011-11-07, by Pierre-Yves David
phases: add a moveboundary function to move phases boundaries
2011-11-07, by Pierre-Yves David
phases: improve context.phase()
2011-11-07, by Pierre-Yves David
util: don't encode ':' in url paths
2011-11-07, by Mads Kiilerich
run-tests: make $TESTTMP matching case-insensitive on windows
2011-11-07, by Mads Kiilerich
run-tests: don't quote command names - that do apparently not work with msys
2011-11-07, by Mads Kiilerich
tests: ignore \r on windows
2011-11-07, by Mads Kiilerich
run-tests: convert windows paths to unix
2011-11-07, by Mads Kiilerich
tests: make (glob) on windows accept \ instead of /
2011-11-07, by Mads Kiilerich
tests: use 'hghave serve' to guard tests that requires serve daemon management
2011-11-07, by Mads Kiilerich
tests: use 'hghave system-sh' to guard tests that requires sh in system()
2011-11-07, by Mads Kiilerich
tests: use 'hghave no-windows' to avoid testing reserved file names on windows
2011-11-07, by Mads Kiilerich
tests: use 'hghave unix-permissions' for tests that really use chmod
2011-11-07, by Mads Kiilerich
tests: use 'hghave execbit' for tests that manipulate x bit in file system
2011-11-07, by Mads Kiilerich
tests: use 'hghave symlink' for tests using symlinks
2011-11-07, by Mads Kiilerich
windows: use umask 022 in debugstate output
2011-11-07, by Mads Kiilerich
dispatch: exit with 8-bit exit code
2011-11-07, by Mads Kiilerich
tests: don't let time go back before 0 o'clock in bisect3.t
2011-11-07, by Mads Kiilerich
diff: always use / in paths in diff
2011-11-07, by Mads Kiilerich
cmdutil: don't use repr on paths in pathauditor - it looks strange on windows
2011-11-07, by Mads Kiilerich
tests: make '(esc)' matching in run-tests.py work as intended
2011-11-07, by Mads Kiilerich
run-tests: replace inline python handling with more native scheme
2011-11-07, by Matt Mackall
merge with crew
2011-11-07, by Matt Mackall
merge with stable
2011-11-04, by Martin Geisler
merge with main
2011-11-04, by Martin Geisler
merge with main
stable
2011-11-04, by Martin Geisler
subrepo: improve help for svn subrepo support
stable
2011-11-03, by David M. Carr
subrepo: improve help for git subrepo support
stable
2011-11-03, by David M. Carr
subrepo: update help for commit to reflect new default behavior
stable
2011-11-03, by David M. Carr
merge with stable
2011-11-03, by Martin Geisler
i18n: disable translations with conflicting prompt keys (issue3082)
stable
2011-11-03, by Wagner Bruna
log: hide hidden option until it actually does something
2011-11-06, by Matt Mackall
phases: add a very simple test
2011-11-04, by Pierre-Yves David
phases: add a phase template keyword
2011-10-09, by Pierre-Yves David
phases: add a phase method to context
2011-10-18, by Pierre-Yves David
phases: add a cache allowing to know in which phase a changeset is
2011-11-04, by Pierre-Yves David
phases: handle errors other than ENOENT appropriately
2011-11-06, by Matt Mackall
phases: basic I/O logic
2011-11-04, by Pierre-Yves David
phases: Minimal first add.
2011-11-03, by Pierre-Yves David
run-tests: minor cleanups
2011-11-03, by Matt Mackall
run-tests: pull out line matching function
2011-11-03, by Matt Mackall
run-tests: pull out unified matching funcs
2011-11-03, by Matt Mackall
tests: add some comments to the unified test code
2011-11-03, by Matt Mackall
tests: rewrite inline Python support
2011-11-03, by Matt Mackall
merge with stable
2011-11-03, by Matt Mackall
add: support adding explicit files in subrepos
2011-11-02, by David M. Carr
tests: add test for add of explicit path in subrepo
2011-11-01, by David M. Carr
largefiles: ensure destination directory exists before findfile links to there
stable
2011-11-03, by Hao Lian
misc: adding missing file close() calls
stable
2011-11-03, by Matt Mackall
bisect: remove superfluous parameter in label()
2011-10-20, by Yann E. MORIN
log: hide some low-utility options
2011-11-02, by Matt Mackall
localrepo: convert various repo.set() users to repo.revs()
2011-11-02, by Matt Mackall
localrepo: add revs helper method
2011-11-02, by Matt Mackall
merge with stable, reopen default branch
2011-11-01, by Matt Mackall
Added signature for changeset 41453d55b481
stable
2011-11-01, by Matt Mackall
Added tag 2.0 for changeset 41453d55b481
stable
2011-11-01, by Matt Mackall
dirstate: don't fail when dropping a not-tracked file (issue3080)
stable
2.0
2011-11-01, by Matt Mackall
tests: fix readline escape characters in heredoctest.py/test-url.py
stable
2011-11-01, by Brodie Rao
merge with i18n
stable
2011-11-01, by Matt Mackall
i18n-pt_BR: synchronized with a53888685a6c
stable
2011-10-31, by Wagner Bruna
merge with i18n
stable
2011-10-31, by Wagner Bruna
i18n-ja: synchronized with b357a972d6cd
stable
2011-10-31, by FUJIWARA Katsunori
minirst: use unicode string as intermediate form for replacement
stable
2011-10-31, by FUJIWARA Katsunori
util: add a doctest for empty sha() calls
stable
2011-10-31, by Matt Mackall
largefiles: replace tempfile.NamedTemporaryFile with tempfile.mkstemp
stable
2011-10-20, by Hao Lian
util: allow sha1() with no args
stable
2011-10-31, by Matt Mackall
tests: use md5sum.py instead of sha1sum, add check
stable
2011-10-31, by Matt Mackall
setup: set whole env for running hg even if .hg doesn't exist (issue3073)
stable
2011-10-31, by Yuya Nishihara
keyword: backout realpath change (issue3071)
stable
2011-10-30, by Matt Mackall
strip: backout 73307643a09f (issue3077)
stable
2011-10-30, by Matt Mackall
largefiles: avoid checking requirements on every command
stable
2011-10-29, by Matt Mackall
largefiles: shorten test suite by using log --template
stable
2011-10-28, by Na'Tosha Bard
largefiles: fix bad bug where transplanting a changeset with a largefile will result in an old largefile being comitted later on
stable
2011-10-28, by Na'Tosha Bard
largefiles: test that a largefile cannot accidentally be re-added as a regular file
stable
2011-10-28, by Na'Tosha Bard
backout dbdb777502dc (issue3077) (issue3071)
stable
2011-10-29, by Matt Mackall
largefiles: fix uppercase in abort message
stable
2011-10-28, by Martin Geisler
Makefile: adjust example, test-merge1 is now test-merge1.t
stable
2011-10-28, by Thomas Arendsen Hein
tests: use $DAEMON_PIDS and killdaemons in largefiles test
stable
2011-10-28, by Thomas Arendsen Hein
tests: make largefiles test use $HGPORT instead of 8001
stable
2011-10-28, by Thomas Arendsen Hein
merge in another fix on the wrong branch
stable
2011-10-27, by Matt Mackall
hgweb: fix dynamic date calculation not working under Safari
stable
2011-10-27, by Brodie Rao
tests: fix spurious largefiles test failure on Cygwin
stable
2011-10-27, by Matt Mackall
revert: fix missing removes when parent was changed in dirstate
stable
2011-10-26, by Peer Stritzinger
check-code: fix issues with finding patterns in unified tests, fix tests
stable
2011-10-27, by Matt Mackall
largefiles: remove lfutil.createdir, replace calls with util.makedirs
stable
2011-10-25, by Hao Lian
largefiles: fix typo
stable
2011-10-26, by Eli Carter
largefiles: bugfix for symlink handling with testcase
stable
2011-10-26, by Eli Carter
i18n-it: fixed wrong message
2011-10-26, by Stefano Tortarolo
setup: set env global earlier (3073)
stable
2011-10-26, by Matt Mackall
largefiles: test reverting largefiles (coverage creeping ever upwards)
stable
2011-10-25, by Greg Ward
largefiles: test "update --check"
stable
2011-10-24, by Greg Ward
tests: fix check-code detection of anchored expressions, fix echo -n usage
stable
2011-10-26, by Matt Mackall
diffstat: be more picky when marking file as 'binary' (issue2816)
stable
2011-10-24, by Patrick Mezard
i18n-pt_BR: synchronized with b74f74b482d8
stable
2011-10-24, by Wagner Bruna
graft: add a test
stable
2011-10-24, by Matt Mackall
graft: fix duplicate filter logic
stable
2011-10-24, by Matt Mackall
graft: fix duplicate scan message
stable
2011-10-24, by Matt Mackall
util: don't complain about '..' in path components not working on Windows
stable
2011-10-24, by Matt Mackall
graft: fix formatting of message
stable
2011-10-24, by Matt Mackall
largfiles: drop unused import
stable
2011-10-24, by Thomas Arendsen Hein
consistency: use util.realpath instead of os.path.realpath where useful
stable
2011-10-24, by Thomas Arendsen Hein
keyword: use util.realpath instead of os.path.realpath
stable
2011-10-24, by Thomas Arendsen Hein
posix: workaround for os.path.realpath bug in Python 2.4.1 and before
stable
2011-10-24, by Thomas Arendsen Hein
largefiles: improve markup in module help text
stable
2011-10-24, by Martin Geisler
largefiles: remove redundant documentation
stable
2011-10-24, by Martin Geisler
largefiles: use ui.configpath() where appropriate
stable
2011-10-23, by Greg Ward
largefiles: drop more unnecessary compatibility checks
stable
2011-10-23, by Greg Ward
windows: sanity-check symlink placeholders
stable
2011-10-23, by Matt Mackall
largefiles: use util.sha1() instead of hashlib.sha1() everywhere
stable
2011-10-23, by Thomas Arendsen Hein
tests: check for svn >= 1.3 and >= 1.5 in tests that require those versions
stable
2011-10-23, by Thomas Arendsen Hein
convert: add missing import of util, needed for svn < 1.6
stable
2011-10-22, by Thomas Arendsen Hein
run-tests: make sure no_proxy/NO_PROXY are empty to fix test-http-proxy.t
stable
2011-10-22, by Thomas Arendsen Hein
largefiles: test "lfconvert --to-normal" with rename/remove/merge
stable
2011-10-22, by Greg Ward
largefiles: test lfconvert with rename, remove, and merge
stable
2011-10-22, by Greg Ward
largefiles: beef up test-lfconvert.t so it's more thorough
stable
2011-10-22, by Greg Ward
largefiles: rearrange how lfconvert detects non-local repos
stable
2011-10-22, by Greg Ward
largefiles: test lfconvert error handling; remove redundant code
stable
2011-10-22, by Greg Ward
largefiles: extract test-lfconvert.t from test-largefiles.t
stable
2011-10-22, by Greg Ward
windows: recompute flags when committing a merge (issue1802)
stable
2011-10-22, by Matt Mackall
largefiles: test interaction between largefiles and vanilla clients and servers
stable
2011-10-21, by Andrew Pritchard
tests: darcs > 2.5 got "smart" about encoding, disable encoding tests
stable
2011-10-22, by Matt Mackall
check-code: catch BaseException and os.path.relpath
stable
2011-10-21, by Matt Mackall
largefiles: py2.4 doesn't have BaseException
stable
2011-10-21, by Matt Mackall
largefiles: rename lfconvert --tonormal option to --to-normal
stable
2011-10-20, by Greg Ward
largefiles: test lfconvert --tonormal
stable
2011-10-20, by Greg Ward
largefiles: use smaller files in test script
stable
2011-10-20, by Greg Ward
largefiles: test that minimum size can be a float
stable
2011-10-20, by Greg Ward
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip