Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-300
-100
-96
+96
+100
+300
+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.
Added test for the currently broken addremove with the expected output.
2006-01-17, by Thomas Arendsen Hein
fix locate broken since 63799b01985c
2006-01-16, by Benoit Boissinot
Restored old behaviour for 'hg co' and 'hg co -C' for removed files.
2006-01-12, by Thomas Arendsen Hein
Adjusted all but one test output for the new behaviour of localrepo.changes()
2006-01-12, by Thomas Arendsen Hein
Distinguish removed and deleted files. Tests are not fixed yet.
2006-01-12, by Thomas Arendsen Hein
Renamed c, a, d, u to modified, added, removed, unknown for users of changes()
2006-01-12, by Thomas Arendsen Hein
Make localrepo.changes() internally distinguish between removed and deleted.
2006-01-12, by Thomas Arendsen Hein
Cleaned up localrepo.changes()
2006-01-12, by Thomas Arendsen Hein
Cleanup of indentation, spacing, newlines, strings and line length
2006-01-12, by Thomas Arendsen Hein
hgk.py is not a script (no '#!' line needed)
2006-01-12, by Vincent Danjean
Added archives links to gitweb template
2006-01-10, by Guy Brand
Adjusted test output to match new hgignore error messages.
2006-01-07, by Thomas Arendsen Hein
make invalid pattern message not confusing.
2006-01-02, by Vadim Gelfer
if hgignore contains errors, print message that is not confusing.
2006-01-02, by Vadim Gelfer
eliminate backtrace when piping output on windows.
2006-01-02, by Vadim Gelfer
document revert command more accurately.
2006-01-02, by Vadim Gelfer
add '_' to several strings
2005-12-29, by Muli Ben-Yehuda
- duplicate the parent link logic to show child links
2005-12-29, by Muli Ben-Yehuda
merge with mainline
2005-12-28, by Vadim Gelfer
add --plain option to patchbomb.
2005-12-28, by Vadim Gelfer
make patchbomb work with recent changes to export
2005-12-28, by Vadim Gelfer
strictly adher to 80 chars per line
2005-12-28, by Muli Ben-Yehuda
Error handling for unbundle, fix option line wrapping
2005-12-27, by Matt Mackall
add --update support to 'hg unbundle'
2005-12-27, by Muli Ben-Yehuda
remove the gpg stuff from hgeditor (superseded by the signing extension)
2005-12-27, by Benoit Boissinot
cleanup of revlog.group when repository is local
2005-12-27, by Benoit Boissinot
remove a duplicate check in commit / fix a bug when merging files
2005-12-27, by Benoit Boissinot
fix 'hg tag <tagname> <revision>
2005-12-27, by Benoit Boissinot
Re-enable the renamed check fastpath
2005-12-22, by Matt Mackall
Merge with crew
2005-12-16, by Matt Mackall
if a filename contains spaces, patch adds quote around it
2005-12-15, by Benoit Boissinot
gpg signing extension for hg
2005-12-16, by Benoit Boissinot
do not copy atime and mtime in util.copyfiles
2005-12-16, by Benoit Boissinot
reloads manifest and changelog after recovering
2005-12-16, by Benoit Boissinot
fix a bug in hg export --switch-parent
2005-12-16, by Benoit Boissinot
Better error message (without /.hg appended) when repository is not found.
2005-12-15, by Thomas Arendsen Hein
Less annoying directory completion (see http://bugs.debian.org/343458)
2005-12-15, by Daniel Kobras
Merge with upstream.
2005-12-15, by Thomas Arendsen Hein
delete unintended print statement
2005-12-12, by Vadim Gelfer
merge with crew
2005-12-11, by Vadim Gelfer
make mercurial look in more places for config files.
2005-11-04, by Vadim Gelfer
fix the cat command
2005-12-06, by Benoit Boissinot
abort when merging two heads and repository has local changes
2005-12-14, by Benoit Boissinot
Merge http://sh0n.net/jeffpc/repos/hg-gitweb/
2005-12-14, by Matt Mackall
Remove tabs, and trailing whitespace from hgweb.py
2005-12-12, by Josef "Jeff" Sipek
[hgweb] Remove reference to a non-existing file
2005-12-12, by Josef "Jeff" Sipek
[hgweb] Fixed up bad link
2005-12-10, by Josef "Jeff" Sipek
File log and some FIXMEs
2005-12-10, by Josef "Jeff" Sipek
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style
2005-12-05, by Josef "Jeff" Sipek
[hgweb] More gitweb style related fixes
2005-12-05, by Josef "Jeff" Sipek
File revision style fixed
2005-12-05, by Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
2005-12-05, by Josef "Jeff" Sipek
add a --switch-parent option to export against the other parent
2005-12-14, by Benoit Boissinot
hg log -p should show file deletions
2005-12-14, by Benoit Boissinot
quote the filename when calling HGEDITOR
2005-12-14, by Benoit Boissinot
make all commands be repo-wide by default
2005-12-01, by Benoit Boissinot
make command defaults works for aliases
2005-12-01, by TK Soh
Handle hg under /
2005-12-01, by Arun Sharma
fix rename --after
2005-12-01, by Robin Farine
Re: [PATCH 2 of 3] remove walk warning about nonexistent files
2005-12-01, by Benoit Boissinot
export patkind() from util
2005-12-01, by Robin Farine
Fix walkhelper on windows.
2005-12-01, by Christian Boos
disallow '\n' and '\r' in tag names
2005-11-29, by Benoit Boissinot
Merge with http://hg.omnifarious.org/~hopper/mercurial
2005-11-29, by Thomas Arendsen Hein
Convert all classes to new-style classes by deriving them from object.
2005-11-18, by Eric Hopper
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
less
more
|
(0)
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip