Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-1000
-192
+192
+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.
Merge with http://hg.home.dataloss.nl/hg-portabletests
2006-03-13, by Thomas Arendsen Hein
merge with crew
2006-03-06, by Peter van Dijk
merge with crew
2006-03-06, by Peter van Dijk
Merging with crew.
2006-03-06, by Eric Hopper
clarify license on md5sum.py
2006-03-06, by Peter van Dijk
add http_proxy= lines to test-bad-pull and test-pull
2006-02-22, by Peter van Dijk
changes by John Levon to standardize some erroroutput
2006-02-22, by Peter van Dijk
small solaris portability fixes from John Levon <levon@movementarian.org>
2006-02-22, by Peter van Dijk
add md5sum.py required by fix in previous changeset
2006-02-21, by Peter van Dijk
fix testsuite for freebsd and one timingissue
2006-02-21, by Peter van Dijk
ui: output the number of file updated/merged/removed/... on update
2006-03-13, by Benoit Boissinot
Don't expand empty [paths] so later interpolation can do the right thing.
2006-03-12, by Thomas Arendsen Hein
merge with crew.
2006-03-12, by Vadim Gelfer
add changeset_quiet to templates.
2006-03-12, by Vadim Gelfer
fix template tests.
2006-03-12, by Vadim Gelfer
add quiet and debug template keys.
2006-03-10, by Vadim Gelfer
fix test failures that depend on when tests run.
2006-03-05, by Vadim Gelfer
add tests for command line template.
2006-03-04, by Vadim Gelfer
make --style=compact look for map-cmdline.compact.
2006-03-04, by Vadim Gelfer
fix some things people wanted to be cleaner.
2006-03-04, by Vadim Gelfer
hide some functions behind lambdas, so demandload is useful.
2006-02-28, by Vadim Gelfer
add extra newline to verbose log template. asak found this.
2006-02-27, by Vadim Gelfer
changeset_templater: only compute manifest when --debug.
2006-02-27, by Vadim Gelfer
add doc comments to template code.
2006-02-27, by Vadim Gelfer
print tags in compact template.
2006-02-27, by Vadim Gelfer
let commands that show changesets use templates.
2006-02-27, by Vadim Gelfer
add iso date template filter.
2006-02-27, by Vadim Gelfer
improve template errors when something is wrong.
2006-02-27, by Vadim Gelfer
improve templating.
2006-02-27, by Vadim Gelfer
move shortuser into util module.
2006-02-27, by Vadim Gelfer
make parsestring work with strings that do not have quotes.
2006-02-27, by Vadim Gelfer
use safer string parser for template engine.
2006-02-27, by Vadim Gelfer
move repeated work out of inner loops.
2006-02-27, by Vadim Gelfer
many small changes to templater.
2006-02-26, by Vadim Gelfer
missed hunk when moving code to templater module
2006-02-26, by Vadim Gelfer
move hgweb.templatepath into templater
2006-02-26, by Vadim Gelfer
move hgweb template code out to templater
2006-02-26, by Vadim Gelfer
findincoming should return an iterable
2006-03-13, by Benoit Boissinot
Allow symbolic path names in global -R/--repository parameter.
2006-03-12, by Thomas Arendsen Hein
Read paths specified in .hg/hgrc relative to repo root, otherwise to home dir.
2006-03-12, by Thomas Arendsen Hein
Directory names take precedence over symbolic names consistently.
2006-03-12, by Thomas Arendsen Hein
New version/release in mercurial.spec, patchbomb is now in hgext.
2006-03-12, by Thomas Arendsen Hein
fix contrib/mercurial.spec for hgext
2006-03-12, by Xiaofeng Ling
Try to import extensions from the hgext module first.
2006-03-12, by Thomas Arendsen Hein
Make bash_completion more robust for e.g. broken hgrc or old hg installations.
2006-03-12, by Thomas Arendsen Hein
new command debugcomplete
2006-03-12, by Benoit Boissinot
remove bashisms from tests
2006-03-12, by TK Soh
run merge program in repo root.
2006-03-11, by Vadim Gelfer
merge with self.
2006-03-10, by Vadim Gelfer
give more info to hgmerge script.
2006-03-10, by Vadim Gelfer
merge util.esystem and util.system.
2006-03-10, by Vadim Gelfer
undo edit that was accident.
2006-03-10, by Vadim Gelfer
fix broken environment save/restore when a hook runs.
2006-03-10, by Vadim Gelfer
make clean now removes generated documentation.
2006-03-10, by Thomas Arendsen Hein
Make #!/usr/bin/env python in test-bdiff run the specified python version.
2006-03-10, by Thomas Arendsen Hein
change lock format to let us detect and break stale locks.
2006-03-10, by Vadim Gelfer
Catch hgrc interpolation errors nicely.
2006-03-10, by Thomas Arendsen Hein
Catch other exceptions (e.g. util.Abort) in parse(), too.
2006-03-10, by Thomas Arendsen Hein
Inherit config from real parentui and don't use ConfigParser internals.
2006-03-10, by Thomas Arendsen Hein
Added check for minimal python version to setup.py
2006-03-10, by Thomas Arendsen Hein
merge with crew.
2006-03-09, by Vadim Gelfer
patchbomb: ignore exception if pager quits.
2006-03-09, by Vadim Gelfer
make push over http print good error message.
2006-03-09, by Vadim Gelfer
Reordered options for remove, fixed synopsis for rename.
2006-03-09, by Thomas Arendsen Hein
merge with self.
2006-03-08, by Vadim Gelfer
add -f/--force to remove command.
2006-03-08, by Vadim Gelfer
inherit hgrc so "%" interpolation works.
2006-03-08, by Vadim Gelfer
merge with crew.
2006-03-08, by Vadim Gelfer
Fix manifest view on Windows
2006-03-08, by Lee Cantey
Removed script header from mq.py
2006-03-08, by Thomas Arendsen Hein
Moved bisect extension to hgext folder.
2006-03-08, by Thomas Arendsen Hein
Added copyright information to hbisect.py
2006-03-08, by Thomas Arendsen Hein
Merged tah and crew
2006-03-08, by Thomas Arendsen Hein
Moved --cwd handling in front of -R handling again. Shorter code for initial -R.
2006-03-08, by Thomas Arendsen Hein
Make hg paths and hg debugconfig work with -R/--repository option.
2006-03-08, by Thomas Arendsen Hein
Always try to open the repository if -R/--repository is specified.
2006-03-08, by Thomas Arendsen Hein
Make bisect extension work with python2.3
2006-03-08, by Thomas Arendsen Hein
Fixed spacing/indentation, removed #! script header, added short description.
2006-03-08, by Thomas Arendsen Hein
Fixed contrib/hbisect.py to work with the new opener behaviour.
2006-03-08, by Thomas Arendsen Hein
Fix some problems when working on broken repositories:
2006-03-08, by Thomas Arendsen Hein
Fix mq's usage of opener, which don't allow absolute paths now.
2006-03-07, by Thomas Arendsen Hein
merge with crew
2006-03-07, by Benoit Boissinot
Hide debug commands in ambiguous command list, unless no normal command matches.
2006-03-07, by Thomas Arendsen Hein
Show ambiguous aliases, if they are not simple abbreviations. Sort output.
2006-03-07, by Thomas Arendsen Hein
show choices on ambiguous commands
2006-03-07, by TK Soh
fix annotate for removed files
2006-03-07, by Benoit Boissinot
only put numbers on patches if > 1 patch.
2006-03-06, by Vadim Gelfer
Patchbomb only sends introductory message [0 of N] if there are multiple patches.
2006-03-06, by Lee Cantey
Remove patchbomb from list of contrib files to install since it's now an extension.
2006-03-06, by Lee Cantey
Removed PKG-INFO from repository, because it already gets auto-generated.
2006-03-06, by Thomas Arendsen Hein
merge with crew.
2006-03-06, by Vadim Gelfer
Fix py2exe packagescan problem with new demandload
2006-03-06, by Eung-ju Park
Merge with crew
2006-03-06, by Thomas Arendsen Hein
Create local ui object per repository, so .hg/hgrc don't get mixed.
2006-03-06, by Thomas Arendsen Hein
Call hooks in alphabetical (=defined) order, of course still grouped by type.
2006-03-06, by Thomas Arendsen Hein
make ui flush output. this makes error happen if printing to /dev/full.
2006-03-06, by Vadim Gelfer
make lock module use demandload.
2006-03-05, by Vadim Gelfer
Validate paths before reading or writing files in repository or working dir.
2006-03-04, by Thomas Arendsen Hein
Fixes running 'hg serve' with Windows executable and no explicit template path configured.
2006-03-03, by Lee Cantey
i made a mistake in last change.
2006-03-03, by Vadim Gelfer
generate profile even when exception raised.
2006-03-03, by Vadim Gelfer
merge with crew.
2006-03-03, by Vadim Gelfer
merge with crew.
2006-03-03, by Vadim Gelfer
hgwebdir: export collections of repos
2006-02-10, by Vadim Gelfer
merge with crew.
2006-03-03, by Vadim Gelfer
get patchbomb extension to use demandload. speeds up hg startup by 50%.
2006-03-02, by Vadim Gelfer
rewrite demandload module to be more flexible.
2006-03-02, by Vadim Gelfer
Make hgweb.staticfile() more secure and portable.
2006-03-02, by Thomas Arendsen Hein
merge with crew.
2006-03-01, by Vadim Gelfer
merge with crew.
2006-03-01, by Vadim Gelfer
copy/rename to a removed destination file
2006-02-28, by Robin Farine
Catch urllib errors for old-http in a nicer way.
2006-03-01, by Thomas Arendsen Hein
Really fix bash_completion on Solaris. Maybe. Hopefully.
2006-03-01, by Alexis S. L. Carvalho
Regenerate hg.1.gendoc.txt if commands.py changed.
2006-03-01, by Thomas Arendsen Hein
Make the deprecated rawcommit an alias of debugrawcommit.
2006-03-01, by Thomas Arendsen Hein
Ignore generated documentation
2006-03-01, by Thomas Arendsen Hein
Updated help synopsises and reordered some options. Dropped [-n] from revert.
2006-03-01, by Thomas Arendsen Hein
merge with crew
2006-03-01, by Benoit Boissinot
generate hg manpage from commands.py docstring
2006-02-28, by Benoit Boissinot
Merged automatic doc generation from tonfa.
2006-02-28, by Thomas Arendsen Hein
fix the synopsis of some commands, mark rawcommit as deprecated in short help
2006-02-28, by Benoit Boissinot
resync commands.py docstrings with hg.1.txt
2006-02-28, by Benoit Boissinot
Whitespace, tab and formatting cleanups, mainly in mq.py
2006-02-28, by Thomas Arendsen Hein
Updated test-commit to match changed output caused by nested transactions.
2006-02-28, by Thomas Arendsen Hein
Add mq extension
2006-02-28, by mason
Allow repo lock to be passed in to localrepo.commit for performance
2006-02-28, by mason
Automatic nesting into running transactions in the same repository.
2006-02-28, by mason
Fix bash_completion on Solaris
2006-02-28, by Alexis S. L. Carvalho
refactor the dodiff optimization
2006-02-26, by Benoit Boissinot
speed up hg log --patch
2006-02-26, by Alexis S. L. Carvalho
speed up hg log --debug
2006-02-25, by Alexis S. L. Carvalho
on revert, only undele files that are removed in the dirstate
2006-02-24, by Benoit Boissinot
Removed now obsolete min/max check in walkchangerevs().
2006-02-23, by Thomas Arendsen Hein
Replaced fixed window size for walkchangerevs with an increasing one. Window
2006-02-23, by Thomas Arendsen Hein
hgmerge: do not use file with markers in tools merging themselves
2006-02-23, by Radoslaw Szkodzinski
Fix hgmerge: mkdir "'/tmp'/hgmerge..." and ask_if_merged() didn't work.
2006-02-23, by Thomas Arendsen Hein
Fixed wrong (copy&paste) usage of tmpl instead of self.t in hgweb.
2006-02-23, by Thomas Arendsen Hein
Fix 'hg serve' not using CSS.
2006-02-23, by Lee Cantey
only write the dirstate when something changed
2006-02-23, by Benoit Boissinot
Allow serving static files from hgwebdir to fix CSS and favicon.
2006-02-22, by Thomas Arendsen Hein
Cleanup of tabs and coding when sending content type.
2006-02-22, by Thomas Arendsen Hein
Merge with jeffpc's hg-static
2006-02-22, by Thomas Arendsen Hein
[hgweb] Added favicon to standard/gitweb templates
2006-02-22, by Josef "Jeff" Sipek
Merge with mercurial/tonfa
2006-02-22, by Thomas Arendsen Hein
change the default timeout to 600 seconds
2006-02-21, by Benoit Boissinot
add a timeout when a lock is held (default 1024 sec)
2006-02-21, by Benoit Boissinot
Don't use mktemp in tests, we're already in a secure temp dir.
2006-02-22, by Thomas Arendsen Hein
Added test cases for repo corruption fixed in 2e0a288ca93e (issue132)
2006-02-22, by Thomas Arendsen Hein
revalidate revlog data after locking the repo (issue132)
2006-02-22, by Benoit Boissinot
merge with matt
2006-02-22, by Benoit Boissinot
merge with crew
2006-02-21, by Benoit Boissinot
add an optional argument to push only the specified revisions (push -r)
2006-02-14, by Benoit Boissinot
Merge with jeffpc
2006-02-21, by Matt Mackall
Merge with mpm
2006-02-18, by Josef "Jeff" Sipek
[hgweb] Move CSS from headers into static files
2006-02-18, by Josef "Jeff" Sipek
[hgweb] Static content serving
2006-02-18, by Josef "Jeff" Sipek
Merge
2006-02-14, by Josef "Jeff" Sipek
Merge with crew
2006-02-21, by Matt Mackall
hgmerge: add meld support
2006-02-21, by Radoslaw Szkodzinski
hgmerge: improve "apps not found" message
2006-02-21, by Radoslaw Szkodzinski
hgmerge: logic changes
2006-02-21, by Radoslaw Szkodzinski
hgmerge: add and use ask_if_merged function
2006-02-21, by Radoslaw Szkodzinski
hgmerge: fix diff+patch detection; cleanups
2006-02-21, by Radoslaw Szkodzinski
Merged RSS feed for tags from Peter van Dijk
2006-02-21, by Thomas Arendsen Hein
add rss link to tags page
2006-02-03, by Peter van Dijk
implement entriesnotip for tags in hgweb.py ; change entries to entriesnotip in templates/tags-rss.tmpl
2006-02-03, by Peter van Dijk
tags-rss support; still shows tip
2006-02-02, by Peter van Dijk
hg log --limit shouldn't count unprinted revisions (found by TK Soh)
2006-02-21, by Thomas Arendsen Hein
Cleanup: Put initialization of br in front of --branches option handling.
2006-02-21, by Thomas Arendsen Hein
Make option --branch vs. --branches more consistent.
2006-02-21, by Thomas Arendsen Hein
Add option -b/--branch to hg tip (as done for hg parents).
2006-02-21, by Thomas Arendsen Hein
merge with crew
2006-02-21, by Benoit Boissinot
fix typo in debugrebuildstate
2006-02-21, by Benoit Boissinot
Sunpro compiler patch
2006-02-20, by Fabian Otto
add options to log man page.
2006-02-20, by Vadim Gelfer
merge with crew.
2006-02-20, by Vadim Gelfer
add -l,--limit to log command.
2006-02-20, by Vadim Gelfer
add 'debugrebuildstate' to rebuild the dirstate from a given revision
2006-02-20, by Benoit Boissinot
use repo.lock when cloning via copy, use lock.LockException when necessary
2006-02-20, by Benoit Boissinot
Raise a different exception when the lock is not available
2006-02-20, by Benoit Boissinot
merge with crew
2006-02-19, by Benoit Boissinot
localrepo: refactor the locking functions
2006-02-19, by Benoit Boissinot
make test-pull-permission cleanup correctly in case of errors
2006-02-19, by Benoit Boissinot
fix warnings from pychecker (unused variables and shadowing)
2006-02-19, by Benoit Boissinot
bisect: fix for recent changes disallowing "false" merges
2006-02-19, by Benoit Boissinot
transitive copy/rename
2006-02-18, by Robin Farine
Fixed misleading indentation in mpatch.c
2006-02-18, by Thomas Arendsen Hein
merge with crew.
2006-02-17, by Vadim Gelfer
make server tests use --daemon.
2006-02-17, by Vadim Gelfer
Merge with upstream
2006-02-18, by Thomas Arendsen Hein
Added help string for --daemon-pipefds
2006-02-18, by Thomas Arendsen Hein
stop read end of pipe from staying open forever in child process.
2006-02-17, by Vadim Gelfer
less
more
|
(0)
-1000
-192
+192
+1000
+3000
+10000
+30000
tip