Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
+1920
+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.
updated help text and added manpage section for hg paths
2005-08-16, by TK Soh
Add basic https support for pull
2005-08-16, by mpm
Teach bash_completion about outgoing
2005-08-16, by mpm
show_changeset: -q shows short hash
2005-08-16, by mpm
Add hg outgoing command
2005-08-16, by mpm
whitespace cleanup
2005-08-16, by mpm
hg cat: accept changeset hashes
2005-08-16, by mpm
Fix hg clone race with writer
2005-08-16, by mpm
Add bash_completion to contrib
2005-08-16, by mpm
Let hg paths work outside of repositories
2005-08-16, by mpm
Fix up help test
2005-08-16, by mpm
typo fix in command help text
2005-08-16, by TK Soh
Minor tweak: os.STOPSIG -> os.WSTOPSIG. Pychecker spotted this one.
2005-08-15, by mark williamson
Fix .hgignore parsing if last line has no EOL, ignore trailing white space.
2005-08-15, by Thomas Arendsen Hein
Merge with TAH
2005-08-14, by mpm
Addes test for error messages when operating on non-existing files.
2005-08-15, by Thomas Arendsen Hein
Fix tests for new init command
2005-08-14, by mpm
Modify init command to take an optional directory to set up.
2005-08-14, by Bryan O'Sullivan
Update synopsis for 'hg update', too.
2005-08-15, by Thomas Arendsen Hein
Update online help of hg heads for new --branches option.
2005-08-15, by Thomas Arendsen Hein
Add optional parameter for changed/added/del/unknown files to commands.dodiff
2005-08-14, by mason
Allow the changegroup generator to completely load the buffer.
2005-08-14, by mason
Add optional stop revision to revlog.heads
2005-08-14, by mason
Change repo.comit to return None on error or the new revision number on
2005-08-14, by mason
Add force option to repo.commit, allowing commits where no files change
2005-08-14, by mason
Add '-' support to the commit logfile option to read message from stdin.
2005-08-14, by mark williamson
Add searching for named branches
2005-08-14, by mason
Fix bug with empty inc and exc
2005-08-14, by mpm
Merge with BOS
2005-08-13, by mpm
Merge walk changes with Matt's tip.
2005-08-13, by Bryan O'Sullivan
Merge with TAH.
2005-08-13, by Bryan O'Sullivan
Turn off testing of absolute paths for now.
2005-08-13, by Bryan O'Sullivan
Fix bug involving "hg debugwalk -Ipattern" from repository root.
2005-08-13, by Bryan O'Sullivan
Fix clone when target directory is relative.
2005-08-13, by Bryan O'Sullivan
Merge walk fixes.
2005-08-12, by Bryan O'Sullivan
Add unit tests for walk code.
2005-08-12, by Bryan O'Sullivan
Fix up handling of regexp paths.
2005-08-12, by Bryan O'Sullivan
Merge Windows path fixes.
2005-08-12, by Bryan O'Sullivan
Fix walk path handling on Windows
2005-08-12, by Bryan O'Sullivan
Merge latest round of walk fixes.
2005-08-12, by Bryan O'Sullivan
Fix walk code for files that do not exist anywhere, and unhandled types.
2005-08-12, by Bryan O'Sullivan
Update to tip.
2005-08-12, by Bryan O'Sullivan
Merge IPv6 fix.
2005-08-10, by Bryan O'Sullivan
Fix problem with "hg serve" on systems not providing IPv6.
2005-08-10, 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 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
Changed coding hint to BOM
2005-07-22, by Thomas Arendsen Hein
Updated TODO.
2005-07-22, by Thomas Arendsen Hein
There was an extra space after 'hg id' when there are no tags.
2005-07-22, by Thomas Arendsen Hein
Updated help strings and test-help:
2005-07-22, by Thomas Arendsen Hein
Added new code contributors, fixed Vincent's name, added hint on encoding.
2005-07-22, by Thomas Arendsen Hein
Show filenames for hg export in verbose mode on a separate lines.
2005-07-22, by Thomas Arendsen Hein
Fixes and cleanups to hgeditor:
2005-07-22, by Thomas Arendsen Hein
Check protocol versions
2005-07-21, by mpm
Simplify content type checking
2005-07-21, by mpm
When pulling from a non hg repository URL (e.g. http://www.kernel.org/hg)
2005-07-21, by Muli Ben-Yehuda
Add tag -t, deprecate tag -m
2005-07-21, by mpm
Update tests to use commit -m and default -u
2005-07-21, by mpm
Update test output for status change
2005-07-21, by mpm
Add -m for rawcommit
2005-07-21, by mpm
Change C to M in status
2005-07-21, by mpm
Add -m for commit and deprecate -t
2005-07-21, by mpm
Handle empty file list for annotate
2005-07-21, by mpm
Remove ls command
2005-07-21, by mpm
Refactor matchpats and walk
2005-07-21, by mpm
Fix some line wrapping
2005-07-20, by mpm
Merge from BOS
2005-07-20, by mpm
Split make_file back out into make_filename and make_file.
2005-07-20, by Bryan O'Sullivan
If the argument to make_file can act like a file, return it.
2005-07-20, by Bryan O'Sullivan
Merge with Matt's tip.
2005-07-20, by Bryan O'Sullivan
Update tests to reflect walk changes.
2005-07-20, by Bryan O'Sullivan
An empty .hgignore file must cause us to ignore nothing, not everything!
2005-07-20, by Bryan O'Sullivan
Update docs for annotate and diff.
2005-07-20, by Bryan O'Sullivan
Convert annotate over to walk interface.
2005-07-20, by Bryan O'Sullivan
Convert diff command over to using walk code.
2005-07-20, by Bryan O'Sullivan
Add name matching to status command.
2005-07-20, by Bryan O'Sullivan
Only walk over files that match our criteria.
2005-07-20, by Bryan O'Sullivan
Turn make_filename into make_file, which returns a file handle.
2005-07-20, by Bryan O'Sullivan
Fix typo.
2005-07-19, by Bryan O'Sullivan
Get commands to raise Abort instead of ui.warn(...),sys.exit(1).
2005-07-19, by Bryan O'Sullivan
Add a source designator to the walk methods.
2005-07-19, by Bryan O'Sullivan
Merge with Matt's tip.
2005-07-19, by Bryan O'Sullivan
Get add and locate to use new repo and dirstate walk code.
2005-07-18, by Bryan O'Sullivan
Work on walk code.
2005-07-16, by Bryan O'Sullivan
Add doc/Makefile to MANIFEST
2005-07-20, by mpm
Fix verify error reporting bug
2005-07-19, by mpm
Change hgit revision lookup to use repo.lookup
2005-07-19, by mason
Fix hgit usage of repo.changes and fancyopts to reflect current hg api
2005-07-19, by mason
Fix typos in FAQ
2005-07-17, by jdc
Be even more specific with .hgignore regexps, added *.swp files.
2005-07-16, by Thomas Arendsen Hein
Fix up ignore regexps.
2005-07-16, by Bryan O'Sullivan
Make annotate use option --rev instead od --revision like other commands.
2005-07-16, by Thomas Arendsen Hein
Some cleanups in commands.annotate().
2005-07-16, by Thomas Arendsen Hein
Added missing newline after two error messages.
2005-07-15, by Thomas Arendsen Hein
Merge with myself.
2005-07-15, by Thomas Arendsen Hein
Show filename for hg export in verbose mode.
2005-07-15, by Thomas Arendsen Hein
Use dirstate to check if .hgtags needs to be added.
2005-07-15, by Thomas Arendsen Hein
Fix synopsis: hg forget needs at least one file name.
2005-07-15, by Thomas Arendsen Hein
Use changelogentry.tmpl for search results, too.
2005-07-15, by Thomas Arendsen Hein
Changed command synopsises to match style of common UNIX tools.
2005-07-15, by Thomas Arendsen Hein
Make "hg parents REV" work (again?)
2005-07-15, by Thomas Arendsen Hein
Merge with TAH
2005-07-14, by mpm
Make makelock and readlock work on filesystems without symlink support.
2005-07-14, by Thomas Arendsen Hein
merge program setting from hgrc wasn't used.
2005-07-14, by Thomas Arendsen Hein
Fix default values and add interactive setting to [ui] section of hgrc docs.
2005-07-14, by Thomas Arendsen Hein
On importing the result of 'hg export', parse while reading and drop headers.
2005-07-14, by Thomas Arendsen Hein
Removed extra spaces for default parameters according to PEP8.
2005-07-14, by Thomas Arendsen Hein
Removed duplicate use of os.path.normcase().
2005-07-14, by Thomas Arendsen Hein
Use python function instead of external 'cp' command when cloning repos.
2005-07-14, by Thomas Arendsen Hein
Multiple cleanups of things detected by pylint.
2005-07-14, by Thomas Arendsen Hein
Removed extra newline in hg log when not using the --patch option, fixed tests.
2005-07-14, by Thomas Arendsen Hein
Fixed tests.
2005-07-14, by Thomas Arendsen Hein
Teach convert-repo about tags
2005-07-14, by mpm
Be quiet about broken pipes
2005-07-14, by mpm
convert-repo: deal with packed git and other fixes
2005-07-13, by mpm
HG environment variables take precedence over hgrc
2005-07-13, by mpm
Minor merge fixups
2005-07-13, by mpm
Make manifest lookup use changeset ids
2005-07-13, by mpm
Repair the hgweb search interface
2005-07-13, by mpm
Hide file hashes in log
2005-07-12, by Matt Mackall
Reapply startswith() changes that got lost with stale edit
2005-07-12, by Matt Mackall
Added tag 0.6b for changeset 4ccf3de52989b14c3d84e1097f59e39a992e00bd
2005-07-11, by Matt Mackall
Turn off signing with hgeditor by default
0.6b
2005-07-11, by Matt Mackall
Revert hgeditor change to manifest bits
2005-07-11, by Matt Mackall
Revert hgeditor md5sum change
2005-07-11, by Matt Mackall
Sort files for removal
2005-07-11, by Matt Mackall
Handle undeletion of files when checking out old revisions
2005-07-11, by Matt Mackall
Actually move .hg into ignore
2005-07-11, by Matt Mackall
Alternate fix for SIGHUP on the other OS
2005-07-10, by Matt Mackall
Fix up test for update flags
2005-07-10, by Matt Mackall
Remove references to 'cloning by hardlink' from tests.
2005-07-10, by Andrew Thompson
hg clone stored path fix
2005-07-10, by Mikael Berthe
Make consistent use of str.startswith() in conditionals.
2005-07-10, by chad netzer
Change MANIFEST.in to recursive-include the contrib/ folder.
2005-07-10, by Andrew Thompson
More IE friendly diff output related templates.
2005-07-10, by Edouard Gomez
Move hgrc documentation out to its own man page, hgrc(5).
2005-07-10, by Bryan O'Sullivan
Move .hg into ignore()
2005-07-10, by Matt Mackall
.hgignore speedups patch incorporating Matt's feedback.
2005-07-10, by mwilli2
Dont trap SIGHUP on the other OS
2005-07-10, by Edouard Gomez
A number of minor fixes to problems that pychecker found.
2005-07-10, by mark williamson
hgeditor: Remove EMAIL default for HGUSER, comment editor selection
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
hgeditor: Remove temporary files even if interrupted
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
hgeditor: Simplify manifest hash adding
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
hgeditor: Fix some parameters to commands
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
Pass username to hgeditor, remove temporary file
2005-07-10, by Radoslaw "AstralStorm" Szkodzinski
Add rss tag in the changelog/filelog html template.
2005-07-10, by kreijack
Move commit hook after commit completes
2005-07-10, by Matt Mackall
Whitespace cleanup
2005-07-10, by Matt Mackall
Generate a friendlier except for failed lookups
2005-07-10, by Matt Mackall
dirstate.forget() takes a list
2005-07-10, by Matt Mackall
Warn about bogus ignore expressions
2005-07-09, by Matt Mackall
Fix out of range regression
2005-07-08, by Matt Mackall
Make cloning by hardlink quiet again
2005-07-08, by Matt Mackall
Fix corruption resulting from skipping parts of a revision group
2005-07-08, by Matt Mackall
Non-grouping regex for ignore
2005-07-08, by Matt Mackall
Fix an odd revlog bug
2005-07-08, by Matt Mackall
Fix bug in reverting deleted files
2005-07-08, by Matt Mackall
Experimental ignore regex speed-up
2005-07-07, by Matt Mackall
Attempt to read all remaining remote output at close
2005-07-06, by Matt Mackall
update test-hup permissions
2005-07-06, by Matt Mackall
Show remote client output with "remote:"
2005-07-06, by Matt Mackall
this patch permits hgweb to show the deleted files in the changeset diff
2005-07-06, by kreijack
Performance enhancements for manifest.add()
2005-07-06, by mason
typo in help message.
2005-07-06, by Matt Mackall
Update tests
2005-07-06, by Matt Mackall
Catch SIGHUP
2005-07-06, by Matt Mackall
Switch push over to the new scheme
2005-07-06, by Matt Mackall
Add addchangegroup to the ssh protocol
2005-07-06, by Matt Mackall
Add a scheme for handling remote locking
2005-07-06, by Matt Mackall
Fix up the broken bits in findoutgoing
2005-07-06, by Matt Mackall
Move the empty changeset detection out of findincoming to pull
2005-07-06, by Matt Mackall
Protocol switch from using generators to stream-like objects.
2005-07-06, by Matt Mackall
Add a repo method to report repo device
2005-07-06, by Matt Mackall
Slim down and update README a bit
2005-07-06, by Matt Mackall
Provides output option to cat command
2005-07-05, by thananck
Update documentation of hg tag
2005-07-05, by Radoslaw Szkodzinski
Remove debug print from locate code.
2005-07-05, by Bryan O'Sullivan
Clarify man page entry for locate a little.
2005-07-05, by Bryan O'Sullivan
Use repo.getcwd() in a few obvious places.
2005-07-05, by Bryan O'Sullivan
Add locate command.
2005-07-05, by Bryan O'Sullivan
Fix quoting for RSS links
2005-07-05, by Matt Mackall
Cleanups for repo.pull
2005-07-05, by Matt Mackall
Add an sshrepository class and hg serve --stdio
2005-07-05, by Matt Mackall
Change remote repository to httprepository
2005-07-05, by Matt Mackall
Add generic repo commands for pull and push
2005-07-05, by Matt Mackall
Add a function to calculate the outgoing changegroup
2005-07-05, by Matt Mackall
Attempt to handle RSS URIs properly
2005-07-04, by Matt Mackall
update tests
2005-07-04, by Matt Mackall
Handle unrecognised options correctly.
2005-07-04, by Bryan O'Sullivan
open .hgtags as binary
2005-07-04, by thananck
Fix zombie files in merge
2005-07-04, by maf46
Output file of 'export' is opened as binary (other OS)
2005-07-04, by thananck
Stop patch description import at diff -r
2005-07-04, by Matt Mackall
Demand-load most modules in the commands and ui modules.
2005-07-04, by Bryan O'Sullivan
On Sat, Jul 02, 2005 at 02:11:34PM -0700, Matt Mackall wrote:
2005-07-04, by Alecs King
* clean up error handling when user requests to use a non file object
2005-07-04, by shaleh
check export options for changeset before running
2005-07-04, by shaleh
[PATCH] hg tag: local tag support in file .hg/localtags
2005-07-04, by Matt Mackall
Add username/merge/editor to .hgrc
2005-07-03, by Matt Mackall
[PATCH] Parse and use header data from an hg export'ed changeset
2005-07-03, by mpm
[PATCH] Fix thinko in "serve" man page entry.
2005-07-03, by mpm
[PATCH] Get "hg serve" to optionally log accesses and errors to files
2005-07-03, by mpm
Split wrapped demandload line
2005-07-03, by mpm
[PATCH] Get "hg serve" to print the URL being served
2005-07-03, by mpm
Various HTML cleanups
2005-07-03, by mpm
Add globals to templater/fixup RSS
2005-07-03, by mpm
Simplify RSS date generation
2005-07-03, by mpm
[PATCH] Add RSS support to hgweb
2005-07-03, by mpm
[PATCH 4/5]: cleaning the template parent management in hgweb
2005-07-03, by mpm
[PATCH] use <arpa/inet.h> instead of <netinet/in.h> for ntohl/htonl
2005-07-03, by mpm
A bunch of parsing/help updates
2005-07-03, by mpm
Expand undo docs
2005-07-03, by mpm
Update CONTRIBUTORS
2005-07-03, by mpm
Shorten help
2005-07-03, by mpm
Restructure option handling
2005-07-03, by mpm
options: kill -d for debug
2005-07-02, by mpm
hg revert should revert to parent, not to tip
2005-07-02, by mpm
[PATCH] bring MANIFEST.in up to date
2005-07-02, by mpm
[PATCH] hg revert
2005-07-02, by mpm
TODO tidy
2005-07-02, by mpm
[PATCH] Tags template cleanup
2005-07-02, by mpm
[PATCH] Changelogentry template cleanup
2005-07-02, by mpm
[PATCH 2] ChangeLog template conformance fixes.
2005-07-02, by mpm
[PATCH] Hide style from non conformant agents
2005-07-02, by mpm
Remove all remaining print statements
2005-07-02, by mpm
Fix up test-help for export
2005-07-02, by mpm
[PATCH] New export patch
2005-07-02, by mpm
Actually warn on pulling from an unrelated repository
2005-07-02, by mpm
Remove empty directories on update
2005-07-02, by mpm
Remove -p global switch in preparation for combining namespaces
2005-07-02, by mpm
Handle unknown files better on update
2005-07-02, by mpm
More whitespace cleanups
2005-07-02, by mpm
Update test-diffdir output
2005-07-02, by mpm
transaction: nullify journal after close()
2005-07-02, by mpm
[PATCH 5/5]: cleaning the template parent management in hgweb
2005-07-02, by mpm
[PATCH 3/5]: cleaning the template parent management in hgweb
2005-07-02, by mpm
[PATCH 2/5]: cleaning the template parent management in hgweb
2005-07-02, by mpm
[PATCH 1/5]: cleaning the template parent management in hgweb
2005-07-02, by mpm
[PATCH] Add tags to hgweb
2005-07-01, by mpm
Add parent revision numbers back to hgweb
2005-07-01, by mpm
repo.changes: fix duplicate changes
2005-07-01, by mpm
[PATCH] Make ui.warn write to stderr
2005-07-01, by mpm
[PATCH] Add contrib/buildrpm script
2005-07-01, by mpm
[PATCH] clean up RPM spec file
2005-07-01, by mpm
hg clone: only use the absolute path for .hg/hgrc
2005-07-01, by mpm
Fix dodiff/changes
2005-07-01, by mpm
fancyopts: drop unneeded import
2005-07-01, by mpm
[PATCH] hg clone stored path fix
2005-07-01, by mpm
transaction: __del__ should do nothing if the journal already exists
2005-07-01, by mpm
recover: the journal is named 'journal'
2005-07-01, by mpm
Move dirstate.uniq to util.unique
2005-07-01, by mpm
Unbreak dirstate debug commands
2005-07-01, by mpm
Fix some linewrapping
2005-07-01, by mpm
Merge with TAH
2005-07-01, by mpm
Allow specifying revisions in 'hg log' like with 'hg diff'.
2005-07-01, by Thomas Arendsen Hein
[PATCH] bdiff/mpatch under MSVC
2005-06-30, by mpm
[PATCH] Tests for clone command
2005-06-30, by mpm
[PATCH] Catch OSError usefully
2005-06-30, by mpm
Fix braindamage in repo.changes
2005-06-30, by mpm
Merge with TAH
2005-06-30, by mpm
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
Allow hgrc's proxy host and $http_proxy env var to start with http://
2005-06-19, by Thomas Arendsen Hein
remember_version() only writes version if called in a Mercurial repository.
2005-06-19, by Thomas Arendsen Hein
Allow override of HTTP_PROXY, http_proxy and no_proxy; make no_proxy work.
2005-06-18, by Thomas Arendsen Hein
Support for 'hg --version'. setup.py stores version from hg repository.
2005-06-18, by Thomas Arendsen Hein
[PATCH] Enables lock work under the other 'OS'
2005-06-21, by mpm
[PATCH] rename under the other OS
2005-06-21, by mpm
[PATCH] Repo locator fix for the other `OS'
2005-06-21, by mpm
[PATCH] file seperator handling for the other 'OS'
2005-06-21, by mpm
Minor tweak to binary mode patch
2005-06-21, by mpm
[PATCH] file type fixes for the other 'OS'
2005-06-21, by mpm
[PATCH] Removal of a file added by merging branches
2005-06-21, by mpm
[PATCH] Don't prompt user for keep-vs-delete when the merge is about to be aborted
2005-06-21, by mpm
Fix ls output for test-flags
2005-06-21, by mpm
remove double assignment
2005-06-21, by mpm
[PATCH]: Typo in localrepository.update
2005-06-21, by mpm
Add 'other OS' bits to bdiff.c / style cleanups
2005-06-21, by mpm
Make mpatch.c compilable under the other `OS'
2005-06-21, by mpm
Pick up tests from previous patch
2005-06-21, by mpm
[PATCH] Merging files that are deleted in both branches
2005-06-21, by mpm
[PATCH] Merging identical changes from another branch
2005-06-21, by mpm
[PATCH] Using monotone-viz/git-viz with mercurial
2005-06-21, by mpm
Check if repository exists
2005-06-21, by mpm
[PATCH] Unintuive use
2005-06-21, by mpm
[PATCH] rawcommit fix again
2005-06-21, by mpm
[PATCH] (3/4) Removing an added file
2005-06-21, by mpm
From: Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl>
2005-06-21, by mpm
Add a fast binary diff extension (not yet used)
2005-06-21, by mpm
Delete error logs one test at a time
2005-06-21, by mpm
Quiet successful test install in run-tests
2005-06-21, by mpm
From: Andrew Thompson <andrewkt@aktzero.com>
2005-06-21, by mpm
Show revisions in diffs like CVS, based on a patch from Goffredo Baroncelli.
2005-06-17, by Thomas Arendsen Hein
commands: report http exceptions nicely
2005-06-17, by mpm
Add COPYING
2005-06-17, by mpm
hg init: add -u flag to update
2005-06-17, by mpm
Tidy up conflict and pull tests
2005-06-17, by mpm
hgweb: pull cgitb into CGI script example, where it can easily be disabled
2005-06-17, by mpm
create .hg/hgrc with [paths] default entry only if source was given on hg init.
2005-06-17, by Thomas Arendsen Hein
Updated TODO
2005-06-17, by Thomas Arendsen Hein
Fixed tests for displaying tags in hg history and hg parents.
2005-06-17, by Thomas Arendsen Hein
Show tags in hg history etc.
2005-06-17, by Thomas Arendsen Hein
Improvements for hg identify:
2005-06-17, by Thomas Arendsen Hein
Fixed problems with extra spaces around tags in .hgtags
2005-06-17, by Thomas Arendsen Hein
mpatch: attempt to handle unpack alignment issues on Solaris
2005-06-16, by mpm
hg merge: fix time asymmetry bug with deleting files on update to past
2005-06-16, by mpm
test suite: fix timezone problems and port collision problem
2005-06-16, by mpm
Ancestor algorithm fix
2005-06-16, by mpm
Merge with TAH
2005-06-15, by mpm
Updated TODO
2005-06-16, by Thomas Arendsen Hein
hgweb: missed a long hash
2005-06-15, by mpm
Merge with TAH
2005-06-15, by mpm
hgweb: fix deleted file in filediff key error
2005-06-16, by Thomas Arendsen Hein
Show nice short hashes in hgweb
2005-06-15, by mpm
update tests to reflect new short hash length
2005-06-15, by mpm
Change the size of the short hash representation
2005-06-15, by mpm
Move httprangereader into its own file
2005-06-15, by mpm
hg push: "default-push" default target path
2005-06-15, by mpm
revlog: add a children function
2005-06-15, by mpm
hgweb: fix deleted file in changeset key error
2005-06-15, by mpm
Add a TODO list
2005-06-15, by mpm
Use errno.EPIPE rather than 32
2005-06-15, by mpm
hgweb: remove pointless manifest reads
2005-06-15, by mpm
One too many newlines in verbose output showed up in regression
2005-06-15, by mpm
test-help: hg copy now shows up in the help
2005-06-15, by mpm
Add hg copy
2005-06-15, by mpm
run-tests: run tests given on the command line
2005-06-15, by mpm
Fix another sortdiff cornercase
2005-06-15, by mpm
filelog: add metadata support
2005-06-15, by mpm
hgweb: add file permissions
2005-06-15, by mpm
[PATCH] manifest.readflags performance buglet
2005-06-15, by mpm
[PATCH] Update hgit to the new commands.dodiff parameters
2005-06-15, by mpm
hgit rev-list support
2005-06-15, by mpm
hg import: better file accounting
2005-06-15, by mpm
hg commit: add -A flag
2005-06-15, by mpm
hg addremove: take optional files list
2005-06-15, by mpm
ignore files associated with quilt
2005-06-15, by mpm
hgweb: change number navigation tidy up
2005-06-15, by mpm
Merge with TAH
2005-06-15, by mpm
Merged with mercurial-identify (which includes upstream's current tip)
2005-06-15, by Thomas Arendsen Hein
Improved hgeditor:
2005-06-14, by Thomas Arendsen Hein
Cleaned up show_changeset()
2005-06-14, by Thomas Arendsen Hein
merge3: fix argument order
2005-06-15, by mpm
Add a tags/identify test group
2005-06-15, by mpm
Fix yet another resolve corner case
2005-06-15, by mpm
rework all code using tags
2005-06-15, by mpm
update help test for identify
2005-06-15, by mpm
run-tests: actually mark changed output as failure
2005-06-15, by mpm
Handle the case where the current working copy is not based on a checkout.
2005-06-15, by Thomas Arendsen Hein
added hg identify|id (based on a patch from Andrew Thompson)
2005-06-15, by Thomas Arendsen Hein
default path support with .hg/hgrc
2005-06-14, by mpm
Add support for .hg/hgrc file
2005-06-14, by mpm
Add some more tests
2005-06-14, by mpm
Fix misrecognition of commands
2005-06-14, by mpm
hgit: remove tabs
2005-06-14, by mpm
hg rawcommit: fix files arg conflict
2005-06-14, by mpm
testing fixups
2005-06-14, by mpm
Add a simple testing framework
2005-06-14, by mpm
Merge with TAH
2005-06-13, by mpm
Use common output function show_changeset() for hg heads|history|log|tip.
2005-06-13, by Thomas Arendsen Hein
hg pull: more query fixes
2005-06-13, by mpm
Tweak README for branch, push, and .hgrc
2005-06-13, by mpm
mdiff: fix the fix
2005-06-13, by mpm
mdiff: reinstate new algorithm
2005-06-13, by mpm
hg merge: some getchangegroup fixups
2005-06-13, by mpm
lazyparser speed ups
2005-06-13, by mpm
hgweb: Fix reloading of index
2005-06-13, by mpm
Transparent proxy support
2005-06-12, by mpm
hg push: propagate return code
2005-06-12, by mpm
stopgap hg push support
2005-06-12, by mpm
mdiff: revert grouping optimization for the time being
2005-06-12, by mpm
hg commit: user and date options
2005-06-12, by mpm
Add new convert-repo script
2005-06-12, by mpm
Remove the old convert-repo script for .4-era hg repositories
2005-06-12, by mpm
More tweaking to rawcommit for repo conversion
2005-06-12, by mpm
Minor caching improvement for manifest
2005-06-12, by mpm
Optimize diff and status in subdirectories
2005-06-12, by mpm
fix KeyErrors from reading empty dirstate
2005-06-11, by mpm
hg patch: add default commit text
2005-06-10, by mpm
add easy profiling support
2005-06-10, by mpm
Add tip to tags
2005-06-10, by mpm
add tip to repo.lookup
2005-06-10, by mpm
Merge with TAH
2005-06-10, by mpm
more merge fixes
2005-06-10, by mpm
Use vi if $EDITOR is unset.
2005-06-10, by Thomas Arendsen Hein
Check if $DISPLAY is set before using tkdiff or kdiff3.
2005-06-10, by Thomas Arendsen Hein
various fixups for git import
2005-06-10, by mpm
revlog: allow duplicates
2005-06-10, by mpm
hg init: when hardlinking, remove dirstate
2005-06-10, by mpm
Merge with TAH
2005-06-09, by mpm
Turn on +x for every +r bit when making a file executable and obey umask.
2005-06-09, by Thomas Arendsen Hein
Fixed usage of removed variable 'wp'.
2005-06-09, by Thomas Arendsen Hein
hg update: fix clobbering files when going backwards
2005-06-09, by mpm
Fix hg import fix
2005-06-08, by mpm
hg patch: fix to actually take a list of patches
2005-06-08, by mpm
hg help improvements
2005-06-08, by mpm
Make most file opening binary
2005-06-08, by mpm
Add wopener for opening files in the working directory
2005-06-08, by mpm
replace hg branch with hg init [source]
2005-06-08, by mpm
hg commit: add -t and -l options
2005-06-08, by mpm
commit: edit text fixups
2005-06-08, by mpm
commit: abort with empty commit text
2005-06-08, by mpm
hg pull: ditch .hgpaths for new .hgrc
2005-06-08, by mpm
ui: add configuration file support
2005-06-08, by mpm
verify: don't die from new permission bits
2005-06-08, by mpm
minor hgk fixes
2005-06-08, by mpm
mpatch: properly NULL out return in lalloc
2005-06-08, by mpm
hg cat: relative file support
2005-06-08, by mpm
Mark the usual things executable
2005-06-08, by mpm
permissions merge: remove a debugging print
2005-06-08, by mpm
unidiff: handle empty diffs more gracefully
2005-06-08, by mpm
merge: update permissions even if file contents didn't change
2005-06-08, by mpm
add tracking of execute permissions
2005-06-08, by mpm
various merge improvements
2005-06-07, by mpm
[PATCH] hgk should parse dates in the diff output
2005-06-07, by mpm
merge: Fix bug where we overwrote local when local was newer
2005-06-07, by mpm
diff: use tab to separate date from filename
2005-06-07, by mpm
hgweb: ignore pipe errors
2005-06-07, by mpm
Reverse order of hg log and hg history lists
2005-06-07, by mpm
hgweb: shrink the default changelog list to 10
2005-06-07, by mpm
unknown command fixups
2005-06-07, by mpm
Initial import of hgit and hgk
2005-06-07, by mpm
Fix argument processing for patch and rawcommit
2005-06-06, by mpm
hgweb: fix non-existent source or destination for diff
2005-06-06, by mpm
Attempt to make diff deal with null sources properly
2005-06-06, by mpm
Fix empty repository transaction bug
2005-06-05, by mpm
implement demand loading hack
2005-06-05, by mpm
Update README
2005-06-05, by mpm
Some tweaking of notes.txt
2005-06-05, by mpm
fix addremove
2005-06-04, by mpm
hgweb: watch changelog for changes
2005-06-04, by mpm
Sort tags in revision order
2005-06-04, by mpm
minor fixes for update()
2005-06-04, by mpm
hg help: use docstrings only
2005-06-04, by mpm
unify checkout and resolve into update
2005-06-04, by mpm
Remove invalid state from dirstate
2005-06-04, by mpm
Handle unknown commands nicely
2005-06-04, by mpm
backup dirstate for undo
2005-06-04, by mpm
Catch broken pipes in command interpreter
2005-06-04, by mpm
import and startup cleanups
2005-06-04, by mpm
migrate remaining commands
2005-06-04, by mpm
migrate verify
2005-06-04, by mpm
Migrate rawcommit, import, export, history, and merge
2005-06-04, by mpm
big heap of command clean-up work
2005-06-04, by mpm
root relative IO and valid commit states
2005-06-04, by mpm
fix heads for rev 0
2005-06-04, by mpm
hgmerge: use diff3 if available
2005-06-03, by mpm
Resolve bits from TAH
2005-06-03, by mpm
Replace tkmerge with hgmerge
2005-06-03, by mpm
mdiff.py: kill #! line, add copyright notice
2005-06-03, by mpm
hgweb.py: kill #! line, clean up copyright notice
2005-06-03, by mpm
Merge from tah
2005-06-03, by mpm
Removed extra closing brace from date string.
2005-06-02, by Thomas Arendsen Hein
Obfuscate author in all HTML templates.
2005-06-02, by Thomas Arendsen Hein
ui.warn can use more than one argument like the other ui methods.
2005-06-02, by Thomas Arendsen Hein
Add missing > to </td> in templates.
2005-06-02, by Thomas Arendsen Hein
hg resolve: merge a given node into the working directory
2005-06-03, by mpm
add 'm' state to dirstates
2005-06-03, by mpm
make diffdir default to dirstate.parents()
2005-06-03, by mpm
teach commit about dirstate.parents()
2005-06-03, by mpm
teach rawcommit about dirstate.parents()
2005-06-03, by mpm
move repo.current to dirstate.parents()
2005-06-03, by mpm
merge: don't bail on outstanding changes
2005-06-03, by mpm
fix repo locking
2005-06-03, by mpm
fix bad assumption about uniqueness of file versions
2005-06-03, by mpm
add back tempfile import
2005-06-03, by mpm
make pull work for multiple heads
2005-06-02, by mpm
Beginning of multi-head support
2005-06-02, by mpm
change dircache into dirstate
2005-06-02, by mpm
hg checkout: refuse to checkout if there are outstanding changes
2005-06-01, by mpm
hgweb: put map-raw in setup.py and MANIFEST.in
2005-06-01, by mpm
merge: catch unexpected responses
2005-06-01, by mpm
hg annotate: actually annotate the given version
2005-06-01, by mpm
hgweb: import ui
2005-06-01, by mpm
catch TERM signal in command processor
2005-06-01, by mpm
commands: migrate status and branch
2005-06-01, by mpm
commands: better argument processing, per-command help
2005-06-01, by mpm
commands: fix up some help strings
2005-06-01, by mpm
hg undo: fixup working dir state
2005-06-01, by mpm
Beginning of new command parsing interface
2005-06-01, by mpm
revlog: remove some unnecessary imports
2005-06-01, by mpm
Move ui class to its own module
2005-05-31, by mpm
hg: don't complain about missing repo with no args
2005-05-31, by mpm
README: integrate some changes from Kevin Smith
2005-05-31, by mpm
README: integrate various changes and suggestions from Rafael Villar Burke
2005-05-31, by mpm
hg rawcommit command
2005-05-31, by mpm
Call python via env in hgweb.cgi
2005-05-31, by mpm
hgweb: add template filters, template style maps, and raw pages
2005-05-31, by mpm
annotate: memory efficiency
2005-05-31, by mpm
annotate: deal with merges
2005-05-31, by mpm
hgweb: fix tip so that it doesn't need refreshing
2005-05-30, by mpm
hgweb: add view-only support
2005-05-30, by mpm
add export, recover, and undo to the man page
2005-05-30, by jake
hgweb: make age() smarter
2005-05-30, by mpm
Update tags
2005-05-30, by mpm
Bump the version number to 0.5b for the protocol change
0.5b
2005-05-30, by mpm
Changes to network protocol
2005-05-30, by mpm
merge: add count of new manifests, files, and revisions
2005-05-29, by mpm
merge: short-circuit search for merge into empty repo
2005-05-29, by mpm
Add tag for 0.5
2005-05-28, by mpm
Mercurial 0.5
0.5
2005-05-28, by mpm
Fix two minor merge bugs
2005-05-28, by mpm
Add $HGEDITOR hook and example script
2005-05-28, by mpm
Add manifest hash to commit messages for easy signing
2005-05-28, by mpm
Improved binary diff from Christopher Li
2005-05-27, by mpm
hgweb: Sort tags by revision number
2005-05-27, by mpm
Pull from Jake's hg docs
2005-05-27, by mpm
updated for .hgpaths and http/old-http protocol name change
2005-05-27, by jake
hgweb: Fix navigate to 0 bug
2005-05-27, by mpm
Add ~/.hgpaths to README
2005-05-27, by mpm
Merge from Jake's hg docs
2005-05-27, by mpm
adding doc directory and files
2005-05-27, by jake
Change hg: protocol name to http: and http: to old-http:
2005-05-27, by mpm
hg: remove some debug commands, improve help messages, add .hgpaths file
2005-05-26, by mpm
hg merge: abort if there are outstanding changes in the working directory
2005-05-26, by mpm
hgweb: make navigation of changesets a bit nicer
2005-05-26, by mpm
hgweb: alternating colors for multifile diffs
2005-05-26, by mpm
trivial tweak to merge3
2005-05-26, by mpm
hg diff: fix missing final newline bug
2005-05-26, by mpm
hgweb: actually commit the tags template
2005-05-26, by mpm
hgweb: add tags links and manifest links
2005-05-26, by mpm
Hide most revision numbers in hgweb
2005-05-26, by mpm
hgweb: don't blow up on search for unknown keys
2005-05-26, by mpm
Add tag/rev/node search to hgweb
2005-05-26, by mpm
Make fancyopts handle no arguments
2005-05-26, by mpm
Make undo and recover friendlier
2005-05-26, by mpm
Implement recover and undo commands
2005-05-26, by mpm
Simply repository locking
2005-05-26, by mpm
Update the README a bit
2005-05-25, by mpm
Add example CGI script
2005-05-25, by mpm
Add 'hg serve' command for stand-alone server
2005-05-25, by mpm
Install the templates where they can be found by hgweb.py
2005-05-25, by mpm
Fix some broken parent links in hgweb
2005-05-25, by mpm
Merge from hgweb
2005-05-25, by mpm
fixed problem with head/body tags, added dtd, fixed table attributes
2005-05-24, by jake
changed pos to rev for changelog cmd, changed & to ;
2005-05-24, by jake
hgweb is no longer a script
2005-05-24, by jake
Bail on attempts to do an empty commit
2005-05-25, by mpm
Add options to annotate for user/rev/changeset
2005-05-25, by mpm
Pass filename to $HGMERGE
2005-05-24, by mpm
Improve pruning of branches in outstanding changeset algorithm
2005-05-24, by mpm
A new ancestor algorithm
2005-05-24, by mpm
Handle merge with deletions
2005-05-24, by mpm
Minor fixes to verify
2005-05-24, by mpm
Fix transaction handling bug by reverting fileopener change
2005-05-23, by mpm
Fix pos in navbar
2005-05-23, by mpm
Prettify the web interface
2005-05-23, by mpm
Simple script to recompress a log file
2005-05-23, by mpm
Minor safety checks to manifest diff
2005-05-23, by mpm
Minor updates to comparison
2005-05-23, by mpm
Revamped templated hgweb
2005-05-23, by mpm
Merge from hgweb
2005-05-22, by mpm
added annotate
2005-05-21, by jake
change template to a generator
2005-05-21, by jake
fix problem with non wrapping file list
2005-05-21, by jake
added template support for some hgweb output, also, template files for
2005-05-21, by jake
making hgweb class
2005-05-21, by jake
moving hgweb to mercurial subdir
2005-05-21, by jake
Make hg diff handle files that have been added but not yet committed.
2005-05-21, by mpm
Fix diff and export not showing added files
2005-05-21, by mpm
Add safety checking to mpatch
2005-05-21, by mpm
Fix braindamaged import in mdiff.
2005-05-20, by mpm
Remove some debugging code from lazyparser
2005-05-20, by mpm
Remove python version of the patches code
2005-05-20, by mpm
Remove debugoldmerge command
2005-05-20, by mpm
hg history: don't print file list without -v switch
2005-05-20, by mpm
Subdir support for annotate
2005-05-20, by mpm
Use revlog.delta and mdiff.patchtext to massively speed up processing
2005-05-20, by mpm
Add a function to return the new text from a binary diff
2005-05-20, by mpm
Add code to retrieve or construct a revlog delta
2005-05-20, by mpm
Add fileopener to move some pathname knowledge from filelog to repository
2005-05-20, by mpm
Make revision code slightly faster
2005-05-20, by mpm
Only use lazy indexing for big indices and avoid the overhead of the
2005-05-20, by mpm
Make lazyindex load slightly faster
2005-05-20, by mpm
Simplify checkout slightly, replace checkdir with os.makedirs
2005-05-20, by mpm
Sort files on check-in for good I/O patterns
2005-05-20, by mpm
Make compression more intelligent:
2005-05-20, by mpm
Add script for doing conversion of repo from oldstyle to newstyle
2005-05-20, by mpm
Move hg from storing files in data with base64 encoding to full
2005-05-20, by mpm
Annotate was being too clever trying to work in place, and triggering
2005-05-20, by mpm
Warn if we fail to truncate something
2005-05-20, by mpm
Make prompting go
2005-05-18, by mpm
Don't diff unknown files
2005-05-18, by mpm
Date on its own line in file log
2005-05-18, by mpm
Pull from hg://edge2.net/hg/cmds
2005-05-18, by mpm
adding subdir support for log and status commands
2005-05-15, by jake
Merge from hgweb
2005-05-18, by mpm
added pagination for changes (front) page
2005-05-17, by jake
reorganize code into classes
2005-05-13, by jake
making change list be reverse ordered
2005-05-13, by jake
Add paranoia to diff code
2005-05-18, by mpm
Add iterator to the lazymap code
2005-05-18, by mpm
Add updated merge3 code
2005-05-18, by mpm
Beginnings of transaction undo support
2005-05-18, by mpm
Refactor merge code
2005-05-18, by mpm
Fix two bugs in verify
2005-05-18, by mpm
Add debugindexdot to generate graphviz dot files from indexes
2005-05-18, by mpm
hack so that debugindex takes filenames
2005-05-18, by mpm
Fix manifest merge swap bug
2005-05-17, by mpm
Add tip command
2005-05-17, by mpm
Missing newline in "requesting changegroup"
2005-05-17, by mpm
Verify improvements:
2005-05-17, by mpm
Friendlier exceptions for unknown node errors
2005-05-17, by mpm
Fix merge bug, I hope
2005-05-17, by mpm
More useful message on broken addgroup chain
2005-05-17, by mpm
Add -q quiet option
2005-05-17, by mpm
Gotos are embarrassing.
2005-05-17, by mpm
Add annotate and blame to the command list and README
2005-05-17, by mpm
Fix field width for annotate
2005-05-17, by mpm
Add basic annotation support
2005-05-17, by mpm
Add "HG: merge resolve" to editor text for merge
2005-05-17, by mpm
Fix bug in lazymap code
2005-05-17, by mpm
Add lazy{parser,index,map} to speed up processing of index files
2005-05-17, by mpm
Fix a bug in patches() if there's not text and no patch
2005-05-17, by mpm
(none)
2005-05-17, by mpm
Change revlog to use new patch code
2005-05-16, by mpm
Add an O(m + nlog n) patching extension
2005-05-16, by mpm
Add mdiff.patches to speed up applying thousands of patches to the manifest
2005-05-14, by mpm
Fix debugindex formatting for large repos
2005-05-14, by mpm
Minor changes to import so that we can successfully import Ingo's
2005-05-13, by mpm
Print changeset metadata for export
2005-05-13, by mpm
Add tag support
2005-05-13, by mpm
Beginnings of changelog tagging
2005-05-13, by mpm
Fix up a bunch of bugs in the new merge code
0.4f
2005-05-13, by mpm
Diff in subdirectories from Jake Edge
2005-05-12, by mpm
Minor changes for release 0.4e
0.4e
2005-05-12, by mpm
Fix tabs
2005-05-12, by mpm
Add server side of hg:// protocol to hgweb
2005-05-12, by mpm
Add hg:// protocol
2005-05-12, by mpm
Minor corrections
2005-05-12, by mpm
A quick set of comparisons between hg, git, and bk
2005-05-12, by mpm
hgweb.py from Jake Edge
2005-05-11, by mpm
Add getchangegroup code to efficiently calculate and request a changegroup
2005-05-11, by mpm
From: Thomas Arendsen Hein <thomas@intevation.de>
2005-05-11, by mpm
Fix lsdiff filtering
2005-05-11, by mpm
Drop empty lines from lsdiff
2005-05-11, by mpm
Strip trailing spaces from lsdiff file list
2005-05-11, by mpm
Ignore .orig and .rej files from patch
2005-05-11, by mpm
Add -q option to import
2005-05-11, by mpm
Import comments from patches
2005-05-11, by mpm
Fix resolve bug putting unchanged files in resolve cset
2005-05-11, by mpm
Rollback is implemented
2005-05-10, by mpm
Add changegroup support
2005-05-10, by mpm
Fix recursion depth trouble with ancestor algorithm
2005-05-10, by mpm
Fix occassional diff bug with manifests
2005-05-10, by mpm
Attempt to recover journal automatically
2005-05-10, by mpm
Fix multiple changes to file per transaction
2005-05-10, by mpm
Fix truncate logic for indices again
2005-05-07, by mpm
Date is an int as a string in changelog
2005-05-07, by mpm
Add lookup smarts everywhere
2005-05-07, by mpm
Add improved rev lookup to diff and export
2005-05-07, by mpm
Move hex/bin bits to revlog
2005-05-07, by mpm
Add smart node lookup by substring or by rev number
2005-05-07, by mpm
unidiff: punt on comparing empty files
2005-05-07, by mpm
Add export command
2005-05-07, by mpm
Support for 0, 1, or 2 diff revs
2005-05-07, by mpm
Add diffrevs function to compare two nodes
2005-05-06, by mpm
diffdir tidy in preparation for arg handling
2005-05-05, by mpm
Fix up commit arg breakage
2005-05-05, by mpm
Make diffdir take a revision argument
2005-05-05, by mpm
Add some tests to the repo
2005-05-04, by mpm
hg co after hg merge
2005-05-04, by mpm
Simplify integrity checking
2005-05-04, by mpm
Fix corruption from manifest.listcache optimization
2005-05-04, by mpm
Add debughash and debugindex commands
2005-05-04, by mpm
Import time for hg history command
2005-05-04, by mpm
Document diff in help
2005-05-04, by mpm
Show date in history
2005-05-04, by mpm
The actual hg remove fix from Thomas Hein
2005-05-04, by mpm
From: Thomas Arendsen Hein <thomas@intevation.de>
2005-05-04, by mpm
Give a friendlier message when repo isn't found
2005-05-04, by mpm
Make hg verify do more thorough cross-checking.
2005-05-04, by mpm
Update version numbers
0.4d
2005-05-04, by mpm
Fix network pull of repo files with "%" in their base64 encoding.
2005-05-04, by mpm
Fix off-by-one truncation in transaction rollback.
2005-05-04, by mpm
Fix empty transaction destruction
2005-05-04, by mpm
Delete journal on destruction even if there are no entries to replay.
2005-05-04, by mpm
Allow checkout by number or hash
2005-05-03, by oxymoron
Fix linking of changeset revs when merging
2005-05-03, by oxymoron
Ignore empty ignore patterns
0.4c
2005-05-03, by mpm
Ignore MANIFEST
2005-05-03, by mpm
Add MANIFEST.in to repo
2005-05-03, by mpm
Add some ignore expressions
2005-05-03, by mpm
Don't complain that help is an unknown command
2005-05-03, by mpm
Fix exception handling for reading current working version
2005-05-03, by mpm
Ignore build/ and .pyc files
2005-05-03, by mpm
Handle nullid better for ancestor
2005-05-03, by mpm
Update README to discuss remote pull, rsync, and the hg repo
2005-05-03, by mpm
Add back links from file revisions to changeset revisions
2005-05-03, by mpm
less
more
|
(0)
+1920
+10000
+30000
tip