Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-120
+120
+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.
Removed extra space in bisect output.
2006-05-18, by Thomas Arendsen Hein
Merge with main
2006-05-17, by Thomas Arendsen Hein
Corrected tests for commit now consistently stripping last newline.
2006-05-17, by Thomas Arendsen Hein
Corrected test for date in output of 'hg export'.
2006-05-17, by Thomas Arendsen Hein
Strip empty lines and trailing spaces around commit messages.
2006-05-17, by Thomas Arendsen Hein
Use "# Date" instead of "# Timestamp" for dated export/import of patches.
2006-05-17, by Thomas Arendsen Hein
Add timestamp field to export format. Make import and mq use it.
2006-05-17, by Danek Duvall
Merge with crew
2006-05-17, by Matt Mackall
Fix hg view if author's name contains unmatched quotes. (issue248)
2006-05-17, by Thomas Arendsen Hein
notify changeset diff should be against current node instead of tip
2006-05-16, by Aurelien Jacobs
fix a typo in an error message
2006-05-16, by Benoit Boissinot
Catch urllib's HTTPException and give a meaningful error message to the user.
2006-05-16, by Thomas Arendsen Hein
add --config global option. allows to set hgrc option on command line.
2006-05-15, by Vadim Gelfer
allow to send email using sendmail.
2006-05-15, by Vadim Gelfer
merge with crew.
2006-05-15, by Vadim Gelfer
add test for revlog.parseindex
2006-05-14, by Alexis S. L. Carvalho
Fix revlog.parseindex
2006-05-14, by Alexis S. L. Carvalho
remove non-prefixed environment variables from hooks.
2006-05-15, by Vadim Gelfer
Update debugindexdot to work with RevlogNG.
2006-05-15, by Samuel Masham
do not set smtp host by default - raise error instead
2006-05-15, by Vadim Gelfer
win98: fall back to win32api.GetModuleFileName if needed.
2006-05-14, by Volker Kleinfeld
On win98 os.path.expanuser('~') does not result in a useable directory.
2006-05-14, by Volker Kleinfeld
deprecate 'update -m'. use 'merge' instead.
2006-05-14, by Vadim Gelfer
merge with crew.
2006-05-14, by Vadim Gelfer
prompt user for http authentication info
2006-05-14, by Vadim Gelfer
On Windows look for mercurial.ini in $USERPROFILE, too, if available
2006-05-14, by Thomas Arendsen Hein
merge with crew.
2006-05-13, by Vadim Gelfer
Make hg status work for repositories in root directory on windows (issue 228)
2006-05-13, by Manpreet Singh
Add more specific documentation about defaults for the [paths] section
2006-05-13, by Daniel
Update Windows release notes and install script for v0.9
2006-05-12, by Lee Cantey
Fix hgweb.filediff
2006-05-12, by Alexis S. L. Carvalho
tests for bundles and bundlerepo
2006-05-12, by Benoit Boissinot
add support for compressed bundle repositories
2006-05-12, by Benoit Boissinot
revert: fix corner case found by faheem mitha.
2006-05-11, by Vadim Gelfer
Make it possible to use the root directory as the root of a repository.
2006-05-11, by Manpreet Singh
Fix issue240: mq: qpush fails on Solaris
2006-05-11, by Danek Duvall
merge with crew.
2006-05-11, by Vadim Gelfer
fix coding style of backout editor change.
2006-05-11, by Vadim Gelfer
Force editor to appear for an 'hg backout' if a message or logfile aren't
2006-05-11, by john levon
hooks: add preupdate and update hooks.
2006-05-11, by Vadim Gelfer
merge with crew.
2006-05-11, by Vadim Gelfer
localrepo.update: abort if outstanding merges, instead of warn/return 1
2006-05-11, by Vadim Gelfer
make reason for sys.argv change obvious in code.
2006-05-11, by Vadim Gelfer
merge with crew.
2006-05-11, by Vadim Gelfer
Check existance of sys.argv for the use from mod_python.
2006-05-11, by Shun-ichi GOTO
add tests for incoming and outgoing
2006-05-11, by Benoit Boissinot
fix a traceback when unbundling does not add any changesets
2006-05-11, by Benoit Boissinot
catch KeyboardInterrupt in run-tests
2006-05-11, by Benoit Boissinot
indent: fix alignment
2006-05-11, by Benoit Boissinot
fix errors spotted by pychecker (mostly scope problems)
2006-05-11, by Benoit Boissinot
Reduce ram used for very large inlined index files
2006-05-10, by mason
backout command: better help.
2006-05-10, by Vadim Gelfer
Added signature for changeset 35fb62a3a673d5322f6274a44ba6456e5e4b3b37
2006-05-10, by Matt Mackall
Added tag 0.9 for changeset 35fb62a3a673d5322f6274a44ba6456e5e4b3b37
2006-05-10, by Matt Mackall
fix speed regression in mdiff caused by line split bugfix.
0.9
2006-05-10, by Vadim Gelfer
windows: revlog.lazyparser not always safe to use.
2006-05-10, by Vadim Gelfer
merge with crew.
2006-05-10, by Vadim Gelfer
fix diffs containing embedded "\r".
2006-05-10, by Vadim Gelfer
run-tests.py: fix handling of newlines.
2006-05-10, by Vadim Gelfer
run-tests.py: print diff if reference output not existing.
2006-05-10, by Vadim Gelfer
Added -A as an alias for --after to hg remove, like for other commands.
2006-05-10, by Thomas Arendsen Hein
Just using 'make' now shows help. 'make all' doesn't perform inplace build.
2006-05-10, by Thomas Arendsen Hein
The posixfile implemented using the win32 API should be iterable.
2006-05-10, by Christian Boos
merge with crew.
2006-05-09, by Bryan O'Sullivan
hide deprecated undo command by making it an alias for debugundo.
2006-05-09, by Vadim Gelfer
merge with crew.
2006-05-09, by Vadim Gelfer
bugzilla hook: skip empty groups.
2006-05-09, by Vadim Gelfer
undo: add "deprecated" message to output.
2006-05-09, by Vadim Gelfer
reduce memory used by util.opener when making a temp copy of a file.
2006-05-09, by Vadim Gelfer
reduce memory used when appendfile appends to real file.
2006-05-09, by Vadim Gelfer
New make targets:
2006-05-09, by Thomas Arendsen Hein
New make target "dist-notests" to create tarballs without running tests first.
2006-05-09, by Thomas Arendsen Hein
Added install target.
2006-05-09, by wilde
Always remove appendopener tmp files (fixes issue235).
2006-05-09, by Thomas Arendsen Hein
gpg extension: Always remove temporary files created by 'hg sigcheck'.
2006-05-09, by Thomas Arendsen Hein
localrepository.addchangegroup: add more source infos to hooks
2006-05-08, by Vadim Gelfer
changegroup hooks: add source to hook parameters
2006-05-08, by Vadim Gelfer
merge with mainline.
2006-05-08, by Vadim Gelfer
deprecate undo command, replace with rollback command.
2006-05-08, by Vadim Gelfer
fix test-help output.
2006-05-08, by Vadim Gelfer
notify: add 'to' header to message.
2006-05-08, by Vadim Gelfer
notify extension: generate right number of diffs
2006-05-08, by Vadim Gelfer
Update tests for revlogng
2006-05-08, by Matt Mackall
Use revlogng and inlined data files by default
2006-05-08, by mason
reverse sense of return value from python hooks.
2006-05-08, by Vadim Gelfer
add filename to IOError if read of file fails.
2006-05-08, by Vadim Gelfer
merge with crew.
2006-05-08, by Vadim Gelfer
only import mysql module if hook used.
2006-05-03, by Vadim Gelfer
Fixed tests for changed help output
2006-05-06, by Thomas Arendsen Hein
Update release notes and copyright year for Windows installer.
2006-05-05, by Lee Cantey
revert: remove word "modified" from description.
2006-05-05, by Vadim Gelfer
make test-confused-revert check working dir with two parents.
2006-05-05, by Vadim Gelfer
run-tests.py must print changed test output no matter what exit code is.
2006-05-05, by Vadim Gelfer
revert: require explicit revision when working dir has two parents.
2006-05-05, by Vadim Gelfer
document [extensions] in doc/hgrc.5.txt.
2006-05-04, by Vadim Gelfer
add tests/coverage.py to MANIFEST.in.
2006-05-04, by Vadim Gelfer
document hgignore syntax in new file doc/hgignore.5.txt.
2006-05-04, by Vadim Gelfer
update README.
2006-05-04, by Vadim Gelfer
Delete the shell version of run-tests
2006-05-04, by Stephen Darnell
Use text rather than binary mode for editing commit messages
2006-05-04, by Stephen Darnell
update test-help.out after fixing revert docs.
2006-05-04, by Vadim Gelfer
fix doc comments for revert command. people found them confusing.
2006-05-04, by Vadim Gelfer
add email notification hook. hook written in python.
2006-05-04, by Vadim Gelfer
make templater.stringio a tiny bit more use.
2006-05-04, by Vadim Gelfer
patch queue: notify.patch
2006-05-04, by Bryan O'Sullivan
move mail sending code into core, so extensions can share it.
2006-05-04, by Vadim Gelfer
move stringio class from bugzilla extension into templater module.
2006-05-04, by Vadim Gelfer
rename [patchbomb] section to [email] section in hgrc. old name still ok.
2006-05-04, by Vadim Gelfer
define standard name for base url to use when printing hgweb urls.
2006-05-04, by Vadim Gelfer
merge with crew
2006-05-04, by Benoit Boissinot
gitweb: strip leading & trailing blank lines in changeset description
2006-05-04, by TK Soh
merge with crew.
2006-05-03, by Vadim Gelfer
add util.samestat function for windows.
2006-05-03, by Vadim Gelfer
add bugzilla integration hook. example of writing hook in python.
2006-05-03, by Vadim Gelfer
make templater bit more flexible and efficient for external users.
2006-05-03, by Vadim Gelfer
fix minor bugs in localrepo.hook.
2006-05-03, by Vadim Gelfer
move changeset_templater into templater module.
2006-05-03, by Vadim Gelfer
merge with crew
2006-05-03, by Benoit Boissinot
tests: support older version of bunzip2 and, possibly, gunzip too
2006-05-03, by TK Soh
tests: fix compatibility on Solaris
2006-05-03, by TK Soh
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip