Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-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.
Add an empty line after description in verbose mode of show_changeset.
2005-07-01, by Thomas Arendsen Hein
Work-around failing tests/test-bad-pull with slow bg process.
2005-07-01, by Thomas Arendsen Hein
Remove bashisms and use /bin/sh instead of /bin/bash.
2005-07-01, by Thomas Arendsen Hein
Updated TODO
2005-06-30, by Thomas Arendsen Hein
Merge with upstream
2005-06-30, by Thomas Arendsen Hein
Added support for hg:// and old-http:// to 'hg clone'.
2005-06-30, by Thomas Arendsen Hein
TODO tweaks
2005-06-30, by mpm
Minor hgweb fixup for new diff code
2005-06-30, by mpm
Add multiple keyword search to hgweb
2005-06-30, by mpm
Propagate file list through dodiff
2005-06-30, by mpm
Refactor diffrevs/diffdir into changes
2005-06-30, by mpm
Deal with failed clone/transaction interaction
2005-06-30, by mpm
[PATCH] Handle 'name firstname <email@server>' correctly in annotate
2005-06-30, by mpm
[PATCH] Generate correctly XML entities for obfuscated user
2005-06-30, by mpm
clone: abort on pre-existing destination directory
2005-06-30, by mpm
Hashing speed-up
2005-06-30, by mpm
Add removing print to TODO
2005-06-29, by mpm
Attempt to fix negative revision count from pull
2005-06-29, by mpm
Fix clone bug wth trailing slash
2005-06-29, by mpm
[PATCH] Add --traceback option
2005-06-29, by mpm
show connect message on push
2005-06-29, by mpm
[PATCH] Perform clone in place
2005-06-29, by mpm
Fix up test-bad-pull output
2005-06-29, by mpm
[PATCH] Force "hg clone" to always create a new directory
2005-06-29, by mpm
Fix empty pull bug that appeared this morning
2005-06-29, by mpm
[PATCH] Fix use of util.CommandError
2005-06-29, by mpm
Add some TODO items
2005-06-29, by mpm
Add a CONTRIBUTORS file
2005-06-29, by mpm
Fix failed clone in current directory
2005-06-29, by mpm
Add --repository option
2005-06-29, by mpm
Change getchangegroup to findincoming
2005-06-29, by mpm
Whitespace cleanups
2005-06-29, by mpm
change unrelated repository error to a warning
2005-06-28, by mpm
hg clone: don't try to delete "."
2005-06-28, by mpm
Remove unnecessary deletion in hg clone
2005-06-28, by mpm
Disallow merging of unrelated projects
2005-06-28, by mpm
More fiddling with uint32_t includes for extensions
2005-06-28, by mpm
[PATCH] replace history with log
2005-06-28, by mpm
[PATCH] Harden os.system
2005-06-28, by mpm
README: mention lib64/
2005-06-28, by mpm
[PATCH] Add ui.expandpath command
2005-06-28, by mpm
[PATCH] Fix "no-update" option to clone
2005-06-28, by mpm
Use $USERNAME as a fallback for commit
2005-06-28, by mpm
Fix troubles with clone and exception handling
2005-06-28, by mpm
Update undo test
2005-06-28, by mpm
Better messages for rollback and undo
2005-06-28, by mpm
[PATCH] Clean up destination directory if a clone fails.
2005-06-28, by mpm
Add exception class for repository errors
2005-06-28, by mpm
Various doc clean-ups and spelling fixes
2005-06-28, by mpm
[PATCH] doc cleanups
2005-06-27, by mpm
[PATCH] simplify init
2005-06-27, by mpm
Pull from TAH
2005-06-27, by mpm
Fixed test for previous change of 'hg -v history'.
2005-06-28, by Thomas Arendsen Hein
Make show_changeset show added/deleted files only in debug mode.
2005-06-28, by Thomas Arendsen Hein
Use "kill $!" to kill running background processes.
2005-06-27, by Thomas Arendsen Hein
Fixed test-flags and .out for arbitrary umask settings. Use -ex shell flags.
2005-06-27, by Thomas Arendsen Hein
Make show_changeset show added and deleted files in verbose mode.
2005-06-27, by Thomas Arendsen Hein
[PATCH] umask for run-tests
2005-06-27, by mpm
[PATCH] Set locale before run-tests does anything
2005-06-27, by mpm
Add initial hook support
2005-06-27, by mpm
Remove stdint.h from mpatch and bdiff
2005-06-27, by mpm
[PATCH] add clone command
2005-06-26, by mpm
Pull from TAH
2005-06-26, by mpm
Updated TODO
2005-06-26, by Thomas Arendsen Hein
Removed some unused variables.
2005-06-26, by Thomas Arendsen Hein
hg import checking for quiet mode didn't work. Fixed using the ui module.
2005-06-26, by Thomas Arendsen Hein
Fixed call to ui.warn()
2005-06-26, by Thomas Arendsen Hein
Cleaned up command alias handling in help.
2005-06-26, by Thomas Arendsen Hein
Update of doc/hg.1.txt
2005-06-26, by Thomas Arendsen Hein
Handle errors in .hgtags or hgrc [tags] section more gracefully.
2005-06-26, by Thomas Arendsen Hein
Really _call_ method revlog.count in revlog.lookup()
2005-06-26, by Thomas Arendsen Hein
Fixed diff generation in hgeditor if a list of files is given to hg commit.
2005-06-26, by Thomas Arendsen Hein
Minor speed improvements for bdiff
2005-06-26, by mpm
[PATCH] Get run-tests working on 64-bit machines.
2005-06-25, by mpm
extensions: use stdint.h
2005-06-25, by mpm
Minor annotate performance tweaks
2005-06-25, by mpm
Fix up version module name and command conflict
2005-06-25, by mpm
Various node id lookup tweaks
2005-06-24, by mpm
[PATCH] add "root" command
2005-06-24, by mpm
Add version command
2005-06-24, by mpm
Add hgmerge manpage
2005-06-24, by mpm
Add a doc makefile
2005-06-24, by mpm
Merge from http://moffetthome.net:8012/
2005-06-24, by mpm
Added stdint.h include to fix build on Mac OS X Tiger [v10.4]
2005-06-24, by kyle
Fix pipe timing for copy test
2005-06-24, by mpm
[PATCH] /dev/null for other OS
2005-06-24, by mpm
add dirstate debugging commands
2005-06-24, by mpm
Add an RPM spec file
2005-06-24, by mpm
Added tag 0.6 for changeset 12e0fdbc57a0be78f0e817fd1d170a3615cd35da
2005-06-24, by mpm
Release tweaks
0.6
2005-06-24, by mpm
More FAQ bits.
2005-06-23, by mpm
More FAQ updates
2005-06-23, by mpm
Add 'local' tags
2005-06-23, by mpm
Clarify doc/README a bit
2005-06-23, by mpm
rawcommit: do lookup of parents at the appropriate layer
2005-06-23, by mpm
Make lookup a bit smarter
2005-06-23, by mpm
Get set_exec from util in convert_repo
2005-06-23, by mpm
Cleaned up some asciidoc bits in the FAQ
2005-06-23, by mpm
Minor packaging fixups
2005-06-23, by mpm
Update TODO
2005-06-23, by mpm
The beginnings of a FAQ file
2005-06-23, by mpm
README tidy-up
2005-06-23, by mpm
Add rawcommit tests
2005-06-23, by mpm
hg import error checking
2005-06-23, by mpm
rawcommit dirstate tweak
2005-06-23, by mpm
Permission handling for the other OS
2005-06-23, by mpm
Fix up tests for command name changes
2005-06-23, by mpm
Use __inline instead of inline
2005-06-23, by mpm
Update docs
2005-06-22, by mpm
Commands cleanup
2005-06-22, by mpm
Optimize annotate a bit
2005-06-22, by mpm
Fix a compile warning for bdiff
2005-06-22, by mpm
Replace difflib with bdiff for annotate
2005-06-22, by mpm
Add bdiff.blocks / minor performance tweaks
2005-06-22, by mpm
Start using bdiff for generating deltas
2005-06-22, by mpm
convert-repo fixups
2005-06-22, by mpm
Fix up test-merge1
2005-06-21, by mpm
Pull from TAH
2005-06-21, by mpm
Fix typo in merging new files
2005-06-21, by mpm
Make it possible to specify a version number in setup.py.
2005-06-19, by Thomas Arendsen Hein
less
more
|
(0)
-120
+120
+1000
+3000
+10000
+30000
tip