log mercurial/hg.py @ 2549:e1831f06eef1

age author description
Fri, 30 Jun 2006 19:24:02 -0700 Sean Meiners Added ability to clone from a local repository to a (new) remote one.
Wed, 21 Jun 2006 17:09:29 -0700 Vadim Gelfer hg.repository: many routines expect path to be a string even if empty.
Wed, 21 Jun 2006 09:32:31 -0700 Vadim Gelfer merge with crew.
Wed, 21 Jun 2006 09:14:36 -0700 Vadim Gelfer make repo scheme table driven.
Tue, 20 Jun 2006 18:39:52 -0700 Vadim Gelfer hg.repository: make protocol table driven.
Wed, 14 Jun 2006 21:53:42 +0200 Benoit Boissinot replace old-http:// syntax by static-http:// and deprecate the redundant hg://
Mon, 13 Mar 2006 03:56:36 +0100 Benoit Boissinot new type of repo: bundle://path/to/repo+/path/to/bundlename
Sat, 27 Aug 2005 16:34:54 -0700 mpm localrepo: minor opener usage restructuring
Sat, 27 Aug 2005 16:28:53 -0700 mpm Separate out old-http support
Sat, 27 Aug 2005 14:59:25 -0700 mpm Adjust some imports
Sat, 27 Aug 2005 14:56:58 -0700 mpm commands: use revlog directly for debug commands
Sat, 27 Aug 2005 14:31:41 -0700 mpm Move opener to utils
Sat, 27 Aug 2005 14:21:25 -0700 mpm Break apart hg.py
Fri, 26 Aug 2005 16:49:23 -0700 mpm Fixes for push corner case
Fri, 26 Aug 2005 22:40:56 +0200 Thomas Arendsen Hein Allow using a ssh repository without a path.
Fri, 26 Aug 2005 13:06:58 +0200 benoit boissinot pep-0008 cleanup
Wed, 24 Aug 2005 18:42:42 -0700 mpm Show number of new heads when doing a pull
Wed, 24 Aug 2005 00:32:10 -0700 mpm Create helper functions for I/O to files in the working directory
Tue, 23 Aug 2005 16:19:14 -0700 mpm Deal with repos with missing timezones
Tue, 23 Aug 2005 12:46:43 -0700 mpm Fix callers to file.revision to use file.read
Tue, 23 Aug 2005 02:19:38 -0700 mpm Clean up some merge logic
Mon, 22 Aug 2005 01:22:29 -0700 mpm Fix up some bugs introduced by recent merge changes
Sun, 21 Aug 2005 22:03:36 -0700 mpm merge: remove remaining mark bits
Sun, 21 Aug 2005 21:59:55 -0700 mpm Fix long-standing excessive file merges
Sat, 20 Aug 2005 13:08:07 -0700 mpm Merge with jeffpc
Sat, 20 Aug 2005 01:35:45 -0700 mpm Remove call to non-existent date_parser 0.6c
Fri, 19 Aug 2005 23:26:32 -0800 Samuel Tardieu [PATCH] Take DST into account
Fri, 19 Aug 2005 21:36:57 -0800 mpm Add --ssh and --remotecmd to push
Wed, 17 Aug 2005 00:36:36 -0800 mpm Fix path handling for deleting files on merge
Wed, 17 Aug 2005 00:33:53 -0800 tksoh Fixed --repository option when handling relative path