Fri, 24 Mar 2006 19:51:05 +0100 |
Thomas Arendsen Hein |
Calling revlog.addgroup with an empty changegroup now raises RevlogError.
|
Fri, 24 Mar 2006 10:33:18 -0800 |
Lee Cantey |
Windows py2exe version didn't handle names given to templatepath() correctly
|
Fri, 24 Mar 2006 10:31:23 -0800 |
Vadim Gelfer |
add benoit's test for issue148.
|
Fri, 24 Mar 2006 09:23:11 -0800 |
Vadim Gelfer |
forgot to add new module.
|
Fri, 24 Mar 2006 09:08:12 -0800 |
Vadim Gelfer |
fix race in localrepo.addchangegroup.
|
Fri, 24 Mar 2006 15:19:08 +0100 |
Thomas Arendsen Hein |
Added missing gettext import to changegroup.py.
|
Fri, 24 Mar 2006 15:03:15 +0100 |
Thomas Arendsen Hein |
Don't mention deprecated HGEDITOR variable in the help text of commit.
|
Fri, 24 Mar 2006 14:53:23 +0100 |
mcmillen |
Spelling fix: "commited" -> "committed"
|
Fri, 24 Mar 2006 08:51:08 +0100 |
Thomas Arendsen Hein |
show message if no changes found on outgoing
|
Fri, 24 Mar 2006 08:34:56 +0100 |
TK Soh |
show message if no changes found on incoming
|
Fri, 24 Mar 2006 08:27:24 +0100 |
Lee Cantey |
Include templates/static/* in MANIFEST.in so that distutils setup will include them.
|
Thu, 23 Mar 2006 23:55:51 +0100 |
Benoit Boissinot |
merge with self
|
Thu, 23 Mar 2006 23:39:53 +0100 |
Benoit Boissinot |
make it possible to escape characters in a glob expression
|
Thu, 23 Mar 2006 23:16:41 +0100 |
Benoit Boissinot |
ignore EPIPE in ui.err_write
|
Tue, 21 Mar 2006 23:31:04 -0800 |
Vadim Gelfer |
merge with crew.
|
Tue, 21 Mar 2006 23:29:21 -0800 |
Vadim Gelfer |
add changelog style to command line template.
|
Wed, 22 Mar 2006 05:30:47 +0100 |
Benoit Boissinot |
add checking for invalid entries in tag files
|
Tue, 21 Mar 2006 15:33:29 +0100 |
Thomas Arendsen Hein |
Adapted behaviour of ui.username() to documentation and mention it explicitly:
|
Tue, 21 Mar 2006 12:54:32 +0100 |
Thomas Arendsen Hein |
Improved ui.edit():
|
Tue, 21 Mar 2006 12:45:27 +0100 |
Thomas Arendsen Hein |
Pass correct username as $HGUSER to hgeditor if "commit -u" is used.
|
Tue, 21 Mar 2006 12:15:25 +0100 |
Thomas Arendsen Hein |
Added test for incoming via ssh.
|
Tue, 21 Mar 2006 11:47:21 +0100 |
Thomas Arendsen Hein |
make incoming work via ssh (issue139); move chunk code into separate module.
|
Tue, 21 Mar 2006 06:03:33 +0100 |
Benoit Boissinot |
use HG10UN header for uncompressed bundle
|
Mon, 20 Mar 2006 17:14:58 +0100 |
Thomas Arendsen Hein |
More detailed documentation about ssh:// URLs; fixes issue170.
|
Mon, 20 Mar 2006 08:46:29 +0100 |
TK Soh |
do proper typecasting on malloc() and calloc() calls
|
Sun, 19 Mar 2006 21:26:58 +0100 |
Thomas Arendsen Hein |
Don't forget version at the end of setup.py, write it only if changed.
|
Sun, 19 Mar 2006 14:53:58 +0100 |
Thomas Arendsen Hein |
Enable path validation for copy, rename, debugwalk and other canonpath users.
|
Sat, 18 Mar 2006 09:51:25 -0800 |
Shun-ichi Goto |
Duplicate cache when creating templater.
|
Sat, 18 Mar 2006 14:36:45 +0100 |
Thomas Arendsen Hein |
Delete bundle file of hg incoming in case of errors, preserve existing files.
|
Sat, 18 Mar 2006 11:24:19 +0100 |
Thomas Arendsen Hein |
Cleaned up the code path for bundle handling in hg incoming, updated comments.
|
Sat, 18 Mar 2006 10:45:21 +0100 |
Thomas Arendsen Hein |
Documented behaviour of write_bundle regarding file handles.
|
Sat, 18 Mar 2006 09:13:27 +0100 |
Thomas Arendsen Hein |
imported patch /home/thomas/fix-incoming-abortion4.patch
|
Fri, 17 Mar 2006 17:23:52 -0800 |
Shun-ichi GOTO |
Fixed abort while remote incoming command on windows.
|
Fri, 17 Mar 2006 18:53:04 +0100 |
Benoit Boissinot |
write_bundle: close the file before removing it in case of failure
|
Fri, 17 Mar 2006 09:49:28 -0800 |
Vadim Gelfer |
merge with crew.
|
Fri, 17 Mar 2006 09:48:43 -0800 |
Vadim Gelfer |
still use old variable names when running hooks. dropped by accident.
|
Fri, 17 Mar 2006 18:19:05 +0100 |
Thomas Arendsen Hein |
hg status cleanups: Don't translate long options, remove stray semicolon.
|
Thu, 16 Mar 2006 06:58:15 +0100 |
Benoit Boissinot |
add remotecmd/ssh option support to incoming/outgoing
|
Wed, 15 Mar 2006 11:28:00 -0800 |
Vadim Gelfer |
fix template bug that made hgweb break.
|
Wed, 15 Mar 2006 11:26:57 +0100 |
Thomas Arendsen Hein |
Don't require the "yes" command for test-merge5.
|
Wed, 15 Mar 2006 11:09:24 +0100 |
TK Soh |
tests: more portability fix for the old systems
|
Tue, 14 Mar 2006 23:01:11 -0800 |
Vadim Gelfer |
merge with crew.
|
Tue, 14 Mar 2006 23:00:45 -0800 |
Vadim Gelfer |
update test for unrelated repo.
|
Tue, 14 Mar 2006 22:58:14 -0800 |
Vadim Gelfer |
add -f/--force to pull, incoming, outgoing, to work on unrelated repo.
|
Wed, 15 Mar 2006 07:15:13 +0100 |
Benoit Boissinot |
merge with crew
|
Wed, 15 Mar 2006 07:10:04 +0100 |
Benoit Boissinot |
merge with crew
|
Wed, 15 Mar 2006 07:09:42 +0100 |
Benoit Boissinot |
use a proper test instead of catching every exception
|
Wed, 15 Mar 2006 06:39:04 +0100 |
Shun-ichi GOTO |
Fix the py2exe template path problem (issue:152) again.
|
Tue, 14 Mar 2006 22:02:41 -0800 |
Vadim Gelfer |
merge with crew.
|
Tue, 14 Mar 2006 22:01:30 -0800 |
TK Soh |
change default strftime format for better portability
|
Tue, 14 Mar 2006 21:42:32 -0800 |
TK Soh |
tests: fix portability issue for echo -n
|
Tue, 14 Mar 2006 21:40:46 -0800 |
Vadim Gelfer |
add HGRCPATH env var, list of places to look for hgrc files.
|
Wed, 15 Mar 2006 03:19:16 +0100 |
Hollis Blanchard |
hgk "committer:" bug
|
Wed, 15 Mar 2006 02:49:45 +0100 |
Soh Tk-r28629 |
tests: add bunzip2 to prerequisite list
|
Mon, 13 Mar 2006 23:38:14 +0100 |
Benoit Boissinot |
merge with crew/templates
|
Mon, 13 Mar 2006 23:32:57 +0100 |
Benoit Boissinot |
fix the call to util.matcher (the args should be (reporoot, cwd, ...))
|
Mon, 13 Mar 2006 06:58:31 +0100 |
Benoit Boissinot |
bundlerepo: remove relative import, fix a comment
|
Mon, 13 Mar 2006 03:56:36 +0100 |
Benoit Boissinot |
new type of repo: bundle://path/to/repo+/path/to/bundlename
|
Mon, 13 Mar 2006 03:54:23 +0100 |
Benoit Boissinot |
incoming: add support for remote repo using bundlerepo
|
Mon, 13 Mar 2006 03:54:23 +0100 |
Benoit Boissinot |
refactor the bundle writing code, since we will reuse it later
|
Mon, 13 Mar 2006 03:54:23 +0100 |
Benoit Boissinot |
add bundlerepo.py: a read-only repo that can use uncompressed bundles
|
Mon, 13 Mar 2006 03:54:23 +0100 |
Benoit Boissinot |
revlog.py: factorization and fixes for rev < 0 (nullid)
|
Mon, 13 Mar 2006 03:54:23 +0100 |
Benoit Boissinot |
add a new bundle type: uncompressed bundle
|
Mon, 13 Mar 2006 18:33:33 +0100 |
Thomas Arendsen Hein |
Use timestamps without leading 0 in test-command-template for portable tests.
|
Mon, 13 Mar 2006 08:25:33 -0800 |
Vadim Gelfer |
merge with crew.
|
Mon, 13 Mar 2006 08:24:44 -0800 |
Vadim Gelfer |
fix use of python 2.4 features.
|
Mon, 13 Mar 2006 13:19:23 +0100 |
Thomas Arendsen Hein |
Make test-remove portable for strange strftime implementations (second try).
|
Mon, 13 Mar 2006 13:11:35 +0100 |
Thomas Arendsen Hein |
Removed obsolete workaround for error message in tests/test-static-http.
|
Mon, 13 Mar 2006 13:08:31 +0100 |
Thomas Arendsen Hein |
Make test-remove portable for strange strftime implementations.
|
Mon, 13 Mar 2006 13:05:41 +0100 |
Thomas Arendsen Hein |
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
|
Mon, 13 Mar 2006 12:22:55 +0100 |
Thomas Arendsen Hein |
Merge with http://hg.home.dataloss.nl/hg-portabletests
|
Mon, 06 Mar 2006 18:01:34 +0100 |
Peter van Dijk |
merge with crew
|
Mon, 06 Mar 2006 18:00:44 +0100 |
Peter van Dijk |
merge with crew
|
Mon, 06 Mar 2006 08:47:16 -0800 |
Eric Hopper |
Merging with crew.
|
Mon, 06 Mar 2006 17:58:53 +0100 |
Peter van Dijk |
clarify license on md5sum.py
|
Wed, 22 Feb 2006 16:11:17 +0100 |
Peter van Dijk |
add http_proxy= lines to test-bad-pull and test-pull
|
Wed, 22 Feb 2006 15:57:43 +0100 |
Peter van Dijk |
changes by John Levon to standardize some erroroutput
|
Wed, 22 Feb 2006 15:42:48 +0100 |
Peter van Dijk |
small solaris portability fixes from John Levon <levon@movementarian.org>
|
Tue, 21 Feb 2006 22:32:17 +0100 |
Peter van Dijk |
add md5sum.py required by fix in previous changeset
|
Tue, 21 Feb 2006 22:23:51 +0100 |
Peter van Dijk |
fix testsuite for freebsd and one timingissue
|
Mon, 13 Mar 2006 08:56:59 +0100 |
Benoit Boissinot |
ui: output the number of file updated/merged/removed/... on update
|
Sun, 12 Mar 2006 20:34:09 +0100 |
Thomas Arendsen Hein |
Don't expand empty [paths] so later interpolation can do the right thing.
|
Sun, 12 Mar 2006 16:21:59 -0800 |
Vadim Gelfer |
merge with crew.
|
Sun, 12 Mar 2006 15:58:56 -0800 |
Vadim Gelfer |
add changeset_quiet to templates.
|
Sun, 12 Mar 2006 15:50:18 -0800 |
Vadim Gelfer |
fix template tests.
|
Fri, 10 Mar 2006 21:41:44 -0800 |
Vadim Gelfer |
add quiet and debug template keys.
|
Sun, 05 Mar 2006 17:08:35 -0800 |
Vadim Gelfer |
fix test failures that depend on when tests run.
|
Sat, 04 Mar 2006 21:12:53 -0800 |
Vadim Gelfer |
add tests for command line template.
|
Sat, 04 Mar 2006 15:15:18 -0800 |
Vadim Gelfer |
make --style=compact look for map-cmdline.compact.
|
Sat, 04 Mar 2006 12:40:10 -0800 |
Vadim Gelfer |
fix some things people wanted to be cleaner.
|
Tue, 28 Feb 2006 07:24:54 -0800 |
Vadim Gelfer |
hide some functions behind lambdas, so demandload is useful.
|
Mon, 27 Feb 2006 21:37:57 -0800 |
Vadim Gelfer |
add extra newline to verbose log template. asak found this.
|
Mon, 27 Feb 2006 21:32:15 -0800 |
Vadim Gelfer |
changeset_templater: only compute manifest when --debug.
|
Mon, 27 Feb 2006 15:07:25 -0800 |
Vadim Gelfer |
add doc comments to template code.
|
Mon, 27 Feb 2006 13:25:40 -0800 |
Vadim Gelfer |
print tags in compact template.
|
Mon, 27 Feb 2006 13:18:57 -0800 |
Vadim Gelfer |
let commands that show changesets use templates.
|
Mon, 27 Feb 2006 12:50:49 -0800 |
Vadim Gelfer |
add iso date template filter.
|
Mon, 27 Feb 2006 12:41:20 -0800 |
Vadim Gelfer |
improve template errors when something is wrong.
|
Mon, 27 Feb 2006 11:33:09 -0800 |
Vadim Gelfer |
improve templating.
|
Mon, 27 Feb 2006 11:32:10 -0800 |
Vadim Gelfer |
move shortuser into util module.
|
Mon, 27 Feb 2006 11:18:56 -0800 |
Vadim Gelfer |
make parsestring work with strings that do not have quotes.
|
Mon, 27 Feb 2006 09:35:43 -0800 |
Vadim Gelfer |
use safer string parser for template engine.
|
Mon, 27 Feb 2006 09:15:59 -0800 |
Vadim Gelfer |
move repeated work out of inner loops.
|
Sun, 26 Feb 2006 20:53:37 -0800 |
Vadim Gelfer |
many small changes to templater.
|
Sun, 26 Feb 2006 13:11:53 -0800 |
Vadim Gelfer |
missed hunk when moving code to templater module
|
Sun, 26 Feb 2006 13:09:26 -0800 |
Vadim Gelfer |
move hgweb.templatepath into templater
|
Sun, 26 Feb 2006 12:59:28 -0800 |
Vadim Gelfer |
move hgweb template code out to templater
|
Mon, 13 Mar 2006 00:02:33 +0100 |
Benoit Boissinot |
findincoming should return an iterable
|
Sun, 12 Mar 2006 20:23:05 +0100 |
Thomas Arendsen Hein |
Allow symbolic path names in global -R/--repository parameter.
|
Sun, 12 Mar 2006 20:13:58 +0100 |
Thomas Arendsen Hein |
Read paths specified in .hg/hgrc relative to repo root, otherwise to home dir.
|
Sun, 12 Mar 2006 18:05:13 +0100 |
Thomas Arendsen Hein |
Directory names take precedence over symbolic names consistently.
|
Sun, 12 Mar 2006 15:11:11 +0100 |
Thomas Arendsen Hein |
New version/release in mercurial.spec, patchbomb is now in hgext.
|
Sun, 12 Mar 2006 15:07:40 +0100 |
Xiaofeng Ling |
fix contrib/mercurial.spec for hgext
|
Sun, 12 Mar 2006 13:57:55 +0100 |
Thomas Arendsen Hein |
Try to import extensions from the hgext module first.
|
Sun, 12 Mar 2006 12:29:03 +0100 |
Thomas Arendsen Hein |
Make bash_completion more robust for e.g. broken hgrc or old hg installations.
|
Sun, 12 Mar 2006 11:32:03 +0100 |
Benoit Boissinot |
new command debugcomplete
|
Sun, 12 Mar 2006 08:08:22 +0100 |
TK Soh |
remove bashisms from tests
|
Sat, 11 Mar 2006 21:33:19 -0800 |
Vadim Gelfer |
run merge program in repo root.
|
Fri, 10 Mar 2006 23:34:36 -0800 |
Vadim Gelfer |
merge with self.
|
Fri, 10 Mar 2006 23:34:02 -0800 |
Vadim Gelfer |
give more info to hgmerge script.
|
Fri, 10 Mar 2006 22:42:59 -0800 |
Vadim Gelfer |
merge util.esystem and util.system.
|
Fri, 10 Mar 2006 23:25:50 -0800 |
Vadim Gelfer |
undo edit that was accident.
|
Fri, 10 Mar 2006 22:24:19 -0800 |
Vadim Gelfer |
fix broken environment save/restore when a hook runs.
|
Fri, 10 Mar 2006 20:06:41 +0100 |
Thomas Arendsen Hein |
make clean now removes generated documentation.
|
Fri, 10 Mar 2006 19:16:49 +0100 |
Thomas Arendsen Hein |
Make #!/usr/bin/env python in test-bdiff run the specified python version.
|
Fri, 10 Mar 2006 08:31:31 -0800 |
Vadim Gelfer |
change lock format to let us detect and break stale locks.
|
Fri, 10 Mar 2006 11:34:02 +0100 |
Thomas Arendsen Hein |
Catch hgrc interpolation errors nicely.
|
Fri, 10 Mar 2006 11:33:28 +0100 |
Thomas Arendsen Hein |
Catch other exceptions (e.g. util.Abort) in parse(), too.
|
Fri, 10 Mar 2006 11:06:45 +0100 |
Thomas Arendsen Hein |
Inherit config from real parentui and don't use ConfigParser internals.
|
Fri, 10 Mar 2006 10:44:17 +0100 |
Thomas Arendsen Hein |
Added check for minimal python version to setup.py
|
Thu, 09 Mar 2006 16:27:21 -0800 |
Vadim Gelfer |
merge with crew.
|
Thu, 09 Mar 2006 16:26:49 -0800 |
Vadim Gelfer |
patchbomb: ignore exception if pager quits.
|
Thu, 09 Mar 2006 12:18:59 -0800 |
Vadim Gelfer |
make push over http print good error message.
|
Thu, 09 Mar 2006 08:27:49 +0100 |
Thomas Arendsen Hein |
Reordered options for remove, fixed synopsis for rename.
|
Wed, 08 Mar 2006 18:48:40 -0800 |
Vadim Gelfer |
merge with self.
|
Wed, 08 Mar 2006 15:14:24 -0800 |
Vadim Gelfer |
add -f/--force to remove command.
|
Wed, 08 Mar 2006 14:53:57 -0800 |
Vadim Gelfer |
inherit hgrc so "%" interpolation works.
|
Wed, 08 Mar 2006 11:21:45 -0800 |
Vadim Gelfer |
merge with crew.
|
Wed, 08 Mar 2006 11:20:39 -0800 |
Lee Cantey |
Fix manifest view on Windows
|
Wed, 08 Mar 2006 19:31:54 +0100 |
Thomas Arendsen Hein |
Removed script header from mq.py
|
Wed, 08 Mar 2006 19:30:30 +0100 |
Thomas Arendsen Hein |
Moved bisect extension to hgext folder.
|
Wed, 08 Mar 2006 19:25:03 +0100 |
Thomas Arendsen Hein |
Added copyright information to hbisect.py
|
Wed, 08 Mar 2006 06:20:32 +0100 |
Thomas Arendsen Hein |
Merged tah and crew
|
Wed, 08 Mar 2006 06:13:24 +0100 |
Thomas Arendsen Hein |
Moved --cwd handling in front of -R handling again. Shorter code for initial -R.
|
Wed, 08 Mar 2006 01:30:43 +0100 |
Thomas Arendsen Hein |
Make hg paths and hg debugconfig work with -R/--repository option.
|
Wed, 08 Mar 2006 01:25:14 +0100 |
Thomas Arendsen Hein |
Always try to open the repository if -R/--repository is specified.
|
Wed, 08 Mar 2006 05:31:20 +0100 |
Thomas Arendsen Hein |
Make bisect extension work with python2.3
|
Wed, 08 Mar 2006 05:16:36 +0100 |
Thomas Arendsen Hein |
Fixed spacing/indentation, removed #! script header, added short description.
|
Wed, 08 Mar 2006 05:07:20 +0100 |
Thomas Arendsen Hein |
Fixed contrib/hbisect.py to work with the new opener behaviour.
|
Wed, 08 Mar 2006 00:27:23 +0100 |
Thomas Arendsen Hein |
Fix some problems when working on broken repositories:
|
Tue, 07 Mar 2006 22:41:24 +0100 |
Thomas Arendsen Hein |
Fix mq's usage of opener, which don't allow absolute paths now.
|
Tue, 07 Mar 2006 22:27:18 +0100 |
Benoit Boissinot |
merge with crew
|
Tue, 07 Mar 2006 08:46:19 +0100 |
Thomas Arendsen Hein |
Hide debug commands in ambiguous command list, unless no normal command matches.
|
Tue, 07 Mar 2006 08:41:13 +0100 |
Thomas Arendsen Hein |
Show ambiguous aliases, if they are not simple abbreviations. Sort output.
|
Tue, 07 Mar 2006 08:05:17 +0100 |
TK Soh |
show choices on ambiguous commands
|
Tue, 07 Mar 2006 20:37:27 +0100 |
Benoit Boissinot |
fix annotate for removed files
|
Mon, 06 Mar 2006 21:06:53 -0800 |
Vadim Gelfer |
only put numbers on patches if > 1 patch.
|
Mon, 06 Mar 2006 21:05:18 -0800 |
Lee Cantey |
Patchbomb only sends introductory message [0 of N] if there are multiple patches.
|
Mon, 06 Mar 2006 21:03:46 -0800 |
Lee Cantey |
Remove patchbomb from list of contrib files to install since it's now an extension.
|
Mon, 06 Mar 2006 23:16:42 +0100 |
Thomas Arendsen Hein |
Removed PKG-INFO from repository, because it already gets auto-generated.
|
Mon, 06 Mar 2006 10:50:26 -0800 |
Vadim Gelfer |
merge with crew.
|
Mon, 06 Mar 2006 10:49:34 -0800 |
Eung-ju Park |
Fix py2exe packagescan problem with new demandload
|
Mon, 06 Mar 2006 17:53:11 +0100 |
Thomas Arendsen Hein |
Merge with crew
|
Mon, 06 Mar 2006 17:47:41 +0100 |
Thomas Arendsen Hein |
Create local ui object per repository, so .hg/hgrc don't get mixed.
|
Mon, 06 Mar 2006 17:34:49 +0100 |
Thomas Arendsen Hein |
Call hooks in alphabetical (=defined) order, of course still grouped by type.
|
Mon, 06 Mar 2006 08:35:15 -0800 |
Vadim Gelfer |
make ui flush output. this makes error happen if printing to /dev/full.
|
Sun, 05 Mar 2006 01:37:28 -0800 |
Vadim Gelfer |
make lock module use demandload.
|
Sat, 04 Mar 2006 19:01:45 +0100 |
Thomas Arendsen Hein |
Validate paths before reading or writing files in repository or working dir.
|
Fri, 03 Mar 2006 13:41:12 -0800 |
Lee Cantey |
Fixes running 'hg serve' with Windows executable and no explicit template path configured.
|
Fri, 03 Mar 2006 13:24:26 -0800 |
Vadim Gelfer |
i made a mistake in last change.
|
Fri, 03 Mar 2006 13:11:25 -0800 |
Vadim Gelfer |
generate profile even when exception raised.
|
Fri, 03 Mar 2006 09:40:18 -0800 |
Vadim Gelfer |
merge with crew.
|
Fri, 03 Mar 2006 09:39:37 -0800 |
Vadim Gelfer |
merge with crew.
|
Fri, 10 Feb 2006 11:25:07 -0800 |
Vadim Gelfer |
hgwebdir: export collections of repos
|
Fri, 03 Mar 2006 08:44:37 -0800 |
Vadim Gelfer |
merge with crew.
|
Thu, 02 Mar 2006 11:38:39 -0800 |
Vadim Gelfer |
get patchbomb extension to use demandload. speeds up hg startup by 50%.
|
Thu, 02 Mar 2006 11:38:03 -0800 |
Vadim Gelfer |
rewrite demandload module to be more flexible.
|
Thu, 02 Mar 2006 09:17:04 +0100 |
Thomas Arendsen Hein |
Make hgweb.staticfile() more secure and portable.
|
Wed, 01 Mar 2006 21:44:00 -0800 |
Vadim Gelfer |
merge with crew.
|
Wed, 01 Mar 2006 21:27:23 -0800 |
Vadim Gelfer |
merge with crew.
|
Tue, 28 Feb 2006 23:47:40 -0800 |
Robin Farine |
copy/rename to a removed destination file
|
Wed, 01 Mar 2006 15:29:13 +0100 |
Thomas Arendsen Hein |
Catch urllib errors for old-http in a nicer way.
|
Wed, 01 Mar 2006 14:52:28 +0100 |
Alexis S. L. Carvalho |
Really fix bash_completion on Solaris. Maybe. Hopefully.
|
Wed, 01 Mar 2006 09:19:27 +0100 |
Thomas Arendsen Hein |
Regenerate hg.1.gendoc.txt if commands.py changed.
|
Wed, 01 Mar 2006 09:14:25 +0100 |
Thomas Arendsen Hein |
Make the deprecated rawcommit an alias of debugrawcommit.
|
Wed, 01 Mar 2006 09:09:50 +0100 |
Thomas Arendsen Hein |
Ignore generated documentation
|
Wed, 01 Mar 2006 09:08:56 +0100 |
Thomas Arendsen Hein |
Updated help synopsises and reordered some options. Dropped [-n] from revert.
|
Wed, 01 Mar 2006 01:45:05 +0100 |
Benoit Boissinot |
merge with crew
|
Tue, 28 Feb 2006 00:48:49 +0100 |
Benoit Boissinot |
generate hg manpage from commands.py docstring
|
Tue, 28 Feb 2006 23:26:44 +0100 |
Thomas Arendsen Hein |
Merged automatic doc generation from tonfa.
|
Tue, 28 Feb 2006 22:50:49 +0100 |
Benoit Boissinot |
fix the synopsis of some commands, mark rawcommit as deprecated in short help
|
Tue, 28 Feb 2006 00:46:06 +0100 |
Benoit Boissinot |
resync commands.py docstrings with hg.1.txt
|
Tue, 28 Feb 2006 23:25:34 +0100 |
Thomas Arendsen Hein |
Whitespace, tab and formatting cleanups, mainly in mq.py
|
Tue, 28 Feb 2006 23:19:47 +0100 |
Thomas Arendsen Hein |
Updated test-commit to match changed output caused by nested transactions.
|
Tue, 28 Feb 2006 12:25:26 -0600 |
mason |
Add mq extension
|
Tue, 28 Feb 2006 12:25:10 -0600 |
mason |
Allow repo lock to be passed in to localrepo.commit for performance
|
Tue, 28 Feb 2006 12:24:54 -0600 |
mason |
Automatic nesting into running transactions in the same repository.
|
Tue, 28 Feb 2006 11:49:35 -0600 |
Alexis S. L. Carvalho |
Fix bash_completion on Solaris
|
Sun, 26 Feb 2006 16:23:14 +0100 |
Benoit Boissinot |
refactor the dodiff optimization
|
Sun, 26 Feb 2006 02:26:17 +0100 |
Alexis S. L. Carvalho |
speed up hg log --patch
|
Sat, 25 Feb 2006 13:44:40 +0100 |
Alexis S. L. Carvalho |
speed up hg log --debug
|
Fri, 24 Feb 2006 20:25:18 +0100 |
Benoit Boissinot |
on revert, only undele files that are removed in the dirstate
|
Thu, 23 Feb 2006 22:47:40 +0100 |
Thomas Arendsen Hein |
Removed now obsolete min/max check in walkchangerevs().
|
Thu, 23 Feb 2006 22:37:29 +0100 |
Thomas Arendsen Hein |
Replaced fixed window size for walkchangerevs with an increasing one. Window
|
Thu, 23 Feb 2006 18:10:04 +0100 |
Radoslaw Szkodzinski |
hgmerge: do not use file with markers in tools merging themselves
|
Thu, 23 Feb 2006 14:42:47 +0100 |
Thomas Arendsen Hein |
Fix hgmerge: mkdir "'/tmp'/hgmerge..." and ask_if_merged() didn't work.
|
Thu, 23 Feb 2006 12:35:15 +0100 |
Thomas Arendsen Hein |
Fixed wrong (copy&paste) usage of tmpl instead of self.t in hgweb.
|
Thu, 23 Feb 2006 12:02:39 +0100 |
Lee Cantey |
Fix 'hg serve' not using CSS.
|
Thu, 23 Feb 2006 02:17:08 +0100 |
Benoit Boissinot |
only write the dirstate when something changed
|
Wed, 22 Feb 2006 09:14:46 +0100 |
Thomas Arendsen Hein |
Allow serving static files from hgwebdir to fix CSS and favicon.
|
Wed, 22 Feb 2006 08:32:51 +0100 |
Thomas Arendsen Hein |
Cleanup of tabs and coding when sending content type.
|
Wed, 22 Feb 2006 08:11:52 +0100 |
Thomas Arendsen Hein |
Merge with jeffpc's hg-static
|
Wed, 22 Feb 2006 01:06:17 -0500 |
Josef "Jeff" Sipek |
[hgweb] Added favicon to standard/gitweb templates
|
Wed, 22 Feb 2006 08:04:46 +0100 |
Thomas Arendsen Hein |
Merge with mercurial/tonfa
|
Tue, 21 Feb 2006 23:50:53 +0100 |
Benoit Boissinot |
change the default timeout to 600 seconds
|
Tue, 21 Feb 2006 23:21:15 +0100 |
Benoit Boissinot |
add a timeout when a lock is held (default 1024 sec)
|
Wed, 22 Feb 2006 07:51:32 +0100 |
Thomas Arendsen Hein |
Don't use mktemp in tests, we're already in a secure temp dir.
|
Wed, 22 Feb 2006 07:45:14 +0100 |
Thomas Arendsen Hein |
Added test cases for repo corruption fixed in 2e0a288ca93e (issue132)
|
Wed, 22 Feb 2006 07:26:29 +0100 |
Benoit Boissinot |
revalidate revlog data after locking the repo (issue132)
|
Wed, 22 Feb 2006 05:21:09 +0100 |
Benoit Boissinot |
merge with matt
|
Tue, 21 Feb 2006 16:46:38 +0100 |
Benoit Boissinot |
merge with crew
|
Tue, 14 Feb 2006 21:11:57 +0100 |
Benoit Boissinot |
add an optional argument to push only the specified revisions (push -r)
|
Tue, 21 Feb 2006 17:36:27 -0600 |
Matt Mackall |
Merge with jeffpc
|
Sat, 18 Feb 2006 22:24:42 -0500 |
Josef "Jeff" Sipek |
Merge with mpm
|
Sat, 18 Feb 2006 22:01:09 -0500 |
Josef "Jeff" Sipek |
[hgweb] Move CSS from headers into static files
|
Sat, 18 Feb 2006 21:53:41 -0500 |
Josef "Jeff" Sipek |
[hgweb] Static content serving
|
Tue, 14 Feb 2006 21:55:05 -0500 |
Josef "Jeff" Sipek |
Merge
|
Tue, 21 Feb 2006 15:48:49 -0600 |
Matt Mackall |
Merge with crew
|
Tue, 21 Feb 2006 15:48:22 -0600 |
Radoslaw Szkodzinski |
hgmerge: add meld support
|
Tue, 21 Feb 2006 15:48:19 -0600 |
Radoslaw Szkodzinski |
hgmerge: improve "apps not found" message
|
Tue, 21 Feb 2006 15:48:16 -0600 |
Radoslaw Szkodzinski |
hgmerge: logic changes
|
Tue, 21 Feb 2006 15:48:12 -0600 |
Radoslaw Szkodzinski |
hgmerge: add and use ask_if_merged function
|
Tue, 21 Feb 2006 15:48:09 -0600 |
Radoslaw Szkodzinski |
hgmerge: fix diff+patch detection; cleanups
|
Tue, 21 Feb 2006 16:04:47 +0100 |
Thomas Arendsen Hein |
Merged RSS feed for tags from Peter van Dijk
|
Fri, 03 Feb 2006 11:23:34 +0100 |
Peter van Dijk |
add rss link to tags page
|
Fri, 03 Feb 2006 02:21:28 +0100 |
Peter van Dijk |
implement entriesnotip for tags in hgweb.py ; change entries to entriesnotip in templates/tags-rss.tmpl
|
Thu, 02 Feb 2006 12:00:45 +0100 |
Peter van Dijk |
tags-rss support; still shows tip
|
Tue, 21 Feb 2006 15:54:50 +0100 |
Thomas Arendsen Hein |
hg log --limit shouldn't count unprinted revisions (found by TK Soh)
|
Tue, 21 Feb 2006 15:37:23 +0100 |
Thomas Arendsen Hein |
Cleanup: Put initialization of br in front of --branches option handling.
|
Tue, 21 Feb 2006 13:14:03 +0100 |
Thomas Arendsen Hein |
Make option --branch vs. --branches more consistent.
|
Tue, 21 Feb 2006 12:59:16 +0100 |
Thomas Arendsen Hein |
Add option -b/--branch to hg tip (as done for hg parents).
|
Tue, 21 Feb 2006 08:11:46 +0100 |
Benoit Boissinot |
merge with crew
|
Tue, 21 Feb 2006 00:45:02 +0100 |
Benoit Boissinot |
fix typo in debugrebuildstate
|
Mon, 20 Feb 2006 15:58:04 -0600 |
Fabian Otto |
Sunpro compiler patch
|
Mon, 20 Feb 2006 11:09:25 -0800 |
Vadim Gelfer |
add options to log man page.
|
Mon, 20 Feb 2006 11:07:09 -0800 |
Vadim Gelfer |
merge with crew.
|
Mon, 20 Feb 2006 11:06:41 -0800 |
Vadim Gelfer |
add -l,--limit to log command.
|
Mon, 20 Feb 2006 19:04:56 +0100 |
Benoit Boissinot |
add 'debugrebuildstate' to rebuild the dirstate from a given revision
|
Mon, 20 Feb 2006 01:12:03 +0100 |
Benoit Boissinot |
use repo.lock when cloning via copy, use lock.LockException when necessary
|
Mon, 20 Feb 2006 01:09:40 +0100 |
Benoit Boissinot |
Raise a different exception when the lock is not available
|
Sun, 19 Feb 2006 22:41:49 +0100 |
Benoit Boissinot |
merge with crew
|
Sun, 19 Feb 2006 22:39:09 +0100 |
Benoit Boissinot |
localrepo: refactor the locking functions
|
Sun, 19 Feb 2006 21:44:32 +0100 |
Benoit Boissinot |
make test-pull-permission cleanup correctly in case of errors
|
Sun, 19 Feb 2006 19:43:03 +0100 |
Benoit Boissinot |
fix warnings from pychecker (unused variables and shadowing)
|
Sun, 19 Feb 2006 18:59:20 +0100 |
Benoit Boissinot |
bisect: fix for recent changes disallowing "false" merges
|
Sat, 18 Feb 2006 07:37:59 -0800 |
Robin Farine |
transitive copy/rename
|
Sat, 18 Feb 2006 16:31:02 +0100 |
Thomas Arendsen Hein |
Fixed misleading indentation in mpatch.c
|
Fri, 17 Feb 2006 21:56:15 -0800 |
Vadim Gelfer |
merge with crew.
|
Fri, 17 Feb 2006 21:55:33 -0800 |
Vadim Gelfer |
make server tests use --daemon.
|
Sat, 18 Feb 2006 06:50:22 +0100 |
Thomas Arendsen Hein |
Merge with upstream
|
Sat, 18 Feb 2006 05:40:08 +0100 |
Thomas Arendsen Hein |
Added help string for --daemon-pipefds
|
Fri, 17 Feb 2006 16:32:07 -0800 |
Vadim Gelfer |
stop read end of pipe from staying open forever in child process.
|
Fri, 17 Feb 2006 16:29:30 -0800 |
Vadim Gelfer |
add --daemon option to serve command. for issue 45.
|
Fri, 17 Feb 2006 17:41:23 -0600 |
Alexis S. L. Carvalho |
AmbiguousCommand is raised too soon.
|
Fri, 17 Feb 2006 17:41:18 -0600 |
Alexis S. L. Carvalho |
Don't hard-code /tmp in test-ro-message
|
Fri, 17 Feb 2006 17:39:05 -0600 |
Matt Mackall |
Merge with crew
|
Fri, 17 Feb 2006 08:26:21 -0800 |
Vadim Gelfer |
add preoutgoing and outgoing hooks.
|
Thu, 16 Feb 2006 14:34:59 -0800 |
Vadim Gelfer |
i forgot to change the test output for test-hook.
|
Thu, 16 Feb 2006 09:56:31 -0800 |
Vadim Gelfer |
tests for new hooks. fix things i found when writing tests.
|
Thu, 16 Feb 2006 09:09:45 -0800 |
Vadim Gelfer |
fix test-help diff options.
|
Thu, 16 Feb 2006 08:51:24 -0800 |
Vadim Gelfer |
merge with crew.
|
Wed, 15 Feb 2006 11:05:43 -0800 |
Vadim Gelfer |
add -p option to tip. for issue 64.
|
Wed, 15 Feb 2006 10:49:30 -0800 |
Vadim Gelfer |
add prechangegroup and pretxnchangegroup hooks.
|
Wed, 15 Feb 2006 10:40:15 -0800 |
Vadim Gelfer |
merge with crew.
|
Wed, 15 Feb 2006 10:39:47 -0800 |
Vadim Gelfer |
add -w and -p options to diff. this is for issue 126.
|
Thu, 16 Feb 2006 08:48:31 -0800 |
Vadim Gelfer |
fix names of parent changeset ids in hooks.
|
Thu, 16 Feb 2006 08:40:47 -0800 |
Vadim Gelfer |
prefix hook env var names with HG_.
|
Wed, 15 Feb 2006 22:37:28 +0100 |
Benoit Boissinot |
merge with crew
|
Wed, 15 Feb 2006 22:21:20 +0100 |
Benoit Boissinot |
add a -b/--branch option to 'hg parents'
|
Wed, 15 Feb 2006 14:22:16 +0100 |
Thomas Arendsen Hein |
Fix diff against an empty file (issue124) and add a test for this.
|
Wed, 15 Feb 2006 04:37:47 +0100 |
Benoit Boissinot |
catch errors and throw exception with invalid binary patch data
|
Tue, 14 Feb 2006 17:13:18 -0800 |
Vadim Gelfer |
add pretxncommit hook.
|
Tue, 14 Feb 2006 15:47:25 -0800 |
Vadim Gelfer |
add pretag and tag hooks.
|
Tue, 14 Feb 2006 15:37:27 -0800 |
Vadim Gelfer |
hook parameters must be strings.
|
Tue, 14 Feb 2006 15:28:06 -0800 |
Vadim Gelfer |
make hook code nicer.
|
Tue, 14 Feb 2006 15:10:45 -0800 |
Vadim Gelfer |
hooks run after transactions finish must not affect method results.
|
Fri, 17 Feb 2006 17:23:53 -0600 |
Matt Mackall |
Refactor excessive merge detection, add test
|
Mon, 13 Feb 2006 12:48:28 -0600 |
Matt Mackall |
Revert convert-repo changes
|
Sat, 11 Feb 2006 00:31:52 -0800 |
Vadim Gelfer |
fix hgrc doc hook descriptions.
|
Fri, 10 Feb 2006 16:45:56 -0500 |
Daniel Santa Cruz |
hooks: distinguish between locally committed and incoming changes.
|
Thu, 09 Feb 2006 17:18:43 -0600 |
mason |
Allow callers to pass in the dirstate lock in most localrepo.py funcs.
|
Thu, 09 Feb 2006 17:07:20 -0600 |
mason |
revlog.strip should clear the chunkcache
|
Thu, 09 Feb 2006 09:07:19 +0100 |
Thomas Arendsen Hein |
Show "(No help text available)" for commands without doc string.
|
Thu, 09 Feb 2006 07:24:34 +0100 |
Thomas Arendsen Hein |
Create default commit message in a more pythonic way.
|
Thu, 09 Feb 2006 07:16:13 +0100 |
Thomas Arendsen Hein |
Removed "HG: manifest hash" line from commit message.
|
Thu, 09 Feb 2006 07:14:05 +0100 |
Thomas Arendsen Hein |
Put the empty line in commit text above the branch merge line.
|
Thu, 09 Feb 2006 07:01:23 +0100 |
Thomas Arendsen Hein |
Run commit message editor in the repo root (like hooks).
|
Tue, 07 Feb 2006 23:01:11 -0600 |
Johannes Stezenbach |
add changenav at bottom of page
|
Mon, 06 Feb 2006 17:35:22 -0600 |
Johannes Stezenbach |
display revision numbers
|
Mon, 06 Feb 2006 17:34:53 -0600 |
Johannes Stezenbach |
fix changenav for maxchanges != 10
|
Mon, 06 Feb 2006 17:34:39 -0600 |
Johannes Stezenbach |
add --mbox output to patchbomb
|
Mon, 06 Feb 2006 17:32:10 -0600 |
Radoslaw Szkodzinski |
hgmerge: various cleanups
|
Mon, 06 Feb 2006 17:32:06 -0600 |
Radoslaw Szkodzinski |
hgmerge: add cleanup functions
|
Mon, 06 Feb 2006 17:32:00 -0600 |
Radoslaw Szkodzinski |
hgmerge: add and use more tool variables
|
Sun, 05 Feb 2006 22:21:02 -0600 |
Matt Mackall |
Update copyright notice
|
Sun, 05 Feb 2006 22:18:38 -0600 |
Matt Mackall |
Merge with crew
|
Fri, 03 Feb 2006 12:58:40 +0100 |
Thomas Arendsen Hein |
Merge with Peter van Dijk
|
Fri, 03 Feb 2006 12:56:41 +0100 |
Peter van Dijk |
remove escaping from decriptions on repo index page
|
Fri, 03 Feb 2006 12:50:02 +0100 |
Thomas Arendsen Hein |
Added raw view for file annotate in hgweb.
|
Fri, 03 Feb 2006 11:54:16 +0100 |
Benoit Boissinot |
hgweb/templates: remove unused vars from map-raw
|
Fri, 03 Feb 2006 11:54:12 +0100 |
Benoit Boissinot |
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
|
Fri, 03 Feb 2006 11:43:49 +0100 |
Thomas Arendsen Hein |
Removed executable bit from patchbomb extension.
|
Fri, 03 Feb 2006 11:29:39 +0100 |
lcantey |
Update version strings and add release notes to Windows specific files
|
Fri, 03 Feb 2006 10:54:58 +0100 |
Thomas Arendsen Hein |
Fall back to asciidoc6 html backend if html4 doesn't work.
|
Fri, 03 Feb 2006 10:52:25 +0100 |
Thomas Arendsen Hein |
Reverted name change (mercurial -> Mercurial) from dd5085897010.
|
Fri, 03 Feb 2006 00:52:31 -0800 |
Vadim Gelfer |
merge with crew.
|
Fri, 03 Feb 2006 00:50:28 -0800 |
Vadim Gelfer |
make stuff for macos x binary package.
|
Thu, 02 Feb 2006 19:22:27 +0100 |
Benoit Boissinot |
extension gpg.py: really raise the exception in case of invalid data
|
Thu, 02 Feb 2006 08:16:17 +0100 |
Thomas Arendsen Hein |
Cleanup of spacing in bash_completion
|
Thu, 02 Feb 2006 07:50:20 +0100 |
Thomas Arendsen Hein |
Use user specified path to hg in bash_completion
|
Wed, 01 Feb 2006 20:20:27 +0100 |
Benoit Boissinot |
fix an exception in gpg.py with multiples sigs for the same cset
|
Wed, 01 Feb 2006 19:37:26 +0100 |
Benoit Boissinot |
fixes for gpg.py extension
|
Wed, 01 Feb 2006 19:18:15 +0100 |
Benoit Boissinot |
Merge with crew
|
Thu, 15 Dec 2005 18:04:39 +0100 |
Benoit Boissinot |
Merge with upstream
|
Thu, 15 Dec 2005 18:04:05 +0100 |
Benoit Boissinot |
reverting 11d12bd6e1dcd9610fa26e97d25e7ad553e8ffa5
|
Thu, 08 Dec 2005 15:12:02 +0100 |
Benoit Boissinot |
cleanup of revlog.group when repository is local
|
Wed, 01 Feb 2006 12:55:01 +0100 |
Thomas Arendsen Hein |
Added missing space in output of gpg.py
|
Wed, 01 Feb 2006 08:50:45 +0100 |
Benoit Boissinot |
merge with crew
|
Wed, 01 Feb 2006 08:46:24 +0100 |
Benoit Boissinot |
abort when using 'update -m' and this is not a merge
|
Tue, 31 Jan 2006 08:14:48 -0800 |
Vadim Gelfer |
merge with self.
|
Tue, 31 Jan 2006 08:14:23 -0800 |
Vadim Gelfer |
add documentation for email command.
|
Tue, 31 Jan 2006 08:13:03 -0800 |
Vadim Gelfer |
forgot to add import statement for _.
|
Tue, 31 Jan 2006 08:08:43 -0800 |
Vadim Gelfer |
add _ to several strings
|
Tue, 31 Jan 2006 08:06:35 -0800 |
Vadim Gelfer |
turn patchbomb script into an extension module.
|
Sun, 05 Feb 2006 20:52:55 -0500 |
Josef "Jeff" Sipek |
[hgweb] Added rename information to gitweb templates & misc cleanups
|
Mon, 30 Jan 2006 19:34:35 +1300 |
Matt Mackall |
verify: notice extra data in indices
|
Mon, 30 Jan 2006 13:01:16 +1300 |
Matt Mackall |
Added tag 0.8 for changeset 3a56574f329a368d645853e0f9e09472aee62349
|
Mon, 30 Jan 2006 12:04:36 +1300 |
Matt Mackall |
Merge with crew
0.8
|
Mon, 30 Jan 2006 12:02:12 +1300 |
Brendan Cully |
Safer version of FileMerge merge
|
Mon, 30 Jan 2006 12:02:06 +1300 |
Benoit Boissinot |
return a non-zero exit code when a merge failed
|
Sun, 29 Jan 2006 14:36:11 +0100 |
Thomas Arendsen Hein |
Added missing quote in warning text to tests, too.
|
Sun, 29 Jan 2006 14:33:12 +0100 |
Thomas Arendsen Hein |
Added missing quote in warning text.
|
Sun, 29 Jan 2006 20:30:41 +1300 |
Matt Mackall |
Fix revlog signature check for empty revlogs
|
Sun, 29 Jan 2006 20:27:58 +1300 |
Matt Mackall |
Add revlog version signature check
|
Sun, 29 Jan 2006 20:13:43 +1300 |
Matt Mackall |
doc: clone and outgoing point to pull for valid path docs
|
Sun, 29 Jan 2006 19:06:42 +1300 |
Matt Mackall |
deprecate the rawcommit command
|
Sun, 29 Jan 2006 18:38:56 +1300 |
Matt Mackall |
convert-repo: use commit rather than rawcommit
|
Sun, 29 Jan 2006 17:22:03 +1300 |
Matt Mackall |
convert-repo: automatically create empty map file
|
Sun, 29 Jan 2006 17:12:31 +1300 |
Benoit Boissinot |
deprecate the use of 'hg tag NAME [REV]'
|
Sun, 29 Jan 2006 17:10:38 +1300 |
Matt Mackall |
hgweb: show copy/rename links in file history
|
Sun, 29 Jan 2006 00:31:11 +0100 |
Peter van Dijk |
unbreak templates/summary-gitweb.tmpl
|
Sun, 29 Jan 2006 12:23:52 +1300 |
Matt Mackall |
Fix comment syntax
|
Sun, 29 Jan 2006 00:18:52 +0100 |
Peter van Dijk |
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
|
Sun, 29 Jan 2006 11:17:54 +1300 |
Matt Mackall |
hgweb: fix breakage on manifest subdirs from path cleaning
|
Sun, 29 Jan 2006 10:10:16 +1300 |
Petr Mazanec |
Process working files through encode filters in dodiff()
|
Sun, 29 Jan 2006 10:10:00 +1300 |
Christian Ebert |
Use of opendiff as merge program on MacOS X
|
Sun, 29 Jan 2006 09:10:13 +1300 |
Matt Mackall |
Clean up paths passed to hgweb
|
Sun, 29 Jan 2006 08:38:31 +1300 |
Benoit Boissinot |
add removed files to the changelog file list
|
Sat, 28 Jan 2006 17:16:15 +1300 |
mason |
Remove duplicate bunidiff code from hgdiff, importing from mdiff.py instead
|
Fri, 27 Jan 2006 12:15:39 +0100 |
Alexis S. L. Carvalho |
bash_completion: ignore hg help error messages
|
Fri, 27 Jan 2006 12:11:14 +0100 |
Alexis S. L. Carvalho |
bash_completion: always use single quotes with compgen -W
|
Fri, 27 Jan 2006 12:10:35 +0100 |
Alexis S. L. Carvalho |
bash_completion: be more careful about whitespaces
|
Thu, 26 Jan 2006 16:37:31 +0100 |
Thomas Arendsen Hein |
Added hint to hg-ssh that you can use shell pattern matching.
|
Thu, 26 Jan 2006 15:07:46 +0100 |
Thomas Arendsen Hein |
_hg_status improvements in bash_completion:
|
Thu, 26 Jan 2006 14:52:26 +0100 |
Alexis S. L. Carvalho |
bash_completion: small updates and fixes
|
Tue, 24 Jan 2006 15:02:10 +1300 |
mason |
Add new bdiff based unidiff generation.
|
Tue, 24 Jan 2006 14:49:19 +1300 |
Matt Mackall |
contrib: add Chris Mason's stand-alone diff tool
|
Tue, 24 Jan 2006 13:59:11 +1300 |
efiring |
Fix rcpath for hgwebdir case (sys.argv is empty)
|
Tue, 24 Jan 2006 13:59:01 +1300 |
Robin Farine |
copy & rename can ignore removed source files
|
Tue, 24 Jan 2006 13:57:09 +1300 |
Robin Farine |
copy/rename '.' or '..' correctly
|
Tue, 24 Jan 2006 13:50:40 +1300 |
Matt Mackall |
Merge with Eric
|
Tue, 24 Jan 2006 13:49:20 +1300 |
Matt Mackall |
Merge with crew
|
Fri, 20 Jan 2006 09:35:43 -0800 |
Eric Hopper |
This fixes a bug that Chris Mason found. As for a test case, I can't
|
Sun, 22 Jan 2006 18:54:25 +0100 |
Thomas Arendsen Hein |
Copy manifest map before modifying it (see issue86)
|
Mon, 23 Jan 2006 16:36:44 +1300 |
Matt Mackall |
[hgweb] Prevent search engine bots from indexing the entire repository
|
Wed, 18 Jan 2006 17:07:48 +0100 |
Benoit Boissinot |
fix for hgweb.filterfiles
|
Wed, 18 Jan 2006 16:55:05 +0100 |
Benoit Boissinot |
make the order of the arguments for filterfiles consistent
|
Tue, 17 Jan 2006 16:10:22 +0100 |
Benoit Boissinot |
correct the relative path when walking from a subdir
|
Tue, 17 Jan 2006 16:00:55 +0100 |
Thomas Arendsen Hein |
Added test for relative paths and all status flags for 'hg status'
|
Tue, 17 Jan 2006 15:03:47 +0100 |
Thomas Arendsen Hein |
Added test for the currently broken addremove with the expected output.
|
Mon, 16 Jan 2006 15:51:09 +0100 |
Benoit Boissinot |
fix locate broken since 63799b01985c
|
Thu, 12 Jan 2006 21:55:19 +0100 |
Thomas Arendsen Hein |
Restored old behaviour for 'hg co' and 'hg co -C' for removed files.
|
Thu, 12 Jan 2006 21:02:38 +0100 |
Thomas Arendsen Hein |
Adjusted all but one test output for the new behaviour of localrepo.changes()
|
Thu, 12 Jan 2006 13:58:36 +0100 |
Thomas Arendsen Hein |
Distinguish removed and deleted files. Tests are not fixed yet.
|
Thu, 12 Jan 2006 13:35:09 +0100 |
Thomas Arendsen Hein |
Renamed c, a, d, u to modified, added, removed, unknown for users of changes()
|
Thu, 12 Jan 2006 12:22:28 +0100 |
Thomas Arendsen Hein |
Make localrepo.changes() internally distinguish between removed and deleted.
|
Thu, 12 Jan 2006 11:32:07 +0100 |
Thomas Arendsen Hein |
Cleaned up localrepo.changes()
|
Thu, 12 Jan 2006 07:57:58 +0100 |
Thomas Arendsen Hein |
Cleanup of indentation, spacing, newlines, strings and line length
|
Thu, 12 Jan 2006 06:29:06 +0100 |
Vincent Danjean |
hgk.py is not a script (no '#!' line needed)
|
Tue, 10 Jan 2006 13:12:13 +0100 |
Guy Brand |
Added archives links to gitweb template
|
Sat, 07 Jan 2006 16:34:20 +0100 |
Thomas Arendsen Hein |
Adjusted test output to match new hgignore error messages.
|
Mon, 02 Jan 2006 15:52:56 -0800 |
Vadim Gelfer |
make invalid pattern message not confusing.
|
Mon, 02 Jan 2006 15:48:16 -0800 |
Vadim Gelfer |
if hgignore contains errors, print message that is not confusing.
|
Mon, 02 Jan 2006 15:25:33 -0800 |
Vadim Gelfer |
eliminate backtrace when piping output on windows.
|
Mon, 02 Jan 2006 14:31:25 -0800 |
Vadim Gelfer |
document revert command more accurately.
|
Thu, 29 Dec 2005 14:59:19 -0600 |
Muli Ben-Yehuda |
add '_' to several strings
|
Thu, 29 Dec 2005 14:51:29 -0600 |
Muli Ben-Yehuda |
- duplicate the parent link logic to show child links
|
Wed, 28 Dec 2005 07:22:26 -0800 |
Vadim Gelfer |
merge with mainline
|
Wed, 28 Dec 2005 07:13:52 -0800 |
Vadim Gelfer |
add --plain option to patchbomb.
|
Wed, 28 Dec 2005 07:11:46 -0800 |
Vadim Gelfer |
make patchbomb work with recent changes to export
|
Wed, 28 Dec 2005 00:27:05 -0600 |
Muli Ben-Yehuda |
strictly adher to 80 chars per line
|
Tue, 27 Dec 2005 16:18:00 -0600 |
Matt Mackall |
Error handling for unbundle, fix option line wrapping
|
Tue, 27 Dec 2005 16:16:06 -0600 |
Muli Ben-Yehuda |
add --update support to 'hg unbundle'
|
Tue, 27 Dec 2005 13:12:53 -0600 |
Benoit Boissinot |
remove the gpg stuff from hgeditor (superseded by the signing extension)
|
Tue, 27 Dec 2005 13:09:49 -0600 |
Benoit Boissinot |
cleanup of revlog.group when repository is local
|
Tue, 27 Dec 2005 12:52:25 -0600 |
Benoit Boissinot |
remove a duplicate check in commit / fix a bug when merging files
|
Tue, 27 Dec 2005 12:52:10 -0600 |
Benoit Boissinot |
fix 'hg tag <tagname> <revision>
|
Thu, 22 Dec 2005 13:18:44 -0600 |
Matt Mackall |
Re-enable the renamed check fastpath
|
Fri, 16 Dec 2005 11:13:08 -0600 |
Matt Mackall |
Merge with crew
|
Thu, 15 Dec 2005 17:50:10 +0100 |
Benoit Boissinot |
if a filename contains spaces, patch adds quote around it
|
Fri, 16 Dec 2005 11:12:08 -0600 |
Benoit Boissinot |
gpg signing extension for hg
|
Fri, 16 Dec 2005 01:32:44 -0600 |
Benoit Boissinot |
do not copy atime and mtime in util.copyfiles
|
Fri, 16 Dec 2005 01:32:28 -0600 |
Benoit Boissinot |
reloads manifest and changelog after recovering
|
Fri, 16 Dec 2005 00:12:00 -0600 |
Benoit Boissinot |
fix a bug in hg export --switch-parent
|
Thu, 15 Dec 2005 16:19:23 +0100 |
Thomas Arendsen Hein |
Better error message (without /.hg appended) when repository is not found.
|
Thu, 15 Dec 2005 15:40:14 +0100 |
Daniel Kobras |
Less annoying directory completion (see http://bugs.debian.org/343458)
|
Thu, 15 Dec 2005 15:39:20 +0100 |
Thomas Arendsen Hein |
Merge with upstream.
|
Mon, 12 Dec 2005 07:50:43 -0800 |
Vadim Gelfer |
delete unintended print statement
|
Sun, 11 Dec 2005 15:38:42 -0800 |
Vadim Gelfer |
merge with crew
|
Fri, 04 Nov 2005 11:51:01 -0800 |
Vadim Gelfer |
make mercurial look in more places for config files.
|
Tue, 06 Dec 2005 14:10:38 +0100 |
Benoit Boissinot |
fix the cat command
|
Wed, 14 Dec 2005 22:19:03 -0600 |
Benoit Boissinot |
abort when merging two heads and repository has local changes
|
Wed, 14 Dec 2005 22:12:18 -0600 |
Matt Mackall |
Merge http://sh0n.net/jeffpc/repos/hg-gitweb/
|
Mon, 12 Dec 2005 02:05:08 -0500 |
Josef "Jeff" Sipek |
Remove tabs, and trailing whitespace from hgweb.py
|
Mon, 12 Dec 2005 01:25:24 -0500 |
Josef "Jeff" Sipek |
[hgweb] Remove reference to a non-existing file
|
Sat, 10 Dec 2005 00:26:32 -0500 |
Josef "Jeff" Sipek |
[hgweb] Fixed up bad link
|
Sat, 10 Dec 2005 00:09:13 -0500 |
Josef "Jeff" Sipek |
File log and some FIXMEs
|
Mon, 05 Dec 2005 07:07:40 -0500 |
Josef "Jeff" Sipek |
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style
|
Mon, 05 Dec 2005 05:01:28 -0500 |
Josef "Jeff" Sipek |
[hgweb] More gitweb style related fixes
|
Mon, 05 Dec 2005 04:49:37 -0500 |
Josef "Jeff" Sipek |
File revision style fixed
|
Mon, 05 Dec 2005 04:30:47 -0500 |
Josef "Jeff" Sipek |
[hgweb] Initial import of the "gitweb" style
|
Wed, 14 Dec 2005 21:01:57 -0600 |
Benoit Boissinot |
add a --switch-parent option to export against the other parent
|
Wed, 14 Dec 2005 20:53:45 -0600 |
Benoit Boissinot |
hg log -p should show file deletions
|
Wed, 14 Dec 2005 20:38:11 -0600 |
Benoit Boissinot |
quote the filename when calling HGEDITOR
|
Thu, 01 Dec 2005 10:51:45 -0600 |
Benoit Boissinot |
make all commands be repo-wide by default
|
Thu, 01 Dec 2005 10:51:33 -0600 |
TK Soh |
make command defaults works for aliases
|
Thu, 01 Dec 2005 10:48:42 -0600 |
Arun Sharma |
Handle hg under /
|
Thu, 01 Dec 2005 10:48:35 -0600 |
Robin Farine |
fix rename --after
|
Thu, 01 Dec 2005 10:48:29 -0600 |
Benoit Boissinot |
Re: [PATCH 2 of 3] remove walk warning about nonexistent files
|
Thu, 01 Dec 2005 10:48:22 -0600 |
Robin Farine |
export patkind() from util
|
Thu, 01 Dec 2005 10:48:18 -0600 |
Christian Boos |
Fix walkhelper on windows.
|
Tue, 29 Nov 2005 22:29:14 +0100 |
Benoit Boissinot |
disallow '\n' and '\r' in tag names
|
Tue, 29 Nov 2005 18:06:23 +0100 |
Thomas Arendsen Hein |
Merge with http://hg.omnifarious.org/~hopper/mercurial
|
Fri, 18 Nov 2005 22:48:47 -0800 |
Eric Hopper |
Convert all classes to new-style classes by deriving them from object.
|
Sun, 27 Nov 2005 16:37:18 +0100 |
Robin Farine |
fix run-tests' PYTHONPATH
|
Wed, 23 Nov 2005 18:36:44 +0100 |
Thomas Arendsen Hein |
Updated help text for 'hg log'.
|
Wed, 23 Nov 2005 08:07:27 +0100 |
Thomas Arendsen Hein |
Space/Tab cleanup in bash_completion.
|
Wed, 23 Nov 2005 08:02:35 +0100 |
Alexis S. L. Carvalho |
bash_completion: use hg --debug help to get the list of debug commands.
|
Thu, 17 Nov 2005 19:38:57 +0100 |
Thomas Arendsen Hein |
Catch IOErrors and RepoErrors when serving repositories via hgweb.
|
Thu, 17 Nov 2005 19:18:33 +0100 |
Thomas Arendsen Hein |
Merge with mercurial/crew
|
Wed, 16 Nov 2005 19:19:39 +0100 |
Thomas Arendsen Hein |
Added version information to "report bug" message for unknown exceptions.
|
Wed, 16 Nov 2005 12:56:19 +0100 |
Thomas Arendsen Hein |
Fixes to "hg heads -r FOO":
|
Wed, 16 Nov 2005 12:08:25 +0100 |
Benoit Boissinot |
add a -r/--rev option to heads to show only heads descendant from rev
|
Thu, 17 Nov 2005 19:11:13 +0100 |
Thomas Arendsen Hein |
Always escape repository name in hgweb, very important in notfound.tmpl.
|
Wed, 16 Nov 2005 20:53:16 +0100 |
Will |
fix bug in setup.py introduced in r1508.
|
Tue, 15 Nov 2005 20:35:10 +0100 |
TK Soh |
close .hg/hgrc after writing the default values on clone
|
Mon, 14 Nov 2005 21:47:07 +0100 |
Benoit Boissinot |
close file before renaming it (since it doesn't work the other way on windows)
|
Mon, 14 Nov 2005 16:10:59 +0100 |
Benoit Boissinot |
fix errors found by pychecker
|
Mon, 14 Nov 2005 15:10:10 +0100 |
Michael Gebetsroither |
added st as alias for status in zsh_completition
|
Mon, 14 Nov 2005 15:09:34 +0100 |
Thomas Arendsen Hein |
Merge with Thomas Waldmann
|
Mon, 14 Nov 2005 04:58:28 +0200 |
twaldmann |
made C src formatting more consistent
|
Mon, 14 Nov 2005 03:59:35 +0200 |
twaldmann |
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
|
Mon, 14 Nov 2005 02:30:19 +0200 |
twaldmann |
minor optimization: save some string trash
|
Sun, 13 Nov 2005 16:25:45 +0100 |
Benoit Boissinot |
use posix compliant option for head
|
Sun, 13 Nov 2005 02:08:39 +0100 |
Thomas Arendsen Hein |
Merge with upstream
|
Sun, 13 Nov 2005 02:06:02 +0100 |
Thomas Arendsen Hein |
Added hg-ssh - a wrapper for ssh access to a limited set of mercurial repos
|
Thu, 10 Nov 2005 16:16:28 +0100 |
Thomas Arendsen Hein |
Catch the exception raised with 'hg help <somethingambiguous>'.
|
Fri, 11 Nov 2005 18:20:24 -0800 |
mason |
Add revlog.strip to truncate away revisions.
|
Fri, 11 Nov 2005 18:20:22 -0800 |
mason |
Optimize manifest.add
|
Fri, 11 Nov 2005 18:20:19 -0800 |
mason |
Reduce string duplication in compression code
|
Fri, 11 Nov 2005 15:34:17 -0800 |
Benoit Boissinot |
reset mtime when two files are equal
|
Fri, 11 Nov 2005 15:34:13 -0800 |
Benoit Boissinot |
add localrepo.wlock for protecting the dirstate
|
Fri, 11 Nov 2005 15:34:09 -0800 |
Benoit Boissinot |
add a releasefn keyword to lock.lock
|
Fri, 11 Nov 2005 15:34:06 -0800 |
Benoit Boissinot |
add dirstate.lazyread, write atomically the dirstate
|
Fri, 11 Nov 2005 15:33:59 -0800 |
Benoit Boissinot |
add an atomic argument to util.opener
|
Fri, 11 Nov 2005 15:33:08 -0800 |
Benoit Boissinot |
don't print anything about file of unsupported type unless
|
Fri, 11 Nov 2005 15:32:28 -0800 |
TK Soh |
fix a bug where command defaults suppress global options
|
Wed, 09 Nov 2005 13:42:16 -0800 |
Matt Mackall |
Merge with TAH
|
Wed, 09 Nov 2005 13:40:08 -0800 |
TK Soh |
hgweb: fix traceback by skipping invalid repo paths
|
Wed, 09 Nov 2005 13:39:56 -0800 |
Matt Mackall |
Fix line wrapping
|