Thu, 22 Jun 2006 02:44:39 +0200 Fix hg diff regression
andrea@suse.de [Thu, 22 Jun 2006 02:44:39 +0200] rev 2482
Fix hg diff regression
Wed, 21 Jun 2006 17:55:11 -0700 add tests for push over http.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 21 Jun 2006 17:55:11 -0700] rev 2481
add tests for push over http.
Wed, 21 Jun 2006 17:30:31 -0700 fix -I/-X when relative paths used or in subdir
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 21 Jun 2006 17:30:31 -0700] rev 2480
fix -I/-X when relative paths used or in subdir
Wed, 21 Jun 2006 17:09:29 -0700 hg.repository: many routines expect path to be a string even if empty.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 21 Jun 2006 17:09:29 -0700] rev 2479
hg.repository: many routines expect path to be a string even if empty.
Wed, 21 Jun 2006 16:20:21 -0700 fix bug in localrepo.changes.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 21 Jun 2006 16:20:21 -0700] rev 2478
fix bug in localrepo.changes. caused by 1e32e2fe8a677c391049d40b8794478976a0a914.
Wed, 21 Jun 2006 15:31:23 -0700 use commit time as mtime for file archives.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 21 Jun 2006 15:31:23 -0700] rev 2477
use commit time as mtime for file archives. now output from two run of "hg archive -t zip" is same.
Wed, 21 Jun 2006 15:15:06 -0700 archive: make "hg archive -t XXX -" to write to stdout
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 21 Jun 2006 15:15:06 -0700] rev 2476
archive: make "hg archive -t XXX -" to write to stdout
Wed, 21 Jun 2006 09:32:31 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 21 Jun 2006 09:32:31 -0700] rev 2475
merge with crew.
Wed, 21 Jun 2006 09:28:48 -0700 Fix cold cache diff performance
Chris Mason <mason@suse.com> [Wed, 21 Jun 2006 09:28:48 -0700] rev 2474
Fix cold cache diff performance cold cache diff performance has regressed in two ways. localrepo.changes has optimizations for diffing against the working dir parent that expect node1 to be None. commands.revpair() usage means that commands.dodiff() never sends node1 == None. This is fixed in localrepo.changes by checking against the dirstate parents. In the non-dirstate parents case, localrepo.changes does a loop comparing files without first sorting the file names, leading to random access across the disk.
Wed, 21 Jun 2006 09:15:42 -0700 change some repo messages in small ways.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 21 Jun 2006 09:15:42 -0700] rev 2473
change some repo messages in small ways. move "pushing" and "pulling" after repo create so error message and exit happens before messages printed. fix sshrepo parse error message.
Wed, 21 Jun 2006 09:14:36 -0700 make repo scheme table driven.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 21 Jun 2006 09:14:36 -0700] rev 2472
make repo scheme table driven.
Tue, 20 Jun 2006 23:58:45 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 23:58:45 -0700] rev 2471
merge with crew.
Tue, 20 Jun 2006 23:58:21 -0700 use demandload more.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 23:58:21 -0700] rev 2470
use demandload more.
Tue, 20 Jun 2006 18:39:52 -0700 hg.repository: make protocol table driven.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 18:39:52 -0700] rev 2469
hg.repository: make protocol table driven. allows extensions to add new protocols.
Tue, 20 Jun 2006 17:51:39 -0700 mac os x: fixes for 10.2 from chris monson <monpublic@gmail.com>
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 17:51:39 -0700] rev 2468
mac os x: fixes for 10.2 from chris monson <monpublic@gmail.com>
Tue, 20 Jun 2006 15:23:54 -0700 http client: better work with authorization errors, broken sockets.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 15:23:54 -0700] rev 2467
http client: better work with authorization errors, broken sockets.
Tue, 20 Jun 2006 15:23:01 -0700 push over http: server side authorization support.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 15:23:01 -0700] rev 2466
push over http: server side authorization support. new hgrc entries allow_push, deny_push, push_ssl control push over http. allow_push list controls push. if empty or not set, no user can push. if "*", any user (incl. unauthenticated user) can push. if list of user names, only authenticated users in list can push. deny_push list examined before allow_push. if "*", no user can push. if list of user names, no unauthenticated user can push, and no users in list can push. push_ssl requires https connection for push. default is true, so password sniffing can not be done.
Tue, 20 Jun 2006 15:17:28 -0700 push over http: client support.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 15:17:28 -0700] rev 2465
push over http: client support. stream bundle data using PUT request.
Tue, 20 Jun 2006 15:16:50 -0700 push over http: server support.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 15:16:50 -0700] rev 2464
push over http: server support. write "unbundle" verb for http.
Tue, 20 Jun 2006 15:14:12 -0700 localrepository.push: propagate return value
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 15:14:12 -0700] rev 2463
localrepository.push: propagate return value
Tue, 20 Jun 2006 15:13:17 -0700 util: add limit to amount filechunkiter will read
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 15:13:17 -0700] rev 2462
util: add limit to amount filechunkiter will read
Tue, 20 Jun 2006 09:11:41 -0700 tidy up mtime patch of andrea, get back half of performance loss.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 20 Jun 2006 09:11:41 -0700] rev 2461
tidy up mtime patch of andrea, get back half of performance loss. this makes diff < 3% slower than before.
Tue, 20 Jun 2006 15:37:41 +0200 report correct mtime in the hg diff output
andrea@suse.de [Tue, 20 Jun 2006 15:37:41 +0200] rev 2460
report correct mtime in the hg diff output
Mon, 19 Jun 2006 20:37:36 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 19 Jun 2006 20:37:36 +0200] rev 2459
merge with crew
Sun, 18 Jun 2006 19:10:48 +0200 change log message creation when using 'hg import'
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 18 Jun 2006 19:10:48 +0200] rev 2458
change log message creation when using 'hg import' if found cmdline is used else if found patch header is used else launch hgeditor
Sun, 18 Jun 2006 21:15:01 -0700 merge emacs changes.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 18 Jun 2006 21:15:01 -0700] rev 2457
merge emacs changes.
Sun, 18 Jun 2006 21:04:42 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 18 Jun 2006 21:04:42 -0700] rev 2456
merge with crew.
Sun, 18 Jun 2006 04:13:33 +0900 Emacs: follow the revision usage policy of "hg diff" command.
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sun, 18 Jun 2006 04:13:33 +0900] rev 2455
Emacs: follow the revision usage policy of "hg diff" command. This patche makes "parent" as default revision of diff command.
Sun, 18 Jun 2006 04:02:56 +0900 Emacs: change directory of output buffer to the root of the repository.
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sun, 18 Jun 2006 04:02:56 +0900] rev 2454
Emacs: change directory of output buffer to the root of the repository.
Sun, 18 Jun 2006 03:46:00 +0900 Emacs: use `default-directory' if `buffer-file-name' is null.
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sun, 18 Jun 2006 03:46:00 +0900] rev 2453
Emacs: use `default-directory' if `buffer-file-name' is null. This patch allows you to co-operate with Mercurial in dired buffer.
Sat, 17 Jun 2006 00:06:28 +0900 Emacs: use delete-region instead of kill-* functions.
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Sat, 17 Jun 2006 00:06:28 +0900] rev 2452
Emacs: use delete-region instead of kill-* functions. This patch eliminates `kill-line' which taints kill-ring, and `kill-entire-line' which is specific for XEmacs.
Sat, 17 Jun 2006 18:36:04 +0200 merge with crew
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 17 Jun 2006 18:36:04 +0200] rev 2451
merge with crew
Sat, 17 Jun 2006 18:20:09 +0200 fix an undefined variable spotted by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 17 Jun 2006 18:20:09 +0200] rev 2450
fix an undefined variable spotted by pychecker
Sat, 17 Jun 2006 18:15:48 +0200 fix unused variable warning from pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 17 Jun 2006 18:15:48 +0200] rev 2449
fix unused variable warning from pychecker
Fri, 16 Jun 2006 12:58:24 -0700 replace os.stat with os.lstat in some where.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 16 Jun 2006 12:58:24 -0700] rev 2448
replace os.stat with os.lstat in some where.
Fri, 16 Jun 2006 10:19:45 -0700 httprepo: make "http://user:pass@host/" urls work
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 16 Jun 2006 10:19:45 -0700] rev 2447
httprepo: make "http://user:pass@host/" urls work
Fri, 16 Jun 2006 10:02:59 -0700 httprepo: fix small bug in authentication.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 16 Jun 2006 10:02:59 -0700] rev 2446
httprepo: fix small bug in authentication.
Fri, 16 Jun 2006 08:52:28 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 16 Jun 2006 08:52:28 -0700] rev 2445
merge with crew.
Fri, 16 Jun 2006 10:00:37 -0300 Update keepalive.py to current CVS version of urlgrabber.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 16 Jun 2006 10:00:37 -0300] rev 2444
Update keepalive.py to current CVS version of urlgrabber. This fixes a bug where the output of test-bad-pull would differ between python 2.3 and 2.4. Also update the expected output of this test.
Fri, 16 Jun 2006 07:07:11 -0700 patchbomb does not handle email time stamp plattform independent
Volker Kleinfeld <Volker.Kleinfeld@gmx.de> [Fri, 16 Jun 2006 07:07:11 -0700] rev 2443
patchbomb does not handle email time stamp plattform independent
Thu, 15 Jun 2006 17:07:30 -0700 http: query server for capabilities
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 17:07:30 -0700] rev 2442
http: query server for capabilities
Thu, 15 Jun 2006 16:41:49 -0700 remove use of undefined variable.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 16:41:49 -0700] rev 2441
remove use of undefined variable.
Thu, 15 Jun 2006 16:38:23 -0700 merge with self.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 16:38:23 -0700] rev 2440
merge with self.
Thu, 15 Jun 2006 16:37:23 -0700 extend network protocol to stop clients from locking servers
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 16:37:23 -0700] rev 2439
extend network protocol to stop clients from locking servers now all repositories have capabilities slot, tuple with list of names. if 'unbundle' capability present, repo supports push where client does not need to lock server. repository classes that have unbundle capability also have unbundle method. implemented for ssh now, will be base for push over http. unbundle protocol acts this way. server tells client what heads it has during normal negotiate step. client starts unbundle by repeat server's heads back to it. if server has new heads, abort immediately. otherwise, transfer changes to server. once data transferred, server locks and checks heads again. if heads same, changes can be added. else someone else added heads, and server aborts. if client wants to force server to add heads, sends special heads list of 'force'.
Thu, 15 Jun 2006 15:42:16 -0700 test-bad-pull: fix change in error output.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 15:42:16 -0700] rev 2438
test-bad-pull: fix change in error output.
Thu, 15 Jun 2006 15:36:23 -0700 sshrepo: fix bug in error formatting.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 15:36:23 -0700] rev 2437
sshrepo: fix bug in error formatting.
Thu, 15 Jun 2006 13:27:57 -0700 hgweb: split "verbs" into methods.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 13:27:57 -0700] rev 2436
hgweb: split "verbs" into methods.
Thu, 15 Jun 2006 12:57:59 -0700 http client: support persistent connections.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 12:57:59 -0700] rev 2435
http client: support persistent connections. uses keepalive module from urlgrabber package. tested against "hg serve", cgi server, and through http proxy. used ethereal to verify that only one tcp connection used during entire "hg pull" sequence. if server supports keepalive, this makes latency of "hg pull" much lower.
Thu, 15 Jun 2006 12:55:58 -0700 http server: support persistent connections.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 12:55:58 -0700] rev 2434
http server: support persistent connections. only "hg serve" affected yet. http server running cgi script will not use persistent connections. support for fastcgi will help that. clients that support keepalive can use one tcp connection for all commands during clone and pull. this makes latency of binary search during pull much lower over wan. if server does not know content-length, it will force connection to close at end. right fix is to use chunked transfer-encoding but this is easier and does not hurt performance. only command that is affected is "changegroup" which is always last command during a pull.
Wed, 14 Jun 2006 15:41:37 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 14 Jun 2006 15:41:37 -0700] rev 2433
merge with crew.
Wed, 14 Jun 2006 15:41:06 -0700 move hgk.py into hgext. now to enable "hg view" is one less step.
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 14 Jun 2006 15:41:06 -0700] rev 2432
move hgk.py into hgext. now to enable "hg view" is one less step. edit ~/.hgrc: [extensions] hgext.hgk = cp contrib/hgk ~/bin
Wed, 14 Jun 2006 21:53:42 +0200 replace old-http:// syntax by static-http:// and deprecate the redundant hg://
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 14 Jun 2006 21:53:42 +0200] rev 2431
replace old-http:// syntax by static-http:// and deprecate the redundant hg://
Wed, 14 Jun 2006 18:27:30 +0000 Add web.contact to the hgrc documentation.
"Daniel Santa Cruz <byteshack@gmail.com>" [Wed, 14 Jun 2006 18:27:30 +0000] rev 2430
Add web.contact to the hgrc documentation.
Tue, 13 Jun 2006 14:56:01 -0700 dirstate: fix call to os.lstat when st is None
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 13 Jun 2006 14:56:01 -0700] rev 2429
dirstate: fix call to os.lstat when st is None
Tue, 13 Jun 2006 08:56:23 -0700 honor signals during load of extensions.
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 13 Jun 2006 08:56:23 -0700] rev 2428
honor signals during load of extensions.
Mon, 12 Jun 2006 22:09:50 -0700 dirstate.read: make 15% faster.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 12 Jun 2006 22:09:50 -0700] rev 2427
dirstate.read: make 15% faster. time to read dirstate for my kernel repo goes from 0.22s to 0.18s.
Mon, 12 Jun 2006 09:36:44 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 12 Jun 2006 09:36:44 -0700] rev 2426
merge with crew.
Mon, 12 Jun 2006 09:36:23 -0700 dirstate: speed up inner loop of read.
Vadim Gelfer <vadim.gelfer@gmail.com> [Mon, 12 Jun 2006 09:36:23 -0700] rev 2425
dirstate: speed up inner loop of read.
Sat, 10 Jun 2006 17:39:29 +0200 Report on push/pull if heads are merged, too, like for new heads.
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 10 Jun 2006 17:39:29 +0200] rev 2424
Report on push/pull if heads are merged, too, like for new heads. Use case: If a remote repo has two heads and I _want_ to merge them, I merge and push. Meanwhile someone else pushed on top of one of the heads. He won't get a warning, because he doesn't create a new head, I won't notice that I don't close a head, because I don't get a message telling me.
Sat, 10 Jun 2006 11:28:40 +0200 merge with upstream
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 10 Jun 2006 11:28:40 +0200] rev 2423
merge with upstream
Fri, 09 Jun 2006 12:05:17 -0700 add --lsprof option. 3x faster than --profile, more useful output.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 09 Jun 2006 12:05:17 -0700] rev 2422
add --lsprof option. 3x faster than --profile, more useful output. results include calls to c code and nested calls. requires python 2.5 or lsprof installed from svn at http://codespeak.net/svn/user/arigo/hack/misc/lsprof/
Fri, 09 Jun 2006 18:03:35 -0500 ssh: add capability detection at startup
Matt Mackall <mpm@selenic.com> [Fri, 09 Jun 2006 18:03:35 -0500] rev 2421
ssh: add capability detection at startup Because older servers don't return any output for unknown commands, it's tricky to add new commands. The approach is this: we add a "hello" command that reports any interesting capabilities (and other things that might be of interest in the future). To detect whether this new command is supported, we issue both it and our startup detection command ("between") at the beginning of a connection.
Fri, 09 Jun 2006 17:48:14 -0500 ssh: gather initial output so we can do capability detection
Matt Mackall <mpm@selenic.com> [Fri, 09 Jun 2006 17:48:14 -0500] rev 2420
ssh: gather initial output so we can do capability detection
Fri, 09 Jun 2006 17:47:38 -0500 Initial implementation of hello command for ssh
Matt Mackall <mpm@selenic.com> [Fri, 09 Jun 2006 17:47:38 -0500] rev 2419
Initial implementation of hello command for ssh
Fri, 09 Jun 2006 09:14:52 -0700 update test-help output after new options.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 09 Jun 2006 09:14:52 -0700] rev 2418
update test-help output after new options.
Fri, 09 Jun 2006 09:14:30 -0700 copy: fix introduced bug.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 09 Jun 2006 09:14:30 -0700] rev 2417
copy: fix introduced bug.
Fri, 09 Jun 2006 09:09:17 -0700 make description of -n option better.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 09 Jun 2006 09:09:17 -0700] rev 2416
make description of -n option better.
Fri, 09 Jun 2006 09:06:40 -0700 revert: add -n/--dry-run option
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 09 Jun 2006 09:06:40 -0700] rev 2415
revert: add -n/--dry-run option
Fri, 09 Jun 2006 09:00:08 -0700 remove: add -n/--dry-run option
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 09 Jun 2006 09:00:08 -0700] rev 2414
remove: add -n/--dry-run option
Fri, 09 Jun 2006 08:48:30 -0700 copy: add -n/--dry-run option
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 09 Jun 2006 08:48:30 -0700] rev 2413
copy: add -n/--dry-run option
Fri, 09 Jun 2006 08:42:36 -0700 addremove: add -n/--dry-run option
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 09 Jun 2006 08:42:36 -0700] rev 2412
addremove: add -n/--dry-run option
Fri, 09 Jun 2006 08:40:06 -0700 add: add -n/--dry-run option
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 09 Jun 2006 08:40:06 -0700] rev 2411
add: add -n/--dry-run option
Thu, 08 Jun 2006 11:28:27 -0700 debugconfig: allow to print by section and exact item name
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 08 Jun 2006 11:28:27 -0700] rev 2410
debugconfig: allow to print by section and exact item name
Thu, 08 Jun 2006 15:06:31 +0200 Fix diff header (line endings) for failed test output in run-tests.py.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 08 Jun 2006 15:06:31 +0200] rev 2409
Fix diff header (line endings) for failed test output in run-tests.py.
Thu, 08 Jun 2006 14:56:40 +0200 Don't run tests with dots in their name (e.g. test-foo.orig)
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 08 Jun 2006 14:56:40 +0200] rev 2408
Don't run tests with dots in their name (e.g. test-foo.orig)
Wed, 07 Jun 2006 13:16:25 -0700 revert: better fix for not printing 'reverting' message
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 07 Jun 2006 13:16:25 -0700] rev 2407
revert: better fix for not printing 'reverting' message
Wed, 07 Jun 2006 10:33:26 -0700 revert: check for changes against target rev
Vadim Gelfer <vadim.gelfer@gmail.com> [Wed, 07 Jun 2006 10:33:26 -0700] rev 2406
revert: check for changes against target rev
Wed, 07 Jun 2006 18:33:15 +0200 pick a non-conflicting module name when loading an extension
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 07 Jun 2006 18:33:15 +0200] rev 2405
pick a non-conflicting module name when loading an extension prefix the module name by 'hgext_' so that it doesn't conflict with any core python module (for example bisect -> hgext_bisect) fix issue271
Mon, 05 Jun 2006 16:48:24 +0200 Fixed 'hg serve --webdir-conf foo' which broke due to split of hgweb.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 05 Jun 2006 16:48:24 +0200] rev 2404
Fixed 'hg serve --webdir-conf foo' which broke due to split of hgweb.
Mon, 05 Jun 2006 12:24:00 +0200 Further cleanup of ui.py (changeset 74d569332f8b used one-char variable names).
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 05 Jun 2006 12:24:00 +0200] rev 2403
Further cleanup of ui.py (changeset 74d569332f8b used one-char variable names).
Fri, 02 Jun 2006 16:19:47 +0900 packagescan can't scan nested packages
Eung-Ju PARK <eungju@gmail.com> [Fri, 02 Jun 2006 16:19:47 +0900] rev 2402
packagescan can't scan nested packages
Sun, 04 Jun 2006 17:08:02 -0700 move purge extension out of hgext.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 17:08:02 -0700] rev 2401
move purge extension out of hgext. it is not as clean as other modules in hgext. can move back after rewrite.
Sun, 04 Jun 2006 16:47:46 -0700 import: allow to import stdin with file name "-"
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 16:47:46 -0700] rev 2400
import: allow to import stdin with file name "-"
Sun, 04 Jun 2006 10:32:13 -0700 fix comment.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 10:32:13 -0700] rev 2399
fix comment.
Sun, 04 Jun 2006 10:30:46 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 10:30:46 -0700] rev 2398
merge with crew.
Sun, 04 Jun 2006 10:29:34 -0700 merge change to ssh protocol.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 10:29:34 -0700] rev 2397
merge change to ssh protocol.
Sun, 04 Jun 2006 10:26:05 -0700 refactor ssh server.
Vadim Gelfer <vadim.gelfer@gmail.com> [Sun, 04 Jun 2006 10:26:05 -0700] rev 2396
refactor ssh server.
Sun, 04 Jun 2006 17:46:33 +0200 remove appendfile for the manifest when adding a changegroup
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 04 Jun 2006 17:46:33 +0200] rev 2395
remove appendfile for the manifest when adding a changegroup Since the changelog is using appendfile, the manifest entries cannot be referenced, so we don't need to use append file for the manifest.
Sun, 04 Jun 2006 12:19:51 +0200 hgweb: fix errors and warnings found by pychecker
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 04 Jun 2006 12:19:51 +0200] rev 2394
hgweb: fix errors and warnings found by pychecker - fix missing import - use type_ instead of type - remove unused variable
Sun, 04 Jun 2006 02:25:27 +0200 dirstate: refactor the dirstate binary format, remove magic numbers
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 04 Jun 2006 02:25:27 +0200] rev 2393
dirstate: refactor the dirstate binary format, remove magic numbers
Fri, 02 Jun 2006 08:25:02 -0700 Adjusting hgweb splitup to be a little cleaner.
Eric Hopper <hopper@omnifarious.org> [Fri, 02 Jun 2006 08:25:02 -0700] rev 2392
Adjusting hgweb splitup to be a little cleaner.
Fri, 02 Jun 2006 08:05:01 -0700 Fixing up comment headers for split up code.
Eric Hopper <hopper@omnifarious.org> [Fri, 02 Jun 2006 08:05:01 -0700] rev 2391
Fixing up comment headers for split up code.
Thu, 01 Jun 2006 15:55:09 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 01 Jun 2006 15:55:09 -0700] rev 2390
merge with crew.
Thu, 01 Jun 2006 15:54:54 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 01 Jun 2006 15:54:54 -0700] rev 2389
merge with crew.
Thu, 01 Jun 2006 15:54:31 -0700 Cleanup: unifiy the coding style in the ui.py configitems forwarders.
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Thu, 01 Jun 2006 15:54:31 -0700] rev 2388
Cleanup: unifiy the coding style in the ui.py configitems forwarders. No functional changes.
Thu, 01 Jun 2006 15:53:43 -0700 Expand '~' in path to extensions.
Markus F.X.J. Oberhumer <markus@oberhumer.com> [Thu, 01 Jun 2006 15:53:43 -0700] rev 2387
Expand '~' in path to extensions.
Thu, 01 Jun 2006 13:47:34 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 01 Jun 2006 13:47:34 -0700] rev 2386
merge with crew.
Mon, 22 May 2006 16:47:40 +0200 The line used to ignore the setup file for win32 is a regexp but it was after a "syntax: glob"
Marco Barisione <marco@barisione.org> [Mon, 22 May 2006 16:47:40 +0200] rev 2385
The line used to ignore the setup file for win32 is a regexp but it was after a "syntax: glob"
Mon, 22 May 2006 14:12:41 +0200 Automatically add the path of hg to %PATH% using add_path
Marco Barisione <marco@barisione.org> [Mon, 22 May 2006 14:12:41 +0200] rev 2384
Automatically add the path of hg to %PATH% using add_path
Mon, 22 May 2006 14:06:12 +0200 Ignore the .exe setup file for Windows
Marco Barisione <marco@barisione.org> [Mon, 22 May 2006 14:06:12 +0200] rev 2383
Ignore the .exe setup file for Windows
Fri, 02 Jun 2006 00:33:42 +0200 Make indentation of purge's cmdtable match to mercurial/commands.py
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 02 Jun 2006 00:33:42 +0200] rev 2382
Make indentation of purge's cmdtable match to mercurial/commands.py
Fri, 02 Jun 2006 00:28:28 +0200 Rewritten install instructions for hg-purge to match new situation, fixed typos.
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 02 Jun 2006 00:28:28 +0200] rev 2381
Rewritten install instructions for hg-purge to match new situation, fixed typos.
Thu, 01 Jun 2006 23:58:43 +0200 Merged hg-purge
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 01 Jun 2006 23:58:43 +0200] rev 2380
Merged hg-purge
Thu, 01 Jun 2006 23:58:06 +0200 Reorganized files in hg-purge repo to push them into Mercurial.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 01 Jun 2006 23:58:06 +0200] rev 2379
Reorganized files in hg-purge repo to push them into Mercurial. README -> hgext/purge/README purge.py -> hgext/purge/__init__.py removed COPYING.GPL and .hgignore (already in the Mercurial repo)
Fri, 26 May 2006 13:13:39 +0200 Removed --nothing, added --print and --print0
Marco Barisione <marco@barisione.org> [Fri, 26 May 2006 13:13:39 +0200] rev 2378
Removed --nothing, added --print and --print0
Tue, 16 May 2006 22:36:31 +0200 The meaning of the directories on the command line is now explained correctly
Marco Barisione <marco@barisione.org> [Tue, 16 May 2006 22:36:31 +0200] rev 2377
The meaning of the directories on the command line is now explained correctly
Tue, 16 May 2006 22:00:38 +0200 Marked strings for translation
Marco Barisione <marco@barisione.org> [Tue, 16 May 2006 22:00:38 +0200] rev 2376
Marked strings for translation
Tue, 16 May 2006 21:43:21 +0200 Added some comments
Marco Barisione <marco@barisione.org> [Tue, 16 May 2006 21:43:21 +0200] rev 2375
Added some comments
Tue, 16 May 2006 21:05:00 +0200 Even on Windows self._repo.dirstate.state() wants '/' in paths
demian@gaudron.lan [Tue, 16 May 2006 21:05:00 +0200] rev 2374
Even on Windows self._repo.dirstate.state() wants '/' in paths
Tue, 16 May 2006 21:03:07 +0200 Some functions were called as globals (i.e. I forgot some "self.")
demian@gaudron.lan [Tue, 16 May 2006 21:03:07 +0200] rev 2373
Some functions were called as globals (i.e. I forgot some "self.")
Tue, 16 May 2006 18:55:22 +0200 Changset de893ad6bd17 wrongly reversed the meaning of --nothing
demian@gaudron.lan [Tue, 16 May 2006 18:55:22 +0200] rev 2372
Changset de893ad6bd17 wrongly reversed the meaning of --nothing
Tue, 16 May 2006 14:54:34 +0200 Use self._ui.note(...) instead of if self._ui.verbose: self._ui.status(...)
demian@gaudron.lan [Tue, 16 May 2006 14:54:34 +0200] rev 2371
Use self._ui.note(...) instead of if self._ui.verbose: self._ui.status(...)
Tue, 16 May 2006 13:40:45 +0200 Command line options are read in a saner way
demian@gaudron.lan [Tue, 16 May 2006 13:40:45 +0200] rev 2370
Command line options are read in a saner way
Tue, 16 May 2006 13:37:48 +0200 Purge.from_command is now a function called purge
demian@gaudron.lan [Tue, 16 May 2006 13:37:48 +0200] rev 2369
Purge.from_command is now a function called purge
Sat, 13 May 2006 14:57:16 +0200 Added a link to the home page of hg purge
demian@gaudron.lan [Sat, 13 May 2006 14:57:16 +0200] rev 2368
Added a link to the home page of hg purge
Sat, 13 May 2006 14:36:03 +0200 Added a link to the page for CVS utilities
demian@gaudron.lan [Sat, 13 May 2006 14:36:03 +0200] rev 2367
Added a link to the page for CVS utilities
Sat, 13 May 2006 14:24:18 +0200 Added some lines on the requirements for purge
demian@gaudron.lan [Sat, 13 May 2006 14:24:18 +0200] rev 2366
Added some lines on the requirements for purge
Sat, 13 May 2006 14:12:13 +0200 Added an explanation on how to enable the extension in "~/.hgrc"
demian@gaudron.lan [Sat, 13 May 2006 14:12:13 +0200] rev 2365
Added an explanation on how to enable the extension in "~/.hgrc"
Fri, 12 May 2006 20:26:19 +0200 Initial commit
demian@gaudron.lan [Fri, 12 May 2006 20:26:19 +0200] rev 2364
Initial commit
Sun, 04 Jun 2006 18:05:52 +0100 Give a response to unknown SSH commands
Matt Mackall <mpm@selenic.com> [Sun, 04 Jun 2006 18:05:52 +0100] rev 2363
Give a response to unknown SSH commands
(0) -1000 -120 +120 +1000 +3000 tip