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.
fix run-tests' PYTHONPATH
2005-11-27, by Robin Farine
Updated help text for 'hg log'.
2005-11-23, by Thomas Arendsen Hein
Space/Tab cleanup in bash_completion.
2005-11-23, by Thomas Arendsen Hein
bash_completion: use hg --debug help to get the list of debug commands.
2005-11-23, by Alexis S. L. Carvalho
Catch IOErrors and RepoErrors when serving repositories via hgweb.
2005-11-17, by Thomas Arendsen Hein
Merge with mercurial/crew
2005-11-17, by Thomas Arendsen Hein
Added version information to "report bug" message for unknown exceptions.
2005-11-16, by Thomas Arendsen Hein
Fixes to "hg heads -r FOO":
2005-11-16, by Thomas Arendsen Hein
add a -r/--rev option to heads to show only heads descendant from rev
2005-11-16, by Benoit Boissinot
Always escape repository name in hgweb, very important in notfound.tmpl.
2005-11-17, by Thomas Arendsen Hein
fix bug in setup.py introduced in r1508.
2005-11-16, by Will
close .hg/hgrc after writing the default values on clone
2005-11-15, by TK Soh
close file before renaming it (since it doesn't work the other way on windows)
2005-11-14, by Benoit Boissinot
fix errors found by pychecker
2005-11-14, by Benoit Boissinot
added st as alias for status in zsh_completition
2005-11-14, by Michael Gebetsroither
Merge with Thomas Waldmann
2005-11-14, by Thomas Arendsen Hein
made C src formatting more consistent
2005-11-14, by twaldmann
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
2005-11-14, by twaldmann
minor optimization: save some string trash
2005-11-14, by twaldmann
use posix compliant option for head
2005-11-13, by Benoit Boissinot
Merge with upstream
2005-11-13, by Thomas Arendsen Hein
Added hg-ssh - a wrapper for ssh access to a limited set of mercurial repos
2005-11-13, by Thomas Arendsen Hein
Catch the exception raised with 'hg help <somethingambiguous>'.
2005-11-10, by Thomas Arendsen Hein
Add revlog.strip to truncate away revisions.
2005-11-11, by mason
Optimize manifest.add
2005-11-11, by mason
Reduce string duplication in compression code
2005-11-11, by mason
reset mtime when two files are equal
2005-11-11, by Benoit Boissinot
add localrepo.wlock for protecting the dirstate
2005-11-11, by Benoit Boissinot
add a releasefn keyword to lock.lock
2005-11-11, by Benoit Boissinot
add dirstate.lazyread, write atomically the dirstate
2005-11-11, by Benoit Boissinot
add an atomic argument to util.opener
2005-11-11, by Benoit Boissinot
don't print anything about file of unsupported type unless
2005-11-11, by Benoit Boissinot
fix a bug where command defaults suppress global options
2005-11-11, by TK Soh
Merge with TAH
2005-11-09, by Matt Mackall
hgweb: fix traceback by skipping invalid repo paths
2005-11-09, by TK Soh
Fix line wrapping
2005-11-09, by Matt Mackall
Added --date option to annotate.
2005-11-09, by lupus
copy the mode of the file when breaking hardlinks
2005-11-09, by Benoit Boissinot
Allow ambiguous command shortcut if only an alias for the same command.
2005-11-09, by Thomas Arendsen Hein
Merge with TAH
2005-11-09, by Matt Mackall
Improved error message for ambiguous command shortcuts.
2005-11-07, by Thomas Arendsen Hein
Canonicalize command when using aliases or prefix matching.
2005-11-07, by Thomas Arendsen Hein
Automatically run "verify" whenever we run "recover"
2005-11-08, by Matt Mackall
Fix up test-help, mark test-rename +x
2005-11-08, by Matt Mackall
avoid to copy more than one file to the same destination file
2005-11-08, by Robin Farine
copy & rename don't overwrite unless --force is specified
2005-11-08, by Robin Farine
generalize copy/rename to handle more than one source directory
2005-11-08, by Robin Farine
hgweb: remove redundant rstrip filter
2005-11-08, by TK Soh
use self.{w,}join when possible
2005-11-08, by Benoit Boissinot
Add safety check for addgroup
2005-11-07, by Matt Mackall
fix a warning when py2exe is not used
2005-11-04, by Benoit Boissinot
Add explicit 'st' alias for status
2005-11-04, by Matt Mackall
if unambigious command name are passed, use them
2005-11-04, by Benoit Boissinot
Add support for -r option in hg tag
2005-11-03, by Radoslaw Szkodzinski
fix file opening for some commands on Windows
2005-11-03, by Christian Boos
Merge with TAH
2005-11-03, by Matt Mackall
Fixed test-static-http with http_proxy variable set again.
2005-11-03, by Thomas Arendsen Hein
Merge from Hidetaka Iwai
2005-11-03, by Matt Mackall
Fixed to convert to man properly.
2005-11-03, by Hidetaka Iwai
Fixed wrong encoding of files.
2005-11-03, by Hidetaka Iwai
hgweb: Added archive download buttons to manifest page.
2005-11-03, by Thomas Arendsen Hein
Add permissions handling test
2005-11-03, by Matt Mackall
remove the deprecated --text (t) option to rawcommit and tag
2005-11-03, by Benoit Boissinot
Deal with merge abort more gracefully
2005-11-02, by Matt Mackall
Handle empty logs in repo.checksize
2005-11-02, by Matt Mackall
verify: add check for mismatch of index and data length
2005-11-02, by Matt Mackall
Allow interrupting all parts of verify
2005-11-02, by Matt Mackall
fix a bug in dirstate.changes when cwd != repo.root
2005-11-02, by Benoit Boissinot
minor doc fix
2005-11-02, by Benoit Boissinot
Added Japanese translations of manpages.
2005-11-02, by Hidetaka Iwai
only files in normal state should be marked as deleted
2005-11-02, by Benoit Boissinot
fix handling of files of unsupported type in the walk code
2005-11-02, by Benoit Boissinot
zsh: allow 'hg clone' to complete paths listed in ~/.hgrc
2005-11-02, by Steve Borho
mention running multiple hooks in the doc
2005-10-31, by Benoit Boissinot
zsh completion improvements.
2005-10-31, by Steve Borho
Fix traceback on bad system hgrc files
2005-10-31, by Soh Tk-r28629
fix handling of daylight saving time
2005-10-31, by Benoit Boissinot
Change test-hook to test multiple hooks
2005-10-29, by Matt Mackall
allow multiples hook
2005-10-29, by Benoit Boissinot
fix a bug where hg could remove file ending with .tmp
2005-10-28, by Benoit Boissinot
add a test for hgignore
2005-10-28, by Benoit Boissinot
util.opener already create the base directory if it doesn't exist
2005-10-28, by Benoit Boissinot
fix dirstate.change: it should walk ignored files
2005-10-28, by Benoit Boissinot
Elevate parents to a "common" command in help
2005-10-27, by Matt Mackall
Add missing test output
2005-10-27, by Matt Mackall
make readconfig take a filename instead of a file pointer as argument
2005-10-27, by Benoit Boissinot
make revert use standard matcher
2005-10-27, by Benoit Boissinot
rewrote changes function in dirstate to use generic walk code
2005-10-27, by Benoit Boissinot
minor fix on command help docstrings
2005-10-27, by TK Soh
Merge bundle -r work from Eric Hopper
2005-10-27, by Matt Mackall
Added a test for clone -r.
2005-10-16, by Eric Hopper
Stupid spelling mistake in a variable name.
2005-10-12, by Eric Hopper
Added a lot of comments to changegroupsubset.
2005-10-11, by Eric Hopper
Implementing pull -r and changing clone -r. Both now support
2005-10-11, by Eric Hopper
Fixed silly bug involving a non-existent variable.
2005-10-11, by Eric Hopper
Fix to handle case of empty list for roots or heads in nodesbetween.
2005-10-10, by Eric Hopper
Optimizing manifest reads in changegroupsubset by using deltas.
2005-10-10, by Eric Hopper
Implementing clone -r, which clones all changesets needed to reach a
2005-10-07, by Eric Hopper
Bug fixing in localrepository.changegroupsubset. Bugs found in testing.
2005-10-07, by Eric Hopper
Fix small bug in nodesbetween if heads is [nullid].
2005-10-07, by Eric Hopper
This changes the revlog.group and re-implements the localrepo.changeroup
2005-10-07, by Eric Hopper
This implements the nodesbetween method, and it removes the newer method
2005-10-07, by Eric Hopper
Remove copy/rename --parents option
2005-10-26, by Matt Mackall
[PATCH] copy/rename a directory
2005-10-26, by Robin Farine
further fix traceback on invalid .hgignore patterns
2005-10-26, by Benoit Boissinot
get command defaults from hgrc
2005-10-26, by TK Soh
Remove now unused sortdiff and diff from mdiff
2005-10-25, by Matt Mackall
Remove old manifest diff code, it's now buggy
2005-10-25, by Matt Mackall
Add Benoit to CONTRIBUTORS
2005-10-25, by Matt Mackall
Add test-confused-revert, fix permissions on test-revert
2005-10-25, by Matt Mackall
Allow reverting a deleted file with two parents
2005-10-25, by Matt Mackall
revert added and removed files to their normal state before reverting
2005-10-25, by Benoit Boissinot
abort on invalid pattern in matcher
2005-10-25, by Benoit Boissinot
hgweb: add strip and rstrip filters to handle summary
2005-10-25, by TK Soh
fix for cloning empty repo (.hg is still empty)
2005-10-25, by Benoit Boissinot
Remove deprecated commit -t option
2005-10-24, by Matt Mackall
zsh completion: Added '--newest-first' to incoming, outgoing
2005-10-24, by Steve Borho
hgweb: a couple of fixes on search page
2005-10-24, by TK Soh
Fix relative pull in a subdir
2005-10-24, by tonfa
allow 'hg out' / 'hg in' to show newest commit first
2005-10-24, by Michal Kvasnica
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip