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.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip