mercurial/hg.py
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Fri, 01 Jun 2007 18:40:14 -0500 Matt Mackall Add support for url#id syntax
Fri, 01 Jun 2007 18:52:18 -0500 Matt Mackall clone: checkout the "default" branch if available
Tue, 13 Feb 2007 10:25:45 -0200 Alexis S. L. Carvalho merge with crew-stable
Thu, 08 Feb 2007 16:31:21 -0200 Alexis S. L. Carvalho Try to pass repo.ui to reposetup hooks
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Mon, 11 Dec 2006 18:09:52 +0100 Thomas Arendsen Hein Add instructions how to redo/finish failed merge with local working directory.
Sun, 10 Dec 2006 02:11:02 -0600 Matt Mackall Merge Benoit's .hg/store support
Fri, 01 Dec 2006 13:34:09 +0100 Benoit Boissinot switch to the .hg/store layout, fix the tests
Sun, 10 Dec 2006 00:06:59 +0100 Benoit Boissinot add "requires" file to the repo, specifying the requirements
Sun, 10 Dec 2006 00:06:43 +0100 Benoit Boissinot don't use localrepo.__init__ to create the dest repo with clone+hardlinks
Sat, 09 Dec 2006 14:19:52 +0100 Thomas Arendsen Hein Show the destionation for clone if not specified manually.
Tue, 05 Dec 2006 11:28:23 +0100 Benoit Boissinot introduce localrepo.spath for the store path, sopener fixes
Mon, 27 Nov 2006 22:22:44 +0100 Benoit Boissinot don't create the .hg/data at init time
Sun, 19 Nov 2006 16:09:04 +0100 Thomas Arendsen Hein Indentation cleanups for 2956948b81f3.
Sat, 18 Nov 2006 17:20:38 -0200 Marcos Chaves fix warnings generated by pygettext.py.
Sat, 09 Sep 2006 18:25:07 -0700 Eric Hopper Stop erroring out pull -r and clone -r if repository isn't local.
Tue, 17 Oct 2006 22:34:43 -0500 Matt Mackall imported patch foo
Tue, 17 Oct 2006 18:30:20 -0500 Matt Mackall Update branch on checkout/update
Tue, 10 Oct 2006 03:39:44 -0500 Matt Mackall merge: pull user messages out to hg.py
Fri, 29 Sep 2006 13:00:36 -0700 Brendan Cully Make hg.repository work with no path argument
Fri, 08 Sep 2006 09:36:18 +0200 Thomas Arendsen Hein Never apply string formatting to generated errors with util.Abort.
Sat, 02 Sep 2006 23:26:10 +0200 Benoit Boissinot clone: simplifying dest repo creation
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Thu, 10 Aug 2006 15:44:05 -0700 Vadim Gelfer call reposetup functions of extension modules whenever repo created
Wed, 09 Aug 2006 13:55:18 -0500 Matt Mackall Merge with crew, fix most tests
Tue, 08 Aug 2006 16:09:26 -0700 Vadim Gelfer fetch: fix breakage from mpm.
Tue, 08 Aug 2006 10:56:48 -0500 Matt Mackall Merge: combine force and forcemerge arguments
Tue, 08 Aug 2006 09:19:20 -0500 Matt Mackall Refactor update locking slightly
Tue, 08 Aug 2006 09:11:16 -0500 Matt Mackall Merge: combine choose and moddirstate to partial
Mon, 07 Aug 2006 23:53:04 -0500 Matt Mackall Rename merge.allow -> merge.branchmerge
Mon, 07 Aug 2006 23:18:16 -0500 Matt Mackall Use demandload @ syntax
Mon, 07 Aug 2006 22:54:33 -0500 Matt Mackall Introduce update helper functions: update, merge, clean, and revert
Mon, 07 Aug 2006 16:27:09 -0500 Matt Mackall Move repo.verify
Thu, 03 Aug 2006 15:24:41 -0500 Matt Mackall Move merge code to its own module
Thu, 03 Aug 2006 13:07:57 -0500 Matt Mackall Add a doc string
Wed, 02 Aug 2006 12:46:00 -0700 Vadim Gelfer allow None for path of hg.repository
Mon, 31 Jul 2006 07:11:12 -0700 Vadim Gelfer clean up hg.py: move repo constructor code into each repo module
Sun, 30 Jul 2006 21:46:38 -0700 Vadim Gelfer pull: allow to pull from bundle file without need for bundle: syntax
Fri, 28 Jul 2006 10:46:25 -0700 Vadim Gelfer hg.py: add islocal() and defaultdest() functions, refactor
Tue, 18 Jul 2006 00:32:18 +0200 Benoit Boissinot codingstyle: use spaces instead of tabs
Sat, 15 Jul 2006 16:06:35 -0700 Vadim Gelfer clone: disable stream support on server side by default.
Fri, 14 Jul 2006 14:51:36 -0700 Vadim Gelfer clone: do not make streaming default. add --stream option instead.
Fri, 14 Jul 2006 11:17:22 -0700 Vadim Gelfer add support for streaming clone.
Wed, 12 Jul 2006 08:28:00 -0700 Vadim Gelfer clean up trailing white space.
Tue, 11 Jul 2006 16:18:53 -0700 Vadim Gelfer clone: move code into hg module. make doc better.
Tue, 11 Jul 2006 15:52:36 -0700 Vadim Gelfer parse url schemes more strictly.
Sun, 09 Jul 2006 01:30:30 +0200 Benoit Boissinot use __contains__, index or split instead of str.find
Sun, 02 Jul 2006 22:39:39 -0300 Alexis S. L. Carvalho hg.py: move exception handling code to try to avoid hiding errors
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
less more (0) -300 -100 -60 tip