Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-384
+384
+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.
tcsh_completion_build.sh: fixed error caused by xargs on Linux
2005-08-30, by TK Soh
Add tcsh_completion to contrib
2005-08-30, by TK Soh
Add contrib script for generating tcsh completion source
2005-08-30, by TK Soh
patchbomb: fix up confusion between strings and lists of strings.
2005-08-29, by bos
bash_completion: try to use bash3 features if they're available
2005-08-29, by Alexis S. L. Carvalho
bash_completion: small cleanup and bugfix
2005-08-29, by Alexis S. L. Carvalho
teach bash_completion about --cwd
2005-08-29, by Alexis S. L. Carvalho
bash_completion: better handling of aliases
2005-08-29, by Alexis S. L. Carvalho
bash_completion: update for new help output format
2005-08-29, by Alexis S. L. Carvalho
Add test-grep.out file for now.
2005-08-29, by bos
Merge with TAH.
2005-08-29, by bos
grep: extend functionality, add man page entry, add unit test.
2005-08-29, by bos
grep: change default to printing first matching rev.
2005-08-29, by Bryan O'Sullivan
Documented passing list or dict instead of config file in hgwebdir.cgi
2005-08-29, by Thomas Arendsen Hein
Allow list of (virtual, real) or dictionary to be passed to hgwebdir.
2005-08-29, by Thomas Arendsen Hein
Cleaned up hgweb.hgwebdir.run()
2005-08-29, by Thomas Arendsen Hein
Use ConfigParser only in hgwebdir.__init__()
2005-08-29, by Thomas Arendsen Hein
Don't create repo objects in hgwebdir, ui object is enough.
2005-08-29, by Thomas Arendsen Hein
Reverted change 51f26e856f3d: Reading changelogs is too slow.
2005-08-29, by Thomas Arendsen Hein
Use commit time instead of stat to check time of last change.
2005-08-28, by Thomas Arendsen Hein
Remove the link from the template as there no real way to have it always be correct.
2005-08-28, by Ollivier Robert
Make diffstat optional for patchbomb script.
2005-08-28, by Thomas Arendsen Hein
Variable 'body' was missing in patchbomb script.
2005-08-28, by Thomas Arendsen Hein
Adjusted test-hup for generated .hg/hgrc
2005-08-28, by Thomas Arendsen Hein
Create [web] section with short username as contact on hg init and hg clone.
2005-08-28, by Thomas Arendsen Hein
Completed renaming author to contact in hgwebdir:
2005-08-28, by Thomas Arendsen Hein
Create repository objects instead of using own ConfigParser in hgwebdir.
2005-08-28, by Thomas Arendsen Hein
Longer variable names in hgwebdir: l->repos, v->name, r->path
2005-08-28, by Thomas Arendsen Hein
Move generating short username to display in hg/hgweb annotate to ui module.
2005-08-28, by Thomas Arendsen Hein
Fixed test-static-http with http_proxy variable set.
2005-08-28, by Thomas Arendsen Hein
Fixed test-copy2 with only looking at copied files.
2005-08-28, by Thomas Arendsen Hein
Changed printing of copies in hg debugstate to: "copy: source -> dest"
2005-08-28, by Thomas Arendsen Hein
Add RSS link to the repository index.
2005-08-27, by Ollivier Robert
Add the template.
2005-08-27, by Ollivier Robert
Use a template for the error message.
2005-08-27, by Ollivier Robert
Use .has_option to avoid the unknown Exception.
2005-08-27, by Ollivier Robert
NoOptionError is unknown there.
2005-08-27, by Ollivier Robert
Handle a nonexistent repository with a 404 error.
2005-08-27, by Ollivier Robert
Protect against unknown repositories.
2005-08-27, by roberto
patchbomb: eliminate silly complete summary message
2005-08-27, by mpm
fix some rename/copy bugs
2005-08-27, by mpm
Add some rename debugging support
2005-08-27, by mpm
bash_completion: add debugindex and debugdata support
2005-08-27, by mpm
Remove the lock file copied during clone (was the source lock file)
2005-08-27, by Stephen Darnell
Updated manpage and help.
2005-08-27, by TK Soh
hgweb: add mdiff / fix sorting of archives
2005-08-27, by mpm
Add an old-http test case
2005-08-27, by mpm
Add a simple dummy ssh test
2005-08-27, by mpm
Merge with TAH
2005-08-27, by mpm
Remove some options from 'hg grep':
2005-08-27, by Thomas Arendsen Hein
Adjusted test-help for change to hg status.
2005-08-27, by Thomas Arendsen Hein
Whitespace cleanup.
2005-08-27, by Thomas Arendsen Hein
Replaced hg status -p/--strip with -n/--no-status to not confuse with patch.
2005-08-27, by Thomas Arendsen Hein
Fix dirstate imports
2005-08-27, by mpm
Fix sshrepo imports
2005-08-27, by mpm
localrepo: minor opener usage restructuring
2005-08-27, by mpm
Separate out old-http support
2005-08-27, by mpm
localrepo: more import/namespace tidying
2005-08-27, by mpm
Minor import fixups
2005-08-27, by mpm
manifest: convert sys.stderr bits to AssertionError
2005-08-27, by mpm
localrepo: adjust some imports, remove sys dependency
2005-08-27, by mpm
sshrepo: adjust file comment
2005-08-27, by mpm
changelog: adjust imports, comment
2005-08-27, by mpm
Adjust some imports
2005-08-27, by mpm
commands: use revlog directly for debug commands
2005-08-27, by mpm
commands: use node functions directly
2005-08-27, by mpm
Move hash function back to revlog from node
2005-08-27, by mpm
Move opener to utils
2005-08-27, by mpm
Break apart hg.py
2005-08-27, by mpm
updated manpage for new options of status
2005-08-27, by TK Soh
hgweb: add catch for connection reset
2005-08-27, by mpm
Fix up help test
2005-08-27, by mpm
status: added option -p and -0 to assist xargs
2005-08-27, by TK Soh
updated manpage on global options and typo fix.
2005-08-27, by TK Soh
Add some docstrings to revlog.py
2005-08-27, by mpm
Update util.py docstrings, fix walk test
2005-08-27, by mpm
Change canonpath to not know about repo objects
2005-08-26, by mpm
Updated list of contributors.
2005-08-27, by Thomas Arendsen Hein
Document archive download options
2005-08-26, by mpm
Various cleanups for tarball support
2005-08-26, by mpm
tarball support v0.3 pt 2
2005-08-26, by Wojciech Milkowski
tarball support v0.3
2005-08-26, by Wojciech Milkowski
Fixed system command abord reason on windows.
2005-08-26, by Volker Kleinfeld
Add revlog.reachable to find a graph of ancestors for a given rev
2005-08-26, by mason
[PATCH] raise exceptions with Exception subclasses
2005-08-26, by Bart Trojanowski
Fixes for push corner case
2005-08-26, by mpm
Add support for extension modules
2005-08-26, by mason
hgwebdir index: change "author" to "contact"
2005-08-26, by mpm
Allow using a ssh repository without a path.
2005-08-26, by Thomas Arendsen Hein
Fixed synopsis for grep command.
2005-08-26, by Thomas Arendsen Hein
Fixed zero-padded filenames with %r if there is a longer number in the middle.
2005-08-26, by Thomas Arendsen Hein
Shortened commands.revrange() a little bit, added docstring.
2005-08-26, by Thomas Arendsen Hein
Cleanups to commands.py
2005-08-26, by Thomas Arendsen Hein
Removed obsolete imports from hgwebdir.cgi
2005-08-26, by Thomas Arendsen Hein
Some more spacing/indentation/linebreak cleanups to hgweb.py.
2005-08-26, by Thomas Arendsen Hein
pep-0008 cleanup
2005-08-26, by benoit boissinot
Fix set type usage for Python 2.3
2005-08-26, by mpm
Merge from BOS, fix help
2005-08-26, by mpm
grep: speed up matching, and only return one match per line.
2005-08-25, by bos
Use ui.write instead of print in debugwalk.
2005-08-25, by Bryan O'Sullivan
Add grep command.
2005-08-25, by Bryan O'Sullivan
Map long option names containing dashes to ones containing underscores.
2005-08-24, by Bryan O'Sullivan
Minor test-help fix
2005-08-26, by mpm
Fixed some synopsises in command help.
2005-08-26, by Thomas Arendsen Hein
Added missing doc strings for two new debug commmands.
2005-08-26, by Thomas Arendsen Hein
Adjust display and alignment of command options to match global options.
2005-08-26, by Thomas Arendsen Hein
Clean up displaying help of global options, only one row per option.
2005-08-26, by Thomas Arendsen Hein
Moved --cwd handling to a place where ui and exception handling already exists.
2005-08-26, by Thomas Arendsen Hein
Allow --help and --version being used together.
2005-08-26, by Thomas Arendsen Hein
Added options -h/--help.
2005-08-26, by Thomas Arendsen Hein
Moved special handling of --version and no hg command from parse to dispatch.
2005-08-26, by Thomas Arendsen Hein
Sort global options by topic: directories, ui, timing, other
2005-08-25, by Thomas Arendsen Hein
run the doc/* through aspell.
2005-08-25, by Benoit Boissinot
Removed forgotten debug print statement from commands.py and tests.
2005-08-25, by Thomas Arendsen Hein
Update tests
2005-08-24, by mpm
Fix a couple fencepost errors in hg log
2005-08-24, by mpm
Fix hg log -p
2005-08-24, by mpm
Show number of new heads when doing a pull
2005-08-24, by mpm
Add debugdata for dumping revlog revision data
2005-08-24, by mpm
Merge with MPM.
2005-08-24, by bos
Fix a small corner of log behaviour.
2005-08-24, by bos
Update hg log docs
2005-08-24, by mpm
Merge with BOS
2005-08-24, by mpm
Fix help output, and a few broken tests.
2005-08-24, by Bryan O'Sullivan
Merge with MPM.
2005-08-24, by Bryan O'Sullivan
Get patchbomb working with tip again.
2005-08-24, by Bryan O'Sullivan
Rewrite log command. New version is faster and more featureful.
2005-08-24, by Bryan O'Sullivan
Merge with MPM.
2005-08-23, by Bryan O'Sullivan
Emacs: implement hg-incoming, hg-outgoing and hg-push.
2005-08-23, by Bryan O'Sullivan
Add commands.debugconfig.
2005-08-23, by Bryan O'Sullivan
Emacs: fix up hg-log and hg-diff to operate more uniformly.
2005-08-23, by Bryan O'Sullivan
Merge with MPM.
2005-08-23, by Bryan O'Sullivan
Merge with MPM.
2005-08-23, by Bryan O'Sullivan
Sync buffers prior to doing a diff.
2005-08-23, by bos
Minor tweak to the revgen algorithm
2005-08-24, by mpm
Minor hgwebdir tweaks
2005-08-24, by mpm
Add Makefile to the manifest
2005-08-24, by mpm
Add default make rule
2005-08-24, by mpm
Create helper functions for I/O to files in the working directory
2005-08-24, by mpm
Add some aliases
2005-08-24, by mpm
Fix up help for binary options
2005-08-24, by mpm
Teach annotate about binary files
2005-08-23, by mpm
Add automatic binary file detection to diff and export
2005-08-23, by mpm
Clean up argument passing for dodiff
2005-08-23, by mpm
Deal with repos with missing timezones
2005-08-23, by mpm
Merge with BOS
2005-08-23, by mpm
Emacs: search for hg in path before looking in funny places.
2005-08-23, by bos
Merge with TAH
2005-08-23, by mpm
Don't show the diff in hgeditor if there are no changes in file contents.
2005-08-22, by Thomas Arendsen Hein
Add Makefile for generating release tarballs.
2005-08-22, by Thomas Arendsen Hein
Include generated documentation in MANIFEST.
2005-08-22, by Thomas Arendsen Hein
Generate html documentation by default, too.
2005-08-22, by Thomas Arendsen Hein
Merge with BOS
2005-08-23, by mpm
Emacs: improved GNU Emacs support.
2005-08-22, by bos
Emacs support: numerous changes.
2005-08-22, by bos
Merge with MPM.
2005-08-22, by bos
Emacs: update mode lines properly after commit.
2005-08-22, by Bryan O'Sullivan
Emacs: kill commit buffer once it's done with.
2005-08-22, by Bryan O'Sullivan
Emacs: first cut at commit support.
2005-08-22, by Bryan O'Sullivan
contrib/patchbomb: Fix buglet with empty cc list.
2005-08-21, by Bryan O'Sullivan
Fix handling of addresses in hgrc.
2005-08-21, by Bryan O'Sullivan
Emacs: document existing functions.
2005-08-21, by Bryan O'Sullivan
Emacs support: add hg-revert-buffer.
2005-08-21, by Bryan O'Sullivan
Fix callers to file.revision to use file.read
2005-08-23, by mpm
Clean up some merge logic
2005-08-23, by mpm
Fix up some bugs introduced by recent merge changes
2005-08-22, by mpm
merge: remove remaining mark bits
2005-08-21, by mpm
Fix long-standing excessive file merges
2005-08-21, by mpm
Reformat debugindex output
2005-08-21, by mpm
Remove unused relfilter function
2005-08-21, by mpm
hgweb: change startup argument processing
2005-08-21, by mpm
Add web:style option
2005-08-21, by mpm
hgweb: fix RSS and raw for new % scheme
2005-08-21, by mpm
Remove debug print
2005-08-21, by mpm
Fix RSS feeds
2005-08-21, by mpm
hgweb: convert index entries to list expansion style
2005-08-20, by mpm
Merge with jeffpc
2005-08-20, by mpm
Merge with MPM
2005-08-17, by Josef "Jeff" Sipek
hgweb: Changed manifest page to list format syntax
2005-08-17, by Josef "Jeff" Sipek
hgweb: Changed file revision page to list format syntax
2005-08-17, by Josef "Jeff" Sipek
hgweb: Changed annotate page to list format syntax
2005-08-17, by Josef "Jeff" Sipek
hgweb: Changed file page to list format syntax
2005-08-17, by Josef "Jeff" Sipek
hgweb: Changed changelog page to list format syntax
2005-08-17, by Josef "Jeff" Sipek
Added support for #foo%bar# syntax
2005-08-17, by Josef "Jeff" Sipek
Deal with non-integer date offsets generated by some tools
2005-08-20, by mpm
Added tag 0.6c for changeset eac9c8efcd9bd8244e72fb6821f769f450457a32
2005-08-20, by mpm
Remove call to non-existent date_parser
0.6c
2005-08-20, by mpm
Fix possible unitialized variable warnings
2005-08-20, by mpm
Minor README updates
2005-08-20, by mpm
[PATCH] Take DST into account
2005-08-19, by Samuel Tardieu
[PATCH] Print timezone offset when outputting dates
2005-08-19, by Samuel Tardieu
hg import: abort with uncommitted changes, override with --force
2005-08-19, by mpm
Use post-expanded clone pathname as default
2005-08-19, by mpm
hgweb: Make maxfiles, maxchanges, and allowpull proper config options
2005-08-19, by mpm
Add -e and --remotecmd for clone and pull too
2005-08-19, by mpm
Doc updates for push, pull, hooks, local tags, and ssh options
2005-08-19, by mpm
Add --ssh and --remotecmd to push
2005-08-19, by mpm
Add ui.setconfig overlay
2005-08-19, by mpm
Fix option parsing bug for empty short options
2005-08-19, by mpm
Make mercurial.el load with GNU emacs
2005-08-19, by mpm
hgweb: sort repository list
2005-08-19, by mpm
Fix hgwebdir virtual start-up
2005-08-19, by mpm
Remove -C alias for --cwd
2005-08-19, by mpm
Add hgwebdir.cgi to MANIFEST.in
2005-08-19, by mpm
Merge with TAH
2005-08-19, by mpm
bash_completion: support GNU sed 3 and non-GNU sed
2005-08-19, by TK Soh
Read global config file /etc/mercurial/hgrc and fix reading hgrc on Windows.
2005-08-18, by Thomas Arendsen Hein
Removed TODO from MANIFEST.in
2005-08-18, by Thomas Arendsen Hein
test fixes for Solaris 2.6
2005-08-18, by TK Soh
Merge with BOS
2005-08-19, by mpm
In-progress Emacs snapshot.
2005-08-19, by Bryan O'Sullivan
Merge with MPM.
2005-08-18, by Bryan O'Sullivan
Merge with MPM.
2005-08-18, by Bryan O'Sullivan
Initial skeleton for mercurial.el.
2005-08-18, by Bryan O'Sullivan
Add --cwd global option, to change directory before doing anything.
2005-08-18, by Bryan O'Sullivan
Modify commands.walk to yield a 4-tuple.
2005-08-18, by Bryan O'Sullivan
Add a multi-repository server
2005-08-19, by mpm
Add in and out aliases
2005-08-17, by mpm
Fix stray debug statement
2005-08-17, by mpm
hgweb: add [web] section to hgrc
2005-08-17, by mpm
Whitespace
2005-08-17, by mpm
Add a simple remove test
2005-08-17, by mpm
bash: Add smarter completion of add/commit/remove/forget/diff/revert
2005-08-17, by mpm
Fix path handling for deleting files on merge
2005-08-17, by mpm
Fixed --repository option when handling relative path
2005-08-17, by tksoh
The TODO and the FAQ now live on the Wiki
2005-08-16, by mpm
Fix incoming for empty set
2005-08-16, by mpm
Fix incoming help test again
2005-08-16, by mpm
Add incoming to completions
2005-08-16, by mpm
hg incoming/outgoing: fix tests and update man page
2005-08-16, by mpm
Add hg incoming command for local repositories
2005-08-16, by mpm
Add a local() method to repository classes
2005-08-16, by mpm
run-tests: remove '+ hg' trick
2005-08-16, by mpm
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
less
more
|
(0)
-1000
-384
+384
+1000
+3000
+10000
+30000
tip