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.
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
zsh completions: new -M, -m arguments for log, etc.
2005-10-24, by Steve Borho
import docstring from doc/hg.1.txt
2005-10-24, by Benoit Boissinot
add --only-merges (-m) log
2005-10-24, by Benoit Boissinot
add --no-merges (-M) for log, outgoing, incoming
2005-10-24, by Benoit Boissinot
Fix use of diff(1) triggered by set -e.
2005-10-24, by levon
hgweb: fix broken filelog->changelog link
2005-10-24, by TK Soh
hgweb: fix broken search->changelog link
2005-10-24, by TK Soh
Calling flush is unnecessary with bz2 decompressors and may not even exist.
2005-10-24, by Matt Mackall
hgk: add horizontal scrollbar to patch window
2005-10-24, by TK Soh
Add control-w key binding to quit hgk.
2005-10-24, by Eric Bloodworth
Change asciidoc backend to more recent name.
2005-10-24, by Eric Bloodworth
Fixed problem with invoking hgmerge on paths with spaces.
2005-10-24, by michael w dales
add a target for running only one test
2005-10-24, by Benoit Boissinot
hgweb: improve look-n-feel of changelog nagivation
2005-10-24, by TK Soh
[issue21] cannot debug extension
2005-10-24, by Benoit Boissinot
Use $(MAKE) not make
2005-10-24, by levon
py2exe is not able to handle win32com.shell
2005-10-24, by Volker Kleinfeld
Option -i broken in py2exe_for_demandload
2005-10-24, by Volker Kleinfeld
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip