Mon, 27 Oct 2008 21:50:01 +0100 |
Benoit Boissinot |
factor out the url handling from httprepo
|
Wed, 24 Sep 2008 13:22:11 +0200 |
Sune Foldager |
fetch: use dirstate branch instead of first parents
|
Mon, 08 Sep 2008 12:55:46 +0200 |
Sune Foldager |
fetch: added support for named branches
|
Thu, 28 Aug 2008 11:19:17 +0200 |
Dirkjan Ochtman |
fetch: linearize code by eliminating nested functions
|
Thu, 12 Jun 2008 11:33:47 +0200 |
Dirkjan Ochtman |
convert comments to docstrings in a bunch of extensions
|
Mon, 24 Mar 2008 15:36:56 -0700 |
Bryan O'Sullivan |
commit: when committing the results of a merge, it's all or nothing
|
Tue, 11 Mar 2008 11:38:12 -0700 |
Bryan O'Sullivan |
fetch: don't proceed if working directory is missing files (issue988)
|
Tue, 11 Mar 2008 11:30:42 -0700 |
Bryan O'Sullivan |
fetch: rename --force-editor option to --edit, for consistency
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
Wed, 05 Mar 2008 09:20:57 -0800 |
Bryan O'Sullivan |
fetch: make test reproducible, tiny code cleanup
|
Wed, 05 Mar 2008 09:10:45 -0800 |
Bryan O'Sullivan |
fetch: switch the default parent used for a merge
|
Fri, 22 Feb 2008 21:18:48 +0100 |
Thomas Arendsen Hein |
Document log date ranges and mention 'hg help dates' for all commands (issue998)
|
Sun, 17 Feb 2008 21:34:28 +0100 |
Thomas Arendsen Hein |
Fix bad behaviour when specifying an invalid date (issue700)
|
Fri, 04 Jan 2008 11:58:27 -0800 |
Bryan O'Sullivan |
fetch: hide authentication details
|
Wed, 08 Aug 2007 12:27:20 +0200 |
Benoit Boissinot |
refactor options from cmdtable
|
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
|
Tue, 26 Jun 2007 22:38:57 +0200 |
Thomas Arendsen Hein |
Updated command tables in commands.py and hgext extensions.
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move dispatching code to cmdutil
|
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
|
Sun, 01 Oct 2006 19:26:33 +0200 |
Thomas Arendsen Hein |
Whitespace/Tab cleanup
|
Thu, 10 Aug 2006 17:02:11 -0700 |
Vadim Gelfer |
fetch: fix test fail
|
Wed, 09 Aug 2006 13:55:18 -0500 |
Matt Mackall |
Merge with crew, fix most tests
|
Tue, 08 Aug 2006 17:08:59 -0700 |
Vadim Gelfer |
fetch: hold lock and wlock across all operations
|
Tue, 08 Aug 2006 16:40:08 -0700 |
Vadim Gelfer |
fetch: lock repo across pull and commit
|
Tue, 08 Aug 2006 16:37:41 -0700 |
Vadim Gelfer |
fetch: drop commands.doupdate
|
Mon, 07 Aug 2006 22:54:33 -0500 |
Matt Mackall |
Introduce update helper functions: update, merge, clean, and revert
|
Mon, 07 Aug 2006 17:26:09 -0500 |
Matt Mackall |
Fix extensions for merge change
|
Mon, 07 Aug 2006 19:08:55 -0700 |
Vadim Gelfer |
fetch: add missing import.
|
Mon, 07 Aug 2006 17:33:14 -0700 |
Vadim Gelfer |
fetch: do not fetch if working dir modified
|
Mon, 07 Aug 2006 17:27:38 -0700 |
Vadim Gelfer |
new extension: fetch -> combine pull and merge/update
|