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.
Renamed localrepo.undo() to rollback() and talk about "rollback information".
2006-06-01, by Thomas Arendsen Hein
Fix automatic decompression of tarballs with Firefox.
2006-06-01, by Thomas Arendsen Hein
hgweb: fix tracebacks on both index and repo pages
2006-06-01, by TK Soh
Allow comma to separate types in allow_archive, too. Use longer variable name.
2006-06-01, by Thomas Arendsen Hein
hgweb: add allow_archive support to [web] section of hgrc
2006-06-01, by TK Soh
merge with crew.
2006-05-31, by Vadim Gelfer
Final stage of the hgweb split up.
2006-05-31, by Eric Hopper
Splitting up hgweb so it's easier to change.
2006-05-31, by Eric Hopper
Manifest groups may be empty, so don't abort in this case (fixes issue210).
2006-05-31, by Thomas Arendsen Hein
Pass filename to decoder for 'hg archive' (fixes issue267)
2006-05-31, by Thomas Arendsen Hein
various fixes to darcs conversion script
2006-05-29, by TK Soh
contrib: move hg-menu.vim into contrib/vim directory
2006-05-27, by Vadim Gelfer
contrib: patch review plugin for vim 7.0
2006-05-27, by Manpreet Singh
darcs2hg.py: import darcs project into mercurial
2006-05-27, by Sébastien Pierre
better ui for the bisect extension
2006-05-26, by Benoit Boissinot
use a more reliable way to find what are the new changesets on pull/unbundle
2006-05-24, by Benoit Boissinot
merge with crew
2006-05-24, by Benoit Boissinot
n is always 'True', we can only stop the loop with the break statement
2006-05-24, by Benoit Boissinot
add acl extension, to limit who can push to subdirs of central repo.
2006-05-23, by Vadim Gelfer
add ui.has_config method.
2006-05-23, by Vadim Gelfer
merge with crew.
2006-05-23, by Vadim Gelfer
contrib: add restricted shell.
2006-05-23, by Vadim Gelfer
merge with crew
2006-05-23, by Benoit Boissinot
document and fix findincoming
2006-05-23, by Benoit Boissinot
Minor typo change to reflect actual values used.
2006-05-22, by Daniel Santa Cruz
http: fix many problems with url parsing and auth. added proxy test.
2006-05-22, by Vadim Gelfer
http: print better error if exception happens.
2006-05-22, by Vadim Gelfer
add ui.print_exc(), make all traceback printing central.
2006-05-22, by Vadim Gelfer
merge with crew.
2006-05-21, by Vadim Gelfer
new extension: extdiff. allows to use external diff program.
2006-05-21, by Vadim Gelfer
merge with crew.
2006-05-21, by Vadim Gelfer
diff: allow to use -rA:B syntax as well as -rA -rB
2006-05-21, by Vadim Gelfer
add 'uisetup' function to extension module protocol.
2006-05-21, by Vadim Gelfer
notify: add debug output. do not fail if no config file.
2006-05-20, by Vadim Gelfer
hgweb.manifest: revno of manifest and changelog aren't always the same
2006-05-20, by Alexis S. L. Carvalho
merge with crew.
2006-05-19, by Vadim Gelfer
notify: fix off by one error.
2006-05-19, by Vadim Gelfer
merge with crew.
2006-05-19, by Vadim Gelfer
merge with crew.
2006-05-19, by Vadim Gelfer
setup.py: install packagescan before any mercurial modules is imported
2006-05-19, by Volker Kleinfeld
packagescan: handle demandload module naming changes.
2006-05-19, by Volker Kleinfeld
Update configuration note with mercurial.ini change from Thomas
2006-05-18, by Lee Cantey
fix parsing of tags. make parse errors useful. add new tag tests.
2006-05-18, by Vadim Gelfer
test-globalopts: make sed expression better.
2006-05-18, by Vadim Gelfer
If HOME is defined on Windows, Mercurial uses it. Document this.
2006-05-18, by FUJIWARA Katsunori
merge emacs patches.
2006-05-18, by Vadim Gelfer
Emacs: separate limitations of revision range and shown changesets.
2006-05-18, by FUJIWARA Katsunori
Emacs: adapt read-file-name invocation for (non-X)Emacs 21.4.
2006-05-18, by FUJIWARA Katsunori
Remove quotes from patch command.
2006-05-18, by Volker Kleinfeld
Fixed typo (qshell instead of shell) in win98 code (see issue244).
2006-05-19, by Thomas Arendsen Hein
merge with crew.
2006-05-18, by Vadim Gelfer
Moving hgweb.py into it's own module in preparation for breaking it up.
2006-05-18, by Eric Hopper
demandload: implement __call__
2006-05-18, by John Arbash Meinel
remove: rewrite to be ~400x faster, bit more friendly
2006-05-18, by Vadim Gelfer
Use platform path for renaming file in util.atomictempfile.rename()
2006-05-18, by Thomas Arendsen Hein
Add section for configuration notes with initial note about the default editor
2006-05-18, by Lee Cantey
bugzilla: allow to map between committer email and bugzilla user name.
2006-05-18, by Vadim Gelfer
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
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip