log mercurial/commands.py @ 2626:f84e166eb0de

age author description
Sun, 16 Jul 2006 11:32:37 +0200 Benoit Boissinot walkchangerevs: fix race in fast path
Sun, 16 Jul 2006 00:02:05 +0200 Benoit Boissinot mention the bts for bug reporting in traceback message
Sat, 15 Jul 2006 16:06:05 -0700 Vadim Gelfer clone: change name of --stream to --uncompressed.
Sat, 15 Jul 2006 17:01:01 +0200 Benoit Boissinot merge with crew
Sat, 15 Jul 2006 17:00:23 +0200 Benoit Boissinot fix bug introduced in b13a98bd078e
Fri, 14 Jul 2006 23:19:15 -0700 Vadim Gelfer backout: allow backout of merge changeset with --parent option.
Fri, 14 Jul 2006 14:51:36 -0700 Vadim Gelfer clone: do not make streaming default. add --stream option instead.
Wed, 12 Jul 2006 08:59:20 -0700 Vadim Gelfer move most of tag code to localrepository class.
Wed, 12 Jul 2006 08:28:00 -0700 Vadim Gelfer clean up trailing white space.
Wed, 12 Jul 2006 08:57:18 +0200 Thomas Arendsen Hein Add ui method to set --ssh/--remotecmd, use it in init/clone/pull/push/in/out.
Tue, 11 Jul 2006 16:18:53 -0700 Vadim Gelfer clone: move code into hg module. make doc better.
Tue, 11 Jul 2006 22:36:52 +0200 Thomas Arendsen Hein Additional information about URLs in pull/push/clone/init:
Tue, 11 Jul 2006 22:19:49 +0200 Aurelien Jacobs disambiguate help about url syntax
Thu, 29 Jun 2006 15:16:25 +0200 Haakon Riiser diff: add -b/-B options
Sun, 09 Jul 2006 01:30:30 +0200 Benoit Boissinot use __contains__, index or split instead of str.find
Thu, 06 Jul 2006 15:04:10 -0700 Vadim Gelfer merge with mpm.
Thu, 06 Jul 2006 14:15:24 -0500 Matt Mackall Fix annotate breakage
Thu, 06 Jul 2006 15:03:34 -0700 Vadim Gelfer fix problems with external module handling. found by benoit boissinot.
Thu, 06 Jul 2006 11:45:34 -0700 Vadim Gelfer tests: add timeouts, make run-tests.py clean up dead daemon processes
Wed, 05 Jul 2006 13:28:25 -0500 Matt Mackall Merge context patches
Wed, 28 Jun 2006 17:42:17 -0500 Matt Mackall Convert hg annotate to context api
Wed, 28 Jun 2006 17:11:42 -0500 Matt Mackall convert hg cat to new context api
Wed, 28 Jun 2006 17:06:56 -0500 Matt Mackall simplify make_filename, fix hg cat bug
Mon, 03 Jul 2006 14:30:24 -0700 Vadim Gelfer help: make "hg help EXTENSION" work
Fri, 30 Jun 2006 19:24:02 -0700 Sean Meiners Added ability to clone from a local repository to a (new) remote one.
Fri, 30 Jun 2006 21:57:57 +0200 Thomas Arendsen Hein Added missing space in continued string.
Fri, 30 Jun 2006 16:16:35 +0200 Benoit Boissinot add -r/--rev arguments to incoming and outgoing
Tue, 27 Jun 2006 09:41:05 -0700 Vadim Gelfer import: make help clearer. suggested by asak.
Tue, 27 Jun 2006 09:30:50 -0700 Vadim Gelfer import: added tests, fixed bugs found by tests and asak.
Tue, 27 Jun 2006 00:13:44 -0700 Vadim Gelfer merge with crew.