Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
Switch cat command to use walk code.
2005-09-14, by Bryan O'Sullivan
Add rename/mv command.
2005-09-14, by Bryan O'Sullivan
The copy tests don't need to invoke cp any longer.
2005-09-14, by Bryan O'Sullivan
Fix lots of exception-related problems.
2005-09-14, by Bryan O'Sullivan
Merge with MPM.
2005-09-14, by Bryan O'Sullivan
Fix up copy command to behave more like regular "cp".
2005-09-14, by Bryan O'Sullivan
Merge with myself.
2005-09-14, by Bryan O'Sullivan
Make remove command really unlink files.
2005-09-14, by Bryan O'Sullivan
mercurial.el: implement hg-pull, and stub in hg-update.
2005-09-09, by Bryan O'Sullivan
Files not getting added appropiately
2005-09-14, by Chris Mason
clone: fall back to pull if we can't lock the source repo
2005-09-14, by mpm
Fix hgit revtree bug with stop revision handling
2005-09-14, by root
Fix hg cat when the file cannot be found in the specified revision
2005-09-14, by Mikael Berthe
Add support for cloning with hardlinks on windows.
2005-09-14, by Stephen Darnell
Convert hgk to use the hgit extension, and upate to the latest gitk
2005-09-13, by mason
Turn hgit into an extension, and add commands supporting the latest gitk
2005-09-13, by mason
Add log -b to show the branch a specific revision lives in
2005-09-13, by mason
Fix off by one in convert-repo tags
2005-09-13, by mason
Fix bug with co -C across branches, update tests
2005-09-13, by mpm
Fix test-tag output for new abort message
2005-09-13, by mpm
Revert unrelated changes in previous commit
2005-09-13, by mpm
Fix abort message for clone
2005-09-13, by mpm
Revert some exception type changes in revlog
2005-09-13, by mpm
CONTRIBUTORS update
2005-09-09, by mpm
dirstate: two more stat -> lstat changes
2005-09-09, by mpm
Fix comment typo
2005-09-09, by mpm
Fix dangling symlink bug in dirstate walk code
2005-09-09, by mpm
Replace sequences of {ui.warn, return 1} with raise of util.Abort.
2005-09-09, by Bryan O'Sullivan
patchbomb: add TLS and SMTP AUTH support.
2005-09-09, by Bryan O'Sullivan
Add --debugger global option
2005-09-08, by mpm
Fix Windows status problem from new dirstate walk code
2005-09-08, by mpm
Update test-help for bundle/unbundle
2005-09-08, by mpm
Fix missing docstring for unbundle
2005-09-08, by mpm
clone: directory names take precedence over symbolic names
2005-09-08, by TK Soh
import: fix bug in mail-format detection
2005-09-08, by mpm
hgweb: fix scope for RepoError
2005-09-08, by mpm
Add preliminary support for the bundle and unbundle commands
2005-09-08, by mpm
Add missing import for hgwebdir
2005-09-08, by mpm
Cleanup of tabs and trailing spaces in documentation.
2005-09-08, by Thomas Arendsen Hein
Add reporting instructions to unknown exception backtraces
2005-09-07, by mpm
Smarter handling of revlog key errors
2005-09-07, by mpm
Clean up hgweb imports
2005-09-07, by mpm
Change grep -e to grep --all
2005-09-07, by mpm
Fold import -m option into import -f
2005-09-07, by mpm
Revert silly TypeError change
2005-09-07, by mpm
Tighten up clone locking
2005-09-07, by mpm
Clean up local clone file list
2005-09-07, by mpm
Rewrite copytree as copyfiles
2005-09-07, by mpm
Redo local clone hgrc fix
2005-09-07, by mpm
Write out hgrc properly.
2005-09-04, by Bryan O'Sullivan
patchbomb: continue if we can't import readline.
2005-09-04, by Bryan O'Sullivan
Get test-commit to exit cleanly.
2005-09-04, by Bryan O'Sullivan
Commit date validation: more stringent checks, more useful error messages.
2005-09-04, by Bryan O'Sullivan
revlog: raise informative exception if file is missing.
2005-09-04, by Bryan O'Sullivan
Minor cleanups.
2005-09-04, by Bryan O'Sullivan
Created a class in util called chunkbuffer that buffers reads from an
2005-09-04, by Eric Hopper
Add test output.
2005-09-03, by Bryan O'Sullivan
Date validation must check for 32-bit width. Don't use assert to check.
2005-09-03, by Bryan O'Sullivan
Make date/timezone validation in changelog.add more robust. Add test.
2005-09-03, by Bryan O'Sullivan
Validate user input of dates when adding a changelog entry.
2005-09-03, by Bryan O'Sullivan
Add doc string for debugrename.
2005-09-01, by bos
Fortify the recognition of a diff header.
2005-09-01, by bos
Add -p to incoming and outgoing commands to show patch
2005-09-01, by TK Soh
Revert changeset 120aa5fc7ced1bf765b4f025f5a3a138cd87f49e.
2005-09-01, by bos
Make import command reject patches that resemble email messages.
2005-09-01, by bos
Make removal check more complete and informative.
2005-09-01, by Bryan O'Sullivan
Fix up remove command to use walk code.
2005-09-01, by Bryan O'Sullivan
From mercurial-bounces@selenic.com Thu Sep 1 07:01:32 2005
2005-09-01, by bos
Merge with myself.
2005-09-01, by bos
Output Content-encoding for tar.gz and tar.bz2 snapshots
2005-09-01, by Edouard Gomez
Fix up failing tests.
2005-09-01, by bos
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
Some more spacing/indentation/linebreak cleanups to hgweb.py.
2005-08-26, by Thomas Arendsen Hein
pep-0008 cleanup
2005-08-26, by benoit boissinot
Fix set type usage for Python 2.3
2005-08-26, by mpm
Merge from BOS, fix help
2005-08-26, by mpm
grep: speed up matching, and only return one match per line.
2005-08-25, by bos
Use ui.write instead of print in debugwalk.
2005-08-25, by Bryan O'Sullivan
Add grep command.
2005-08-25, by Bryan O'Sullivan
Map long option names containing dashes to ones containing underscores.
2005-08-24, by Bryan O'Sullivan
Minor test-help fix
2005-08-26, by mpm
Fixed some synopsises in command help.
2005-08-26, by Thomas Arendsen Hein
Added missing doc strings for two new debug commmands.
2005-08-26, by Thomas Arendsen Hein
Adjust display and alignment of command options to match global options.
2005-08-26, by Thomas Arendsen Hein
Clean up displaying help of global options, only one row per option.
2005-08-26, by Thomas Arendsen Hein
Moved --cwd handling to a place where ui and exception handling already exists.
2005-08-26, by Thomas Arendsen Hein
Allow --help and --version being used together.
2005-08-26, by Thomas Arendsen Hein
Added options -h/--help.
2005-08-26, by Thomas Arendsen Hein
Moved special handling of --version and no hg command from parse to dispatch.
2005-08-26, by Thomas Arendsen Hein
Sort global options by topic: directories, ui, timing, other
2005-08-25, by Thomas Arendsen Hein
run the doc/* through aspell.
2005-08-25, by Benoit Boissinot
Removed forgotten debug print statement from commands.py and tests.
2005-08-25, by Thomas Arendsen Hein
Update tests
2005-08-24, by mpm
Fix a couple fencepost errors in hg log
2005-08-24, by mpm
Fix hg log -p
2005-08-24, by mpm
Show number of new heads when doing a pull
2005-08-24, by mpm
Add debugdata for dumping revlog revision data
2005-08-24, by mpm
Merge with MPM.
2005-08-24, by bos
Fix a small corner of log behaviour.
2005-08-24, by bos
Update hg log docs
2005-08-24, by mpm
Merge with BOS
2005-08-24, by mpm
Fix help output, and a few broken tests.
2005-08-24, by Bryan O'Sullivan
Merge with MPM.
2005-08-24, by Bryan O'Sullivan
Get patchbomb working with tip again.
2005-08-24, by Bryan O'Sullivan
Rewrite log command. New version is faster and more featureful.
2005-08-24, by Bryan O'Sullivan
Merge with MPM.
2005-08-23, by Bryan O'Sullivan
Emacs: implement hg-incoming, hg-outgoing and hg-push.
2005-08-23, by Bryan O'Sullivan
Add commands.debugconfig.
2005-08-23, by Bryan O'Sullivan
Emacs: fix up hg-log and hg-diff to operate more uniformly.
2005-08-23, by Bryan O'Sullivan
Merge with MPM.
2005-08-23, by Bryan O'Sullivan
Merge with MPM.
2005-08-23, by Bryan O'Sullivan
Sync buffers prior to doing a diff.
2005-08-23, by bos
Minor tweak to the revgen algorithm
2005-08-24, by mpm
Minor hgwebdir tweaks
2005-08-24, by mpm
Add Makefile to the manifest
2005-08-24, by mpm
Add default make rule
2005-08-24, by mpm
Create helper functions for I/O to files in the working directory
2005-08-24, by mpm
Add some aliases
2005-08-24, by mpm
Fix up help for binary options
2005-08-24, by mpm
Teach annotate about binary files
2005-08-23, by mpm
Add automatic binary file detection to diff and export
2005-08-23, by mpm
less
more
|
(0)
-1000
-240
+240
+1000
+3000
+10000
+30000
tip