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.
addremove was not correctly finding removed files when given
2005-08-12, by mason
dirstate walking optimizations
2005-08-12, by mason
Merge patchbomb script.
2005-08-12, by Bryan O'Sullivan
Polish patchbomb script.
2005-08-12, by Bryan O'Sullivan
Get patchbomb script to not use MIME attachments.
2005-08-09, by Bryan O'Sullivan
Add patchbomb script.
2005-08-09, by Bryan O'Sullivan
Merge Chris's changes with mine.
2005-08-12, by Bryan O'Sullivan
addremove was not correctly finding removed files when given
2005-08-12, by mason
dirstate walking optimizations
2005-08-12, by mason
Merge with mpm.
2005-08-09, by Bryan O'Sullivan
Teach walk code about absolute paths.
2005-08-07, by Bryan O'Sullivan
Kill dead function.
2005-08-07, by Bryan O'Sullivan
Fix debugwalk when there's nothing to walk.
2005-08-07, by Bryan O'Sullivan
Allow Mercurial to build on HP-UX 11
2005-08-13, by tksoh
Merge with TAH
2005-08-12, by mpm
Cleanup after previous changes:
2005-08-10, by Thomas Arendsen Hein
Extended test case to test dirstate length bug fixed in a7e95e3606c7.
2005-08-10, by Thomas Arendsen Hein
Use length of file instead of length of change for the dirstate entry.
2005-08-10, by Thomas Arendsen Hein
Fix 3-way-merge of original parent, workdir and new parent.
2005-08-10, by Thomas Arendsen Hein
dirstate.changes() now distinguishes 'hg remove'd or just deleted files.
2005-08-09, by Thomas Arendsen Hein
Use correct term "closed interval" for ranges.
2005-08-09, by Thomas Arendsen Hein
Trap OSError when deleting env vars
2005-08-09, by Edouard Gomez
[PATCH] Move default page name into map file
2005-08-08, by Jeff Sipek
[PATCH] Propagate the template map though recursively
2005-08-08, by Jeff Sipek
Fixed encoding of directories ending in .d or .i:
2005-08-07, by Thomas Arendsen Hein
Added Tristan Wibberley to contributors.
2005-08-06, by Thomas Arendsen Hein
Fixed revlog.children.
2005-08-06, by Tristan Wibberley
Update TODO
2005-08-06, by Thomas Arendsen Hein
Allow HG patch to appear late in the input stream
2005-08-06, by Samuel Tardieu
Added Samuel Tardieu to contributors list.
2005-08-06, by Thomas Arendsen Hein
Add temporary documentation files and profiling output to .hgignore
2005-08-06, by Samuel Tardieu
Further help improvements:
2005-08-06, by Thomas Arendsen Hein
Always show short help when an unknown command is given.
2005-08-06, by Thomas Arendsen Hein
Update the TODO file to the help changes, and the output of test-help.
2005-08-06, by kreijack
When hg is invoked without parameters, the short list help is displayed.
2005-08-06, by kreijack
More verbose information on the global options
2005-08-06, by kreijack
'hg help -v' mentions the alias of the commands
2005-08-06, by kreijack
'hg help -v' shows global options
2005-08-06, by kreijack
Rewritten change type selection for hg status.
2005-08-06, by Thomas Arendsen Hein
Realigned command table again.
2005-08-06, by Thomas Arendsen Hein
hg status: added options to select files by status.
2005-08-06, by tksoh
Merge with BOS
2005-08-04, by mpm
Merge with Matt.
2005-08-04, by Bryan O'Sullivan
Fix performance of hg diff.
2005-08-03, by Bryan O'Sullivan
Merge with TAH
2005-08-04, by mpm
Cleaned up trap handling in run-tests, too.
2005-08-04, by Thomas Arendsen Hein
Use sh instead of bash in tests.
2005-08-04, by Thomas Arendsen Hein
Removed special FIXME handling in run-tests, added bug info to .out files.
2005-08-04, by Thomas Arendsen Hein
Handle broken pipe on pressing Ctrl-C with e.g. 'hg log|grep something'.
2005-08-04, by Thomas Arendsen Hein
Cleaned up trap handling:
2005-08-04, by Thomas Arendsen Hein
If rejects are empty after using the editor, merge with diff+patch was ok.
2005-08-04, by Thomas Arendsen Hein
Shortened hgmerge a little bit.
2005-08-04, by Thomas Arendsen Hein
Hide error message of type command.
2005-08-04, by Thomas Arendsen Hein
Fix array overflow bug in bdiff
2005-08-04, by Wallace, Eric S
Allow import from files with spaces
2005-08-04, by Kyle Moffett
Add an option to hg serve to serve file using IPv6
2005-08-04, by Samuel Tardieu
Merge with BOS
2005-08-02, by mpm
Use list comprehension in hg status.
2005-08-01, by Thomas Arendsen Hein
Attempt to yield names in sorted order when walking.
2005-07-31, by Bryan O'Sullivan
Ensure that dirstate.walk only yields names once.
2005-07-31, by Bryan O'Sullivan
Clean up walk and changes code to use normalised names properly.
2005-07-31, by Bryan O'Sullivan
Update output for test-merge5.
2005-07-31, by Bryan O'Sullivan
Actually implement the -f switch for push
2005-08-01, by mpm
Make ssh URL parsing more robust
2005-08-01, by mpm
Warn on pushing unsynced repo or adding new heads
2005-08-01, by mpm
Psyco was failing to call dirstate.__del__ for import
2005-07-30, by mpm
Merge with BOS
2005-07-30, by mpm
Adapt commit to use file matching code.
2005-07-29, by Bryan O'Sullivan
Reduce the amount of stat traffic generated by a walk.
2005-07-29, by Bryan O'Sullivan
Fix documentation of -I and -X options.
2005-07-29, by Bryan O'Sullivan
Move commands.forget over to using new walk code.
2005-07-29, by Bryan O'Sullivan
Fix performance regression in addremove command.
2005-07-29, by Bryan O'Sullivan
Merge with TAH
2005-07-30, by mpm
Include tests (or possibly maps) ending in numbers in MANIFEST, too.
2005-07-29, by Thomas Arendsen Hein
Add Makefile from doc directory instead of / to MANIFEST.
2005-07-29, by Thomas Arendsen Hein
Drop .err files generated by failed tests from the MANIFEST.
2005-07-29, by Thomas Arendsen Hein
Incorporated most of Aron Griffis suggestions for sh compatibility.
2005-07-29, by Thomas Arendsen Hein
Use tabs instead of spaces where apropriate.
2005-07-29, by Thomas Arendsen Hein
Allow tests for not yet fixed bugs to fail without generating error diff.
2005-07-29, by Thomas Arendsen Hein
Updated output of tests.
2005-07-29, by Thomas Arendsen Hein
Don't use 'set -x', fix exports, sed and hexdump usage for Solaris.
2005-07-29, by Thomas Arendsen Hein
Adapted README to new needs.
2005-07-29, by Thomas Arendsen Hein
Make tests work on Solaris:
2005-07-29, by Thomas Arendsen Hein
Remove "export FOO=bar" bashism.
2005-07-29, by Thomas Arendsen Hein
Replaced mktemp and usage of ${par:=word}.
2005-07-29, by Thomas Arendsen Hein
Remove usage of ${par:-word}, which and mktemp. Quote filenames.
2005-07-29, by Thomas Arendsen Hein
Ignore test error files, protect dot in .pc/
2005-07-29, by Thomas Arendsen Hein
Merge with upstream
2005-07-29, by Thomas Arendsen Hein
Added tests for bug with three-way-merging of old tip, tip and cwd.
2005-07-23, by Thomas Arendsen Hein
Show all dirstate info for 'hg debugstate'.
2005-07-23, by Thomas Arendsen Hein
Make test-pull work on slow machines, where hg serve needs some time to start.
2005-07-23, by Thomas Arendsen Hein
Fixed test to notice .out file generated by run-test.
2005-07-23, by Thomas Arendsen Hein
add note about -C to update message
2005-07-30, by mpm
Drop -t option from mktemp
2005-07-28, by mpm
Fix the directory and revlog collision problem
2005-07-27, by mpm
Fix undo after aborted commit bug
2005-07-27, by mpm
Fix tests for short changeset hashes and hidden manifest hashes
2005-07-27, by mpm
Add a --time command line option to time hg commands
2005-07-27, by Stephen Darnell
Provided platform dependent implementations for explain_exit
2005-07-27, by thananck
Fix copy in subdirectories
2005-07-27, by mpm
Add changegroup hook for push/pull
2005-07-27, by mpm
Add paths command
2005-07-27, by TK Soh
Shorten hashes displayed in log
2005-07-27, by mpm
Wrap RSS description in CDATA
2005-07-27, by mpm
Add template to mktemp call
2005-07-26, by mpm
Fix up test results
2005-07-26, by mpm
Change sed patterns in tests to strip dates after spaces or tabs
2005-07-26, by mpm
Hide errno in abort messages
2005-07-26, by mpm
Make pull count jargon less confusing
2005-07-25, by mpm
Fixes for annotate
2005-07-23, by mpm
Fix bug in exception handling for hardlink clone
2005-07-23, by mpm
hgeditor: hide checksum mismatch message from md5sum
2005-07-23, by mpm
Fix local file changes being ignored after non-branch merge
2005-07-23, by mpm
Update tests to match new addremove chattiness.
2005-07-22, by Bryan O'Sullivan
Get addremove to use new walk code.
2005-07-22, by Bryan O'Sullivan
Hack to fix missing '/' problem in URLs
2005-07-22, by mpm
Don't mark files with 'm'erge unless we're actually merging branches
2005-07-22, by mpm
Added deprecation warnings if -t or --text is used for commits.
2005-07-22, by Thomas Arendsen Hein
Changed more occurances of 'text' to 'message'.
2005-07-22, by Thomas Arendsen Hein
Change all references to -t --text commit message to -m and --message.
2005-07-22, by Andrew Thompson
less
more
|
(0)
-120
+120
+1000
+3000
+10000
+30000
tip