mercurial/hg.py
Fri, 11 Apr 2008 22:19:52 -0700 Bryan O'Sullivan repo: add rjoin method
Fri, 11 Apr 2008 22:19:51 -0700 Bryan O'Sullivan parseurl: make revs optional
Fri, 11 Apr 2008 22:18:38 -0700 Bryan O'Sullivan Hoist localpath to the top level
Fri, 11 Apr 2008 12:52:56 -0500 Matt Mackall resolve: new command
Fri, 21 Mar 2008 14:52:24 +0100 Adrian Buehlmann clone: print "updating working directory" status message
Thu, 20 Mar 2008 11:12:35 -0500 Matt Mackall clone: use cancopy
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Fri, 22 Feb 2008 21:58:15 +0100 Thomas Arendsen Hein Allow "file://localhost/" in addition to "file:///" (issue728)
Wed, 13 Feb 2008 19:34:28 -0200 Alexis S. L. Carvalho merge with crew-stable
Wed, 13 Feb 2008 18:37:38 -0200 Alexis S. L. Carvalho clone: make things work when source is a repo object
Wed, 13 Feb 2008 18:37:38 -0200 Alexis S. L. Carvalho clone: expand the path before saving it in .hg/hgrc
Thu, 27 Dec 2007 22:28:41 +0100 Patrick Mezard hg: fail upon copy/link errors while cloning locally
Mon, 10 Dec 2007 10:24:14 -0600 Matt Mackall merge: make return codes more sensible
Sun, 02 Dec 2007 13:37:30 -0600 Matt Mackall clone: fix race with same target directory (issue716)
Fri, 31 Aug 2007 23:15:44 +0200 Benoit Boissinot merge with crew
Mon, 27 Aug 2007 02:21:58 -0300 Alexis S. L. Carvalho Merge with crew-stable
Fri, 31 Aug 2007 22:31:43 +0200 Benoit Boissinot merge with crew-stable
Fri, 31 Aug 2007 22:31:03 +0200 Benoit Boissinot fix the dummy 00changelog.i not being copied on clone
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho clone: remove "file://" before making the path absolute
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho clone: if "url#rev" was given, update to rev
Mon, 27 Aug 2007 01:44:35 -0300 Alexis S. L. Carvalho parseurl: also return the revision after the "#"; add a test
Fri, 17 Aug 2007 17:33:27 -0300 Alexis S. L. Carvalho Move cmdtable and reposetup handling out of extensions.py
Fri, 17 Aug 2007 00:35:16 -0500 Matt Mackall Merge with crew
Fri, 17 Aug 2007 00:43:49 +0200 Benoit Boissinot merge with -stable
Fri, 17 Aug 2007 00:42:22 +0200 Benoit Boissinot clone: do not delete the target if only the update fails
Wed, 15 Aug 2007 16:10:36 -0500 Matt Mackall move parseurl from cmdutil to hg
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Make repo locks recursive, eliminate all passing of lock/wlock
Sat, 21 Jul 2007 16:02:10 -0500 Matt Mackall Use try/finally pattern to cleanup locks and transactions
Sun, 08 Jul 2007 09:54:42 +0200 Thomas Arendsen Hein Removed deprecated hg:// and old-http:// protocols (issue406)
Thu, 05 Jul 2007 15:37:23 -0500 Matt Mackall extensions: untangle some recursive dependencies
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
less more (0) -300 -100 -60 tip