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.
Optimize dirstate walking
2005-09-01, by mason
Merge with http://hannibal.lr-s.tudelft.nl/~vincent/fcgi/mercurial/fcgi/
2005-08-31, by Thomas Arendsen Hein
Make sure the repository names don't have slashes at the at or else in some
2005-08-30, by Vincent Wagelaar
Saving sys.argv and sys.stderr is not needed anymore
2005-08-30, by Vincent Wagelaar
Fix mercurial.el help.
2005-08-31, by jdc
Adjust hg-strip and hg-chomp regexps.
2005-08-31, by jdc
hg serve: print a more useful error message if server can't start.
2005-08-31, by Bryan O'Sullivan
Merge with TAH.
2005-08-31, by Bryan O'Sullivan
Emacs: fix invocations of "hg log" to match current behaviour of log.
2005-08-31, by Bryan O'Sullivan
Added missing 'import errno', and use errno for EPIPE, too.
2005-08-31, by Thomas Arendsen Hein
Merged changes.
2005-08-31, by Thomas Arendsen Hein
Use path relative to document root as reponame if published via a web server.
2005-08-31, by Thomas Arendsen Hein
Sort items in each hgrc section. Add web/description.
2005-08-30, by Bryan O'Sullivan
Make .hg/hgrc optional for repositories published by hgwebdir.
2005-08-31, by Thomas Arendsen Hein
Reverted changeset e254bcbfe636e97301f76c7da241b07be14f3d36
2005-08-30, by Thomas Arendsen Hein
Fixed two tests to run with bourne shell.
2005-08-30, by Thomas Arendsen Hein
Added FIXME output to test-grep so the test will not fail.
2005-08-30, by Thomas Arendsen Hein
Added test case for zip/gz/bz2 archive downloads.
2005-08-30, by Thomas Arendsen Hein
Fixed import needed to serve zip files which broke because of other changes.
2005-08-30, by Thomas Arendsen Hein
Merge with http://hannibal.lr-s.tudelft.nl/~vincent/fcgi/mercurial/fcgi/
2005-08-30, by Thomas Arendsen Hein
Don't need to save sys.stdin and sys.stdout anymore
2005-08-30, by Vincent Wagelaar
Use local generated env instead of os.environ
2005-08-30, by Vincent Wagelaar
Fix hg serve...
2005-08-30, by Vincent Wagelaar
Fix TypeError
2005-08-30, by Vincent Wagelaar
Change use of global sys.stdout, sys.stdin os.environ to a hgrequest object.
2005-08-30, by Vincent Wagelaar
Regenerate tcsh_completion after bugfix in generator script
2005-08-30, by TK Soh
tcsh_completion_build.sh: fixed error caused by xargs on Linux
2005-08-30, by TK Soh
Add tcsh_completion to contrib
2005-08-30, by TK Soh
Add contrib script for generating tcsh completion source
2005-08-30, by TK Soh
patchbomb: fix up confusion between strings and lists of strings.
2005-08-29, by bos
bash_completion: try to use bash3 features if they're available
2005-08-29, by Alexis S. L. Carvalho
bash_completion: small cleanup and bugfix
2005-08-29, by Alexis S. L. Carvalho
teach bash_completion about --cwd
2005-08-29, by Alexis S. L. Carvalho
bash_completion: better handling of aliases
2005-08-29, by Alexis S. L. Carvalho
bash_completion: update for new help output format
2005-08-29, by Alexis S. L. Carvalho
Add test-grep.out file for now.
2005-08-29, by bos
Merge with TAH.
2005-08-29, by bos
grep: extend functionality, add man page entry, add unit test.
2005-08-29, by bos
grep: change default to printing first matching rev.
2005-08-29, by Bryan O'Sullivan
Documented passing list or dict instead of config file in hgwebdir.cgi
2005-08-29, by Thomas Arendsen Hein
Allow list of (virtual, real) or dictionary to be passed to hgwebdir.
2005-08-29, by Thomas Arendsen Hein
Cleaned up hgweb.hgwebdir.run()
2005-08-29, by Thomas Arendsen Hein
Use ConfigParser only in hgwebdir.__init__()
2005-08-29, by Thomas Arendsen Hein
Don't create repo objects in hgwebdir, ui object is enough.
2005-08-29, by Thomas Arendsen Hein
Reverted change 51f26e856f3d: Reading changelogs is too slow.
2005-08-29, by Thomas Arendsen Hein
Use commit time instead of stat to check time of last change.
2005-08-28, by Thomas Arendsen Hein
Remove the link from the template as there no real way to have it always be correct.
2005-08-28, by Ollivier Robert
Make diffstat optional for patchbomb script.
2005-08-28, by Thomas Arendsen Hein
Variable 'body' was missing in patchbomb script.
2005-08-28, by Thomas Arendsen Hein
Adjusted test-hup for generated .hg/hgrc
2005-08-28, by Thomas Arendsen Hein
Create [web] section with short username as contact on hg init and hg clone.
2005-08-28, by Thomas Arendsen Hein
Completed renaming author to contact in hgwebdir:
2005-08-28, by Thomas Arendsen Hein
Create repository objects instead of using own ConfigParser in hgwebdir.
2005-08-28, by Thomas Arendsen Hein
Longer variable names in hgwebdir: l->repos, v->name, r->path
2005-08-28, by Thomas Arendsen Hein
Move generating short username to display in hg/hgweb annotate to ui module.
2005-08-28, by Thomas Arendsen Hein
Fixed test-static-http with http_proxy variable set.
2005-08-28, by Thomas Arendsen Hein
Fixed test-copy2 with only looking at copied files.
2005-08-28, by Thomas Arendsen Hein
Changed printing of copies in hg debugstate to: "copy: source -> dest"
2005-08-28, by Thomas Arendsen Hein
Add RSS link to the repository index.
2005-08-27, by Ollivier Robert
Add the template.
2005-08-27, by Ollivier Robert
Use a template for the error message.
2005-08-27, by Ollivier Robert
Use .has_option to avoid the unknown Exception.
2005-08-27, by Ollivier Robert
NoOptionError is unknown there.
2005-08-27, by Ollivier Robert
Handle a nonexistent repository with a 404 error.
2005-08-27, by Ollivier Robert
Protect against unknown repositories.
2005-08-27, by roberto
patchbomb: eliminate silly complete summary message
2005-08-27, by mpm
fix some rename/copy bugs
2005-08-27, by mpm
Add some rename debugging support
2005-08-27, by mpm
bash_completion: add debugindex and debugdata support
2005-08-27, by mpm
Remove the lock file copied during clone (was the source lock file)
2005-08-27, by Stephen Darnell
Updated manpage and help.
2005-08-27, by TK Soh
hgweb: add mdiff / fix sorting of archives
2005-08-27, by mpm
Add an old-http test case
2005-08-27, by mpm
Add a simple dummy ssh test
2005-08-27, by mpm
Merge with TAH
2005-08-27, by mpm
Remove some options from 'hg grep':
2005-08-27, by Thomas Arendsen Hein
Adjusted test-help for change to hg status.
2005-08-27, by Thomas Arendsen Hein
Whitespace cleanup.
2005-08-27, by Thomas Arendsen Hein
Replaced hg status -p/--strip with -n/--no-status to not confuse with patch.
2005-08-27, by Thomas Arendsen Hein
Fix dirstate imports
2005-08-27, by mpm
Fix sshrepo imports
2005-08-27, by mpm
localrepo: minor opener usage restructuring
2005-08-27, by mpm
Separate out old-http support
2005-08-27, by mpm
localrepo: more import/namespace tidying
2005-08-27, by mpm
Minor import fixups
2005-08-27, by mpm
manifest: convert sys.stderr bits to AssertionError
2005-08-27, by mpm
localrepo: adjust some imports, remove sys dependency
2005-08-27, by mpm
sshrepo: adjust file comment
2005-08-27, by mpm
changelog: adjust imports, comment
2005-08-27, by mpm
Adjust some imports
2005-08-27, by mpm
commands: use revlog directly for debug commands
2005-08-27, by mpm
commands: use node functions directly
2005-08-27, by mpm
Move hash function back to revlog from node
2005-08-27, by mpm
Move opener to utils
2005-08-27, by mpm
Break apart hg.py
2005-08-27, by mpm
updated manpage for new options of status
2005-08-27, by TK Soh
hgweb: add catch for connection reset
2005-08-27, by mpm
Fix up help test
2005-08-27, by mpm
status: added option -p and -0 to assist xargs
2005-08-27, by TK Soh
updated manpage on global options and typo fix.
2005-08-27, by TK Soh
Add some docstrings to revlog.py
2005-08-27, by mpm
Update util.py docstrings, fix walk test
2005-08-27, by mpm
Change canonpath to not know about repo objects
2005-08-26, by mpm
Updated list of contributors.
2005-08-27, by Thomas Arendsen Hein
Document archive download options
2005-08-26, by mpm
Various cleanups for tarball support
2005-08-26, by mpm
tarball support v0.3 pt 2
2005-08-26, by Wojciech Milkowski
tarball support v0.3
2005-08-26, by Wojciech Milkowski
Fixed system command abord reason on windows.
2005-08-26, by Volker Kleinfeld
Add revlog.reachable to find a graph of ancestors for a given rev
2005-08-26, by mason
[PATCH] raise exceptions with Exception subclasses
2005-08-26, by Bart Trojanowski
Fixes for push corner case
2005-08-26, by mpm
Add support for extension modules
2005-08-26, by mason
hgwebdir index: change "author" to "contact"
2005-08-26, by mpm
Allow using a ssh repository without a path.
2005-08-26, by Thomas Arendsen Hein
Fixed synopsis for grep command.
2005-08-26, by Thomas Arendsen Hein
Fixed zero-padded filenames with %r if there is a longer number in the middle.
2005-08-26, by Thomas Arendsen Hein
Shortened commands.revrange() a little bit, added docstring.
2005-08-26, by Thomas Arendsen Hein
Cleanups to commands.py
2005-08-26, by Thomas Arendsen Hein
Removed obsolete imports from hgwebdir.cgi
2005-08-26, by Thomas Arendsen Hein
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip