Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
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
Avoid insertion/deletion of CRs on stdio during hg serve
2005-10-24, by olivier maquelin
hgweb: fix broken tags->changelog link
2005-10-21, by Matt Mackall
Make hgweb work when the repository is empty (no 00changelog.i)
2005-10-20, by Benoit Boissinot
hgweb: add a mercurial link to the footer
2005-10-20, by Matt Mackall
hgweb: hide trivial parent (like in show_changeset)
2005-10-19, by Benoit Boissinot
refactor some unlink/remove code and make sure we prune empty dir
2005-10-19, by Benoit Boissinot
New vim script; provides key mappings and menus for GVIM
2005-10-19, by Steve Borho
Do not use 'glob' expansion by default on OS != 'nt'
2005-10-19, by Benoit Boissinot
hgweb: fix too short manifest link
2005-10-18, by Matt Mackall
hgweb: make viewing of non-text work in hgweb
2005-10-18, by Matt Mackall
hgweb: shorten all the URLs in the standard templates
2005-10-18, by Matt Mackall
hgweb: add shortcuts for all the web commands / fix empty arg bug
2005-10-18, by Matt Mackall
symlink unit test
2005-10-18, by Matthew Elder
allow empty values for url so we can have /?tip
2005-10-18, by Benoit Boissinot
hgweb: allow urls to be shorter by using shortcuts
2005-10-18, by Benoit Boissinot
log: speedup keyword search when used with --branch
2005-10-18, by TK Soh
log: make keyword search truly case-insensitive
2005-10-18, by TK Soh
lazyindex fix, make load handle negative indexes properly.
2005-10-18, by Eric Hopper
i18n part2: use '_' for all strings who are part of the user interface
2005-10-18, by Benoit Boissinot
use a dummy function for gettext
2005-10-18, by Benoit Boissinot
i18n first part: make '_' available for files who need it
2005-10-18, by Benoit Boissinot
Try to use ini-file in the same directory as the exe as the default on NT.
2005-10-18, by Zbynek Winkler
make update quieter when nothing is wrong
2005-10-18, by Vadim Gelfer
bdiff: change spurious __inline to inline
2005-10-18, by Matt Mackall
less
more
|
(0)
-1000
-120
+120
+1000
+3000
+10000
+30000
tip