Mercurial > hg
graph
-
improve templating.Mon, 27 Feb 2006 11:33:09 -0800, by Vadim Gelfer
-
move shortuser into util module.Mon, 27 Feb 2006 11:32:10 -0800, by Vadim Gelfer
-
make parsestring work with strings that do not have quotes.Mon, 27 Feb 2006 11:18:56 -0800, by Vadim Gelfer
-
use safer string parser for template engine.Mon, 27 Feb 2006 09:35:43 -0800, by Vadim Gelfer
-
move repeated work out of inner loops.Mon, 27 Feb 2006 09:15:59 -0800, by Vadim Gelfer
-
many small changes to templater.Sun, 26 Feb 2006 20:53:37 -0800, by Vadim Gelfer
-
missed hunk when moving code to templater moduleSun, 26 Feb 2006 13:11:53 -0800, by Vadim Gelfer
-
move hgweb.templatepath into templaterSun, 26 Feb 2006 13:09:26 -0800, by Vadim Gelfer
-
move hgweb template code out to templaterSun, 26 Feb 2006 12:59:28 -0800, by Vadim Gelfer
-
findincoming should return an iterableMon, 13 Mar 2006 00:02:33 +0100, by Benoit Boissinot
-
Allow symbolic path names in global -R/--repository parameter.Sun, 12 Mar 2006 20:23:05 +0100, by Thomas Arendsen Hein
-
Read paths specified in .hg/hgrc relative to repo root, otherwise to home dir.Sun, 12 Mar 2006 20:13:58 +0100, by Thomas Arendsen Hein
-
Directory names take precedence over symbolic names consistently.Sun, 12 Mar 2006 18:05:13 +0100, by Thomas Arendsen Hein
-
New version/release in mercurial.spec, patchbomb is now in hgext.Sun, 12 Mar 2006 15:11:11 +0100, by Thomas Arendsen Hein
-
fix contrib/mercurial.spec for hgextSun, 12 Mar 2006 15:07:40 +0100, by Xiaofeng Ling
-
Try to import extensions from the hgext module first.Sun, 12 Mar 2006 13:57:55 +0100, by Thomas Arendsen Hein
-
Make bash_completion more robust for e.g. broken hgrc or old hg installations.Sun, 12 Mar 2006 12:29:03 +0100, by Thomas Arendsen Hein
-
new command debugcompleteSun, 12 Mar 2006 11:32:03 +0100, by Benoit Boissinot
-
remove bashisms from testsSun, 12 Mar 2006 08:08:22 +0100, by TK Soh
-
run merge program in repo root.Sat, 11 Mar 2006 21:33:19 -0800, by Vadim Gelfer
-
merge with self.Fri, 10 Mar 2006 23:34:36 -0800, by Vadim Gelfer
-
give more info to hgmerge script.Fri, 10 Mar 2006 23:34:02 -0800, by Vadim Gelfer
-
merge util.esystem and util.system.Fri, 10 Mar 2006 22:42:59 -0800, by Vadim Gelfer
-
undo edit that was accident.Fri, 10 Mar 2006 23:25:50 -0800, by Vadim Gelfer
-
fix broken environment save/restore when a hook runs.Fri, 10 Mar 2006 22:24:19 -0800, by Vadim Gelfer
-
make clean now removes generated documentation.Fri, 10 Mar 2006 20:06:41 +0100, by Thomas Arendsen Hein
-
Make #!/usr/bin/env python in test-bdiff run the specified python version.Fri, 10 Mar 2006 19:16:49 +0100, by Thomas Arendsen Hein
-
change lock format to let us detect and break stale locks.Fri, 10 Mar 2006 08:31:31 -0800, by Vadim Gelfer
-
Catch hgrc interpolation errors nicely.Fri, 10 Mar 2006 11:34:02 +0100, by Thomas Arendsen Hein
-
Catch other exceptions (e.g. util.Abort) in parse(), too.Fri, 10 Mar 2006 11:33:28 +0100, by Thomas Arendsen Hein
-
Inherit config from real parentui and don't use ConfigParser internals.Fri, 10 Mar 2006 11:06:45 +0100, by Thomas Arendsen Hein
-
Added check for minimal python version to setup.pyFri, 10 Mar 2006 10:44:17 +0100, by Thomas Arendsen Hein
-
merge with crew.Thu, 09 Mar 2006 16:27:21 -0800, by Vadim Gelfer
-
patchbomb: ignore exception if pager quits.Thu, 09 Mar 2006 16:26:49 -0800, by Vadim Gelfer
-
make push over http print good error message.Thu, 09 Mar 2006 12:18:59 -0800, by Vadim Gelfer
-
Reordered options for remove, fixed synopsis for rename.Thu, 09 Mar 2006 08:27:49 +0100, by Thomas Arendsen Hein
-
merge with self.Wed, 08 Mar 2006 18:48:40 -0800, by Vadim Gelfer
-
add -f/--force to remove command.Wed, 08 Mar 2006 15:14:24 -0800, by Vadim Gelfer
-
inherit hgrc so "%" interpolation works.Wed, 08 Mar 2006 14:53:57 -0800, by Vadim Gelfer
-
merge with crew.Wed, 08 Mar 2006 11:21:45 -0800, by Vadim Gelfer
-
Fix manifest view on WindowsWed, 08 Mar 2006 11:20:39 -0800, by Lee Cantey
-
Removed script header from mq.pyWed, 08 Mar 2006 19:31:54 +0100, by Thomas Arendsen Hein
-
Moved bisect extension to hgext folder.Wed, 08 Mar 2006 19:30:30 +0100, by Thomas Arendsen Hein
-
Added copyright information to hbisect.pyWed, 08 Mar 2006 19:25:03 +0100, by Thomas Arendsen Hein
-
Merged tah and crewWed, 08 Mar 2006 06:20:32 +0100, by Thomas Arendsen Hein
-
Moved --cwd handling in front of -R handling again. Shorter code for initial -R.Wed, 08 Mar 2006 06:13:24 +0100, by Thomas Arendsen Hein
-
Make hg paths and hg debugconfig work with -R/--repository option.Wed, 08 Mar 2006 01:30:43 +0100, by Thomas Arendsen Hein
-
Always try to open the repository if -R/--repository is specified.Wed, 08 Mar 2006 01:25:14 +0100, by Thomas Arendsen Hein
-
Make bisect extension work with python2.3Wed, 08 Mar 2006 05:31:20 +0100, by Thomas Arendsen Hein
-
Fixed spacing/indentation, removed #! script header, added short description.Wed, 08 Mar 2006 05:16:36 +0100, by Thomas Arendsen Hein
-
Fixed contrib/hbisect.py to work with the new opener behaviour.Wed, 08 Mar 2006 05:07:20 +0100, by Thomas Arendsen Hein
-
Fix some problems when working on broken repositories:Wed, 08 Mar 2006 00:27:23 +0100, by Thomas Arendsen Hein
-
Fix mq's usage of opener, which don't allow absolute paths now.Tue, 07 Mar 2006 22:41:24 +0100, by Thomas Arendsen Hein
-
merge with crewTue, 07 Mar 2006 22:27:18 +0100, by Benoit Boissinot
-
Hide debug commands in ambiguous command list, unless no normal command matches.Tue, 07 Mar 2006 08:46:19 +0100, by Thomas Arendsen Hein
-
Show ambiguous aliases, if they are not simple abbreviations. Sort output.Tue, 07 Mar 2006 08:41:13 +0100, by Thomas Arendsen Hein
-
show choices on ambiguous commandsTue, 07 Mar 2006 08:05:17 +0100, by TK Soh
-
fix annotate for removed filesTue, 07 Mar 2006 20:37:27 +0100, by Benoit Boissinot
-
only put numbers on patches if > 1 patch.Mon, 06 Mar 2006 21:06:53 -0800, by Vadim Gelfer
-
Patchbomb only sends introductory message [0 of N] if there are multiple patches.Mon, 06 Mar 2006 21:05:18 -0800, by Lee Cantey
-
Remove patchbomb from list of contrib files to install since it's now an extension.Mon, 06 Mar 2006 21:03:46 -0800, by Lee Cantey
-
Removed PKG-INFO from repository, because it already gets auto-generated.Mon, 06 Mar 2006 23:16:42 +0100, by Thomas Arendsen Hein
-
merge with crew.Mon, 06 Mar 2006 10:50:26 -0800, by Vadim Gelfer
-
Fix py2exe packagescan problem with new demandloadMon, 06 Mar 2006 10:49:34 -0800, by Eung-ju Park
-
Merge with crewMon, 06 Mar 2006 17:53:11 +0100, by Thomas Arendsen Hein
-
Create local ui object per repository, so .hg/hgrc don't get mixed.Mon, 06 Mar 2006 17:47:41 +0100, by Thomas Arendsen Hein
-
Call hooks in alphabetical (=defined) order, of course still grouped by type.Mon, 06 Mar 2006 17:34:49 +0100, by Thomas Arendsen Hein
-
make ui flush output. this makes error happen if printing to /dev/full.Mon, 06 Mar 2006 08:35:15 -0800, by Vadim Gelfer
-
make lock module use demandload.Sun, 05 Mar 2006 01:37:28 -0800, by Vadim Gelfer
-
Validate paths before reading or writing files in repository or working dir.Sat, 04 Mar 2006 19:01:45 +0100, by Thomas Arendsen Hein
-
Fixes running 'hg serve' with Windows executable and no explicit template path configured.Fri, 03 Mar 2006 13:41:12 -0800, by Lee Cantey
-
i made a mistake in last change.Fri, 03 Mar 2006 13:24:26 -0800, by Vadim Gelfer
-
generate profile even when exception raised.Fri, 03 Mar 2006 13:11:25 -0800, by Vadim Gelfer
-
merge with crew.Fri, 03 Mar 2006 09:40:18 -0800, by Vadim Gelfer
-
merge with crew.Fri, 03 Mar 2006 09:39:37 -0800, by Vadim Gelfer
-
hgwebdir: export collections of reposFri, 10 Feb 2006 11:25:07 -0800, by Vadim Gelfer
-
merge with crew.Fri, 03 Mar 2006 08:44:37 -0800, by Vadim Gelfer
-
get patchbomb extension to use demandload. speeds up hg startup by 50%.Thu, 02 Mar 2006 11:38:39 -0800, by Vadim Gelfer
-
rewrite demandload module to be more flexible.Thu, 02 Mar 2006 11:38:03 -0800, by Vadim Gelfer
-
Make hgweb.staticfile() more secure and portable.Thu, 02 Mar 2006 09:17:04 +0100, by Thomas Arendsen Hein
-
merge with crew.Wed, 01 Mar 2006 21:44:00 -0800, by Vadim Gelfer
-
merge with crew.Wed, 01 Mar 2006 21:27:23 -0800, by Vadim Gelfer
-
copy/rename to a removed destination fileTue, 28 Feb 2006 23:47:40 -0800, by Robin Farine
-
Catch urllib errors for old-http in a nicer way.Wed, 01 Mar 2006 15:29:13 +0100, by Thomas Arendsen Hein
-
Really fix bash_completion on Solaris. Maybe. Hopefully.Wed, 01 Mar 2006 14:52:28 +0100, by Alexis S. L. Carvalho
-
Regenerate hg.1.gendoc.txt if commands.py changed.Wed, 01 Mar 2006 09:19:27 +0100, by Thomas Arendsen Hein
-
Make the deprecated rawcommit an alias of debugrawcommit.Wed, 01 Mar 2006 09:14:25 +0100, by Thomas Arendsen Hein
-
Ignore generated documentationWed, 01 Mar 2006 09:09:50 +0100, by Thomas Arendsen Hein
-
Updated help synopsises and reordered some options. Dropped [-n] from revert.Wed, 01 Mar 2006 09:08:56 +0100, by Thomas Arendsen Hein
-
merge with crewWed, 01 Mar 2006 01:45:05 +0100, by Benoit Boissinot
-
generate hg manpage from commands.py docstringTue, 28 Feb 2006 00:48:49 +0100, by Benoit Boissinot
-
Merged automatic doc generation from tonfa.Tue, 28 Feb 2006 23:26:44 +0100, by Thomas Arendsen Hein
-
fix the synopsis of some commands, mark rawcommit as deprecated in short helpTue, 28 Feb 2006 22:50:49 +0100, by Benoit Boissinot
-
resync commands.py docstrings with hg.1.txtTue, 28 Feb 2006 00:46:06 +0100, by Benoit Boissinot
-
Whitespace, tab and formatting cleanups, mainly in mq.pyTue, 28 Feb 2006 23:25:34 +0100, by Thomas Arendsen Hein
-
Updated test-commit to match changed output caused by nested transactions.Tue, 28 Feb 2006 23:19:47 +0100, by Thomas Arendsen Hein
-
Add mq extensionTue, 28 Feb 2006 12:25:26 -0600, by mason
-
Allow repo lock to be passed in to localrepo.commit for performanceTue, 28 Feb 2006 12:25:10 -0600, by mason
-
Automatic nesting into running transactions in the same repository.Tue, 28 Feb 2006 12:24:54 -0600, by mason
-
Fix bash_completion on SolarisTue, 28 Feb 2006 11:49:35 -0600, by Alexis S. L. Carvalho
-
refactor the dodiff optimizationSun, 26 Feb 2006 16:23:14 +0100, by Benoit Boissinot
-
speed up hg log --patchSun, 26 Feb 2006 02:26:17 +0100, by Alexis S. L. Carvalho
-
speed up hg log --debugSat, 25 Feb 2006 13:44:40 +0100, by Alexis S. L. Carvalho
-
on revert, only undele files that are removed in the dirstateFri, 24 Feb 2006 20:25:18 +0100, by Benoit Boissinot
-
Removed now obsolete min/max check in walkchangerevs().Thu, 23 Feb 2006 22:47:40 +0100, by Thomas Arendsen Hein
-
Replaced fixed window size for walkchangerevs with an increasing one. WindowThu, 23 Feb 2006 22:37:29 +0100, by Thomas Arendsen Hein
-
hgmerge: do not use file with markers in tools merging themselvesThu, 23 Feb 2006 18:10:04 +0100, by Radoslaw Szkodzinski
-
Fix hgmerge: mkdir "'/tmp'/hgmerge..." and ask_if_merged() didn't work.Thu, 23 Feb 2006 14:42:47 +0100, by Thomas Arendsen Hein
-
Fixed wrong (copy&paste) usage of tmpl instead of self.t in hgweb.Thu, 23 Feb 2006 12:35:15 +0100, by Thomas Arendsen Hein
-
Fix 'hg serve' not using CSS.Thu, 23 Feb 2006 12:02:39 +0100, by Lee Cantey
-
only write the dirstate when something changedThu, 23 Feb 2006 02:17:08 +0100, by Benoit Boissinot
-
Allow serving static files from hgwebdir to fix CSS and favicon.Wed, 22 Feb 2006 09:14:46 +0100, by Thomas Arendsen Hein
-
Cleanup of tabs and coding when sending content type.Wed, 22 Feb 2006 08:32:51 +0100, by Thomas Arendsen Hein
-
Merge with jeffpc's hg-staticWed, 22 Feb 2006 08:11:52 +0100, by Thomas Arendsen Hein
-
[hgweb] Added favicon to standard/gitweb templatesWed, 22 Feb 2006 01:06:17 -0500, by Josef "Jeff" Sipek
-
Merge with mercurial/tonfaWed, 22 Feb 2006 08:04:46 +0100, by Thomas Arendsen Hein
-
change the default timeout to 600 secondsTue, 21 Feb 2006 23:50:53 +0100, by Benoit Boissinot
-
add a timeout when a lock is held (default 1024 sec)Tue, 21 Feb 2006 23:21:15 +0100, by Benoit Boissinot
-
Don't use mktemp in tests, we're already in a secure temp dir.Wed, 22 Feb 2006 07:51:32 +0100, by Thomas Arendsen Hein
-
Added test cases for repo corruption fixed in 2e0a288ca93e (issue132)Wed, 22 Feb 2006 07:45:14 +0100, by Thomas Arendsen Hein
-
revalidate revlog data after locking the repo (issue132)Wed, 22 Feb 2006 07:26:29 +0100, by Benoit Boissinot
-
merge with mattWed, 22 Feb 2006 05:21:09 +0100, by Benoit Boissinot
-
merge with crewTue, 21 Feb 2006 16:46:38 +0100, by Benoit Boissinot
-
add an optional argument to push only the specified revisions (push -r)Tue, 14 Feb 2006 21:11:57 +0100, by Benoit Boissinot
-
Merge with jeffpcTue, 21 Feb 2006 17:36:27 -0600, by Matt Mackall
-
Merge with mpmSat, 18 Feb 2006 22:24:42 -0500, by Josef "Jeff" Sipek
-
[hgweb] Move CSS from headers into static filesSat, 18 Feb 2006 22:01:09 -0500, by Josef "Jeff" Sipek
-
[hgweb] Static content servingSat, 18 Feb 2006 21:53:41 -0500, by Josef "Jeff" Sipek
-
MergeTue, 14 Feb 2006 21:55:05 -0500, by Josef "Jeff" Sipek
-
Merge with crewTue, 21 Feb 2006 15:48:49 -0600, by Matt Mackall
-
hgmerge: add meld supportTue, 21 Feb 2006 15:48:22 -0600, by Radoslaw Szkodzinski
-
hgmerge: improve "apps not found" messageTue, 21 Feb 2006 15:48:19 -0600, by Radoslaw Szkodzinski
-
hgmerge: logic changesTue, 21 Feb 2006 15:48:16 -0600, by Radoslaw Szkodzinski
-
hgmerge: add and use ask_if_merged functionTue, 21 Feb 2006 15:48:12 -0600, by Radoslaw Szkodzinski
-
hgmerge: fix diff+patch detection; cleanupsTue, 21 Feb 2006 15:48:09 -0600, by Radoslaw Szkodzinski
-
Merged RSS feed for tags from Peter van DijkTue, 21 Feb 2006 16:04:47 +0100, by Thomas Arendsen Hein
-
add rss link to tags pageFri, 03 Feb 2006 11:23:34 +0100, by Peter van Dijk
-
implement entriesnotip for tags in hgweb.py ; change entries to entriesnotip in templates/tags-rss.tmplFri, 03 Feb 2006 02:21:28 +0100, by Peter van Dijk
-
tags-rss support; still shows tipThu, 02 Feb 2006 12:00:45 +0100, by Peter van Dijk
-
hg log --limit shouldn't count unprinted revisions (found by TK Soh)Tue, 21 Feb 2006 15:54:50 +0100, by Thomas Arendsen Hein
-
Cleanup: Put initialization of br in front of --branches option handling.Tue, 21 Feb 2006 15:37:23 +0100, by Thomas Arendsen Hein
-
Make option --branch vs. --branches more consistent.Tue, 21 Feb 2006 13:14:03 +0100, by Thomas Arendsen Hein
-
Add option -b/--branch to hg tip (as done for hg parents).Tue, 21 Feb 2006 12:59:16 +0100, by Thomas Arendsen Hein
-
merge with crewTue, 21 Feb 2006 08:11:46 +0100, by Benoit Boissinot
-
fix typo in debugrebuildstateTue, 21 Feb 2006 00:45:02 +0100, by Benoit Boissinot
-
Sunpro compiler patchMon, 20 Feb 2006 15:58:04 -0600, by Fabian Otto
-
add options to log man page.Mon, 20 Feb 2006 11:09:25 -0800, by Vadim Gelfer
-
merge with crew.Mon, 20 Feb 2006 11:07:09 -0800, by Vadim Gelfer
-
add -l,--limit to log command.Mon, 20 Feb 2006 11:06:41 -0800, by Vadim Gelfer
-
add 'debugrebuildstate' to rebuild the dirstate from a given revisionMon, 20 Feb 2006 19:04:56 +0100, by Benoit Boissinot
-
use repo.lock when cloning via copy, use lock.LockException when necessaryMon, 20 Feb 2006 01:12:03 +0100, by Benoit Boissinot
-
Raise a different exception when the lock is not availableMon, 20 Feb 2006 01:09:40 +0100, by Benoit Boissinot
-
merge with crewSun, 19 Feb 2006 22:41:49 +0100, by Benoit Boissinot
-
localrepo: refactor the locking functionsSun, 19 Feb 2006 22:39:09 +0100, by Benoit Boissinot
-
make test-pull-permission cleanup correctly in case of errorsSun, 19 Feb 2006 21:44:32 +0100, by Benoit Boissinot
-
fix warnings from pychecker (unused variables and shadowing)Sun, 19 Feb 2006 19:43:03 +0100, by Benoit Boissinot
-
bisect: fix for recent changes disallowing "false" mergesSun, 19 Feb 2006 18:59:20 +0100, by Benoit Boissinot
-
transitive copy/renameSat, 18 Feb 2006 07:37:59 -0800, by Robin Farine
-
Fixed misleading indentation in mpatch.cSat, 18 Feb 2006 16:31:02 +0100, by Thomas Arendsen Hein
-
merge with crew.Fri, 17 Feb 2006 21:56:15 -0800, by Vadim Gelfer
-
make server tests use --daemon.Fri, 17 Feb 2006 21:55:33 -0800, by Vadim Gelfer
-
Merge with upstreamSat, 18 Feb 2006 06:50:22 +0100, by Thomas Arendsen Hein
-
Added help string for --daemon-pipefdsSat, 18 Feb 2006 05:40:08 +0100, by Thomas Arendsen Hein
-
stop read end of pipe from staying open forever in child process.Fri, 17 Feb 2006 16:32:07 -0800, by Vadim Gelfer
-
add --daemon option to serve command. for issue 45.Fri, 17 Feb 2006 16:29:30 -0800, by Vadim Gelfer
-
AmbiguousCommand is raised too soon.Fri, 17 Feb 2006 17:41:23 -0600, by Alexis S. L. Carvalho
-
Don't hard-code /tmp in test-ro-messageFri, 17 Feb 2006 17:41:18 -0600, by Alexis S. L. Carvalho
-
Merge with crewFri, 17 Feb 2006 17:39:05 -0600, by Matt Mackall
-
add preoutgoing and outgoing hooks.Fri, 17 Feb 2006 08:26:21 -0800, by Vadim Gelfer
-
i forgot to change the test output for test-hook.Thu, 16 Feb 2006 14:34:59 -0800, by Vadim Gelfer
-
tests for new hooks. fix things i found when writing tests.Thu, 16 Feb 2006 09:56:31 -0800, by Vadim Gelfer
-
fix test-help diff options.Thu, 16 Feb 2006 09:09:45 -0800, by Vadim Gelfer
-
merge with crew.Thu, 16 Feb 2006 08:51:24 -0800, by Vadim Gelfer
-
add -p option to tip. for issue 64.Wed, 15 Feb 2006 11:05:43 -0800, by Vadim Gelfer
-
add prechangegroup and pretxnchangegroup hooks.Wed, 15 Feb 2006 10:49:30 -0800, by Vadim Gelfer
-
merge with crew.Wed, 15 Feb 2006 10:40:15 -0800, by Vadim Gelfer
-
add -w and -p options to diff. this is for issue 126.Wed, 15 Feb 2006 10:39:47 -0800, by Vadim Gelfer
-
fix names of parent changeset ids in hooks.Thu, 16 Feb 2006 08:48:31 -0800, by Vadim Gelfer
-
prefix hook env var names with HG_.Thu, 16 Feb 2006 08:40:47 -0800, by Vadim Gelfer
-
merge with crewWed, 15 Feb 2006 22:37:28 +0100, by Benoit Boissinot
-
add a -b/--branch option to 'hg parents'Wed, 15 Feb 2006 22:21:20 +0100, by Benoit Boissinot
-
Fix diff against an empty file (issue124) and add a test for this.Wed, 15 Feb 2006 14:22:16 +0100, by Thomas Arendsen Hein
-
catch errors and throw exception with invalid binary patch dataWed, 15 Feb 2006 04:37:47 +0100, by Benoit Boissinot
-
add pretxncommit hook.Tue, 14 Feb 2006 17:13:18 -0800, by Vadim Gelfer
-
add pretag and tag hooks.Tue, 14 Feb 2006 15:47:25 -0800, by Vadim Gelfer
-
hook parameters must be strings.Tue, 14 Feb 2006 15:37:27 -0800, by Vadim Gelfer
-
make hook code nicer.Tue, 14 Feb 2006 15:28:06 -0800, by Vadim Gelfer
-
hooks run after transactions finish must not affect method results.Tue, 14 Feb 2006 15:10:45 -0800, by Vadim Gelfer
-
Refactor excessive merge detection, add testFri, 17 Feb 2006 17:23:53 -0600, by Matt Mackall
-
Revert convert-repo changesMon, 13 Feb 2006 12:48:28 -0600, by Matt Mackall
-
fix hgrc doc hook descriptions.Sat, 11 Feb 2006 00:31:52 -0800, by Vadim Gelfer
-
hooks: distinguish between locally committed and incoming changes.Fri, 10 Feb 2006 16:45:56 -0500, by Daniel Santa Cruz
-
Allow callers to pass in the dirstate lock in most localrepo.py funcs.Thu, 09 Feb 2006 17:18:43 -0600, by mason
-
revlog.strip should clear the chunkcacheThu, 09 Feb 2006 17:07:20 -0600, by mason
-
Show "(No help text available)" for commands without doc string.Thu, 09 Feb 2006 09:07:19 +0100, by Thomas Arendsen Hein
-
Create default commit message in a more pythonic way.Thu, 09 Feb 2006 07:24:34 +0100, by Thomas Arendsen Hein
-
Removed "HG: manifest hash" line from commit message.Thu, 09 Feb 2006 07:16:13 +0100, by Thomas Arendsen Hein
-
Put the empty line in commit text above the branch merge line.Thu, 09 Feb 2006 07:14:05 +0100, by Thomas Arendsen Hein
-
Run commit message editor in the repo root (like hooks).Thu, 09 Feb 2006 07:01:23 +0100, by Thomas Arendsen Hein
-
add changenav at bottom of pageTue, 07 Feb 2006 23:01:11 -0600, by Johannes Stezenbach
-
display revision numbersMon, 06 Feb 2006 17:35:22 -0600, by Johannes Stezenbach
-
fix changenav for maxchanges != 10Mon, 06 Feb 2006 17:34:53 -0600, by Johannes Stezenbach
-
add --mbox output to patchbombMon, 06 Feb 2006 17:34:39 -0600, by Johannes Stezenbach
-
hgmerge: various cleanupsMon, 06 Feb 2006 17:32:10 -0600, by Radoslaw Szkodzinski
-
hgmerge: add cleanup functionsMon, 06 Feb 2006 17:32:06 -0600, by Radoslaw Szkodzinski
-
hgmerge: add and use more tool variablesMon, 06 Feb 2006 17:32:00 -0600, by Radoslaw Szkodzinski
-
Update copyright noticeSun, 05 Feb 2006 22:21:02 -0600, by Matt Mackall
-
Merge with crewSun, 05 Feb 2006 22:18:38 -0600, by Matt Mackall
-
Merge with Peter van DijkFri, 03 Feb 2006 12:58:40 +0100, by Thomas Arendsen Hein
-
remove escaping from decriptions on repo index pageFri, 03 Feb 2006 12:56:41 +0100, by Peter van Dijk
-
Added raw view for file annotate in hgweb.Fri, 03 Feb 2006 12:50:02 +0100, by Thomas Arendsen Hein
-
hgweb/templates: remove unused vars from map-rawFri, 03 Feb 2006 11:54:16 +0100, by Benoit Boissinot
-
hgweb/templates: no need to escape the '<' '>' and '&' in raw templatesFri, 03 Feb 2006 11:54:12 +0100, by Benoit Boissinot
-
Removed executable bit from patchbomb extension.Fri, 03 Feb 2006 11:43:49 +0100, by Thomas Arendsen Hein
-
Update version strings and add release notes to Windows specific filesFri, 03 Feb 2006 11:29:39 +0100, by lcantey
-
Fall back to asciidoc6 html backend if html4 doesn't work.Fri, 03 Feb 2006 10:54:58 +0100, by Thomas Arendsen Hein
-
Reverted name change (mercurial -> Mercurial) from dd5085897010.Fri, 03 Feb 2006 10:52:25 +0100, by Thomas Arendsen Hein
-
merge with crew.Fri, 03 Feb 2006 00:52:31 -0800, by Vadim Gelfer
-
make stuff for macos x binary package.Fri, 03 Feb 2006 00:50:28 -0800, by Vadim Gelfer
-
extension gpg.py: really raise the exception in case of invalid dataThu, 02 Feb 2006 19:22:27 +0100, by Benoit Boissinot
-
Cleanup of spacing in bash_completionThu, 02 Feb 2006 08:16:17 +0100, by Thomas Arendsen Hein
-
Use user specified path to hg in bash_completionThu, 02 Feb 2006 07:50:20 +0100, by Thomas Arendsen Hein
-
fix an exception in gpg.py with multiples sigs for the same csetWed, 01 Feb 2006 20:20:27 +0100, by Benoit Boissinot
-
fixes for gpg.py extensionWed, 01 Feb 2006 19:37:26 +0100, by Benoit Boissinot
-
Merge with crewWed, 01 Feb 2006 19:18:15 +0100, by Benoit Boissinot
-
Merge with upstreamThu, 15 Dec 2005 18:04:39 +0100, by Benoit Boissinot
-
reverting 11d12bd6e1dcd9610fa26e97d25e7ad553e8ffa5Thu, 15 Dec 2005 18:04:05 +0100, by Benoit Boissinot
-
cleanup of revlog.group when repository is localThu, 08 Dec 2005 15:12:02 +0100, by Benoit Boissinot
-
Added missing space in output of gpg.pyWed, 01 Feb 2006 12:55:01 +0100, by Thomas Arendsen Hein
-
merge with crewWed, 01 Feb 2006 08:50:45 +0100, by Benoit Boissinot
-
abort when using 'update -m' and this is not a mergeWed, 01 Feb 2006 08:46:24 +0100, by Benoit Boissinot
-
merge with self.Tue, 31 Jan 2006 08:14:48 -0800, by Vadim Gelfer
-
add documentation for email command.Tue, 31 Jan 2006 08:14:23 -0800, by Vadim Gelfer
-
forgot to add import statement for _.Tue, 31 Jan 2006 08:13:03 -0800, by Vadim Gelfer
-
add _ to several stringsTue, 31 Jan 2006 08:08:43 -0800, by Vadim Gelfer
-
turn patchbomb script into an extension module.Tue, 31 Jan 2006 08:06:35 -0800, by Vadim Gelfer
-
[hgweb] Added rename information to gitweb templates & misc cleanupsSun, 05 Feb 2006 20:52:55 -0500, by Josef "Jeff" Sipek
-
verify: notice extra data in indicesMon, 30 Jan 2006 19:34:35 +1300, by Matt Mackall
-
Added tag 0.8 for changeset 3a56574f329a368d645853e0f9e09472aee62349Mon, 30 Jan 2006 13:01:16 +1300, by Matt Mackall