log

age author description
Thu, 22 Jul 2010 14:34:37 +0200 Benoit Boissinot changegroup*(): use set instead of dict
Thu, 22 Jul 2010 10:49:55 +0200 Martin Geisler Merge with stable
Wed, 21 Jul 2010 17:06:00 -0400 Brodie Rao bash/zsh completion: use HGPLAIN when invoking hg (issue2297) stable
Thu, 22 Jul 2010 14:30:27 +0900 Dan Drake patch: fix extract() docstring, it returns branch as well stable
Thu, 22 Jul 2010 15:14:22 +0900 Nicolas Dumazet merge with stable
Thu, 22 Jul 2010 14:33:50 +0900 Nicolas Dumazet doc: remove has_key usage in hgmanpage stable
Thu, 22 Jul 2010 14:30:29 +0900 Nicolas Dumazet gendoc: remove callable usage (check-code) stable
Wed, 21 Jul 2010 12:41:18 +0900 Nicolas Dumazet bookmarks: rewrite _bookmarks method documentation stable
Wed, 21 Jul 2010 19:29:57 +0200 Mads Kiilerich init: create target directory recursively stable
Wed, 21 Jul 2010 17:51:37 +0200 Mads Kiilerich doc: make sure we use our own code for generating man pages stable
Sun, 18 Jul 2010 21:29:29 -0400 Greg Ward transplant: crash if repo.commit() finds nothing to commit stable
Tue, 20 Jul 2010 20:37:29 +0530 Vishakh H mq: cleanup status if applied mq is stripped (issue1881) stable
Tue, 20 Jul 2010 18:29:00 +0900 Nicolas Dumazet bundle: lookup revisions after addbranchrevs stable
Tue, 20 Jul 2010 14:42:05 +0900 Nicolas Dumazet log: do not redefine cachefunc in walkchangerevs
Wed, 21 Jul 2010 09:43:45 +0200 Martin Geisler cmdutils: fix code style
Tue, 20 Jul 2010 23:29:49 +0530 Vishakh H contrib: add debugshell extension
Tue, 20 Jul 2010 14:32:33 +0900 Nicolas Dumazet log: document the different phases in walkchangerevs
Tue, 20 Jul 2010 14:13:33 +0900 Nicolas Dumazet log: slowpath: only walk specified revision range during preparation
Tue, 20 Jul 2010 15:07:10 -0500 Matt Mackall Merge with stable
Tue, 13 Jul 2010 03:04:14 +0200 Mads Kiilerich revert: rename original to .orig instead of copying (issue2282) stable
Tue, 20 Jul 2010 14:00:47 -0400 Greg Ward inotify: make inotifydirstate.status() returns a tuple of lists. stable
Tue, 20 Jul 2010 20:52:23 +0200 Dirkjan Ochtman protocol: move the streamclone implementation into wireproto
Tue, 20 Jul 2010 09:56:37 +0200 Dirkjan Ochtman protocol: use generators instead of req.write() for hgweb stream responses
Tue, 20 Jul 2010 20:53:33 +0200 Dirkjan Ochtman protocol: wrap non-string protocol responses in classes
Fri, 16 Jul 2010 22:20:19 +0200 Dirkjan Ochtman protocol: convert StreamException to generated error code
Fri, 16 Jul 2010 22:20:10 +0200 Dirkjan Ochtman protocol: extract compression from streaming mechanics
Fri, 16 Jul 2010 18:18:35 +0200 Dirkjan Ochtman protocol: rename send methods to get grouping by prefix
Fri, 16 Jul 2010 18:16:15 +0200 Dirkjan Ochtman protocol: shuffle server methods to group send methods
Fri, 16 Jul 2010 23:02:46 +0200 Dirkjan Ochtman protocol: do not translate error messages on the remote side
Fri, 16 Jul 2010 19:02:30 +0200 Dirkjan Ochtman protocol: use return shortcut instead of respond function