Thu, 30 Aug 2007 23:54:01 +0200 |
Benoit Boissinot |
kill lonely docstring
|
Thu, 30 Aug 2007 18:55:56 +0200 |
Robert Bachmann |
Atom support: replaced xhtml namespace prefix with default namespace
|
Thu, 30 Aug 2007 16:42:17 +0200 |
Robert Bachmann |
Added support for the Atom syndication format
|
Wed, 29 Aug 2007 17:01:10 -0700 |
Brendan Cully |
Include . in PYTHONPATH (makes testing unbundled extensions easier)
|
Wed, 29 Aug 2007 16:50:21 -0700 |
Brendan Cully |
Make run-tests.py work when invoked outside of tests.
|
Wed, 29 Aug 2007 16:19:27 -0700 |
Brendan Cully |
Merge with crew-stable
|
Tue, 28 Aug 2007 23:02:41 -0300 |
Alexis S. L. Carvalho |
Avoid a working dir walk while trying to detect copies for diff --git
|
Tue, 28 Aug 2007 22:48:25 -0300 |
Alexis S. L. Carvalho |
Make hg diff --git -r revA:revB detect (inverted) copies if revA > revB
|
Mon, 27 Aug 2007 17:08:53 -0700 |
Brendan Cully |
bundle: fix up lazy reads
|
Mon, 27 Aug 2007 15:48:21 -0700 |
Brendan Cully |
Make bundlerepo lazier
|
Mon, 27 Aug 2007 15:41:31 -0700 |
Brendan Cully |
Merge with crew
|
Mon, 27 Aug 2007 15:39:07 -0700 |
Brendan Cully |
convert: new config variable hg.tagsbranch controls which branch tags are committed to
|
Mon, 27 Aug 2007 14:48:08 -0700 |
Bryan O'Sullivan |
Push capability checking into protocol-level code.
|
Mon, 27 Aug 2007 14:16:04 -0700 |
Bryan O'Sullivan |
Turn capabilities into a mutable set, instead of a fixed tuple.
|
Mon, 27 Aug 2007 13:38:34 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
Mon, 27 Aug 2007 13:38:16 -0700 |
Bryan O'Sullivan |
convert: document filemap.
|
Mon, 27 Aug 2007 22:17:51 +0200 |
Patrick Mezard |
Test svn repository conversion
|
Mon, 27 Aug 2007 22:17:51 +0200 |
Patrick Mezard |
hghave: detect subversion bindings availability
|
Mon, 27 Aug 2007 22:17:51 +0200 |
Patrick Mezard |
hghave: detect subversion client and admin tools availability
|
Mon, 27 Aug 2007 22:17:51 +0200 |
Patrick Mezard |
hghave: wrap command output matching
|
Mon, 27 Aug 2007 22:17:51 +0200 |
Patrick Mezard |
run-tests: append PYTHONPATH instead of overwriting it
|
Mon, 27 Aug 2007 11:56:53 -0700 |
Brendan Cully |
convert: svn: check for branch movement in any log entry, not just the first.
|
Mon, 27 Aug 2007 14:55:33 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
Mon, 27 Aug 2007 02:21:58 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Sun, 26 Aug 2007 19:13:24 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 26 Aug 2007 16:49:26 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 25 Aug 2007 12:25:53 -0700 |
Brendan Cully |
Improve extdiff configuration.
|
Sat, 25 Aug 2007 16:31:37 +0200 |
Benoit Boissinot |
cgi: sys.path.insert should be before importing mercurial
|
Sat, 25 Aug 2007 11:30:59 +0200 |
Benoit Boissinot |
merge with crew
|
Sat, 25 Aug 2007 11:30:11 +0200 |
Benoit Boissinot |
improve error message for 'hg merge' when repo already at branchtip
|
Thu, 23 Aug 2007 22:45:41 -0700 |
Brendan Cully |
imerge: add automerge flag to attempt to batch merge all conflicts
|
Thu, 23 Aug 2007 19:52:15 -0700 |
Brendan Cully |
Merge with crew
|
Thu, 23 Aug 2007 19:51:59 -0700 |
Brendan Cully |
imerge: fix ancestor calculation
|
Fri, 24 Aug 2007 00:56:56 +0200 |
Benoit Boissinot |
merge with crew-stable
|
Fri, 24 Aug 2007 00:53:16 +0200 |
Benoit Boissinot |
merge with crew-stable
|
Fri, 24 Aug 2007 00:39:59 +0200 |
Benoit Boissinot |
merge with crew-stable
|
Thu, 23 Aug 2007 13:59:52 -0700 |
Brendan Cully |
mq: some improvements to header rewriting (closes #690)
|
Thu, 23 Aug 2007 12:24:54 -0700 |
Brendan Cully |
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
|
Fri, 31 Aug 2007 12:32:18 +0200 |
Thomas Arendsen Hein |
Make test-convert-git compatible with other git versions (tested with 1.4.4.3)
|
Wed, 29 Aug 2007 16:15:23 -0700 |
Brendan Cully |
When reverting a file which was renamed, also revert the old name
|
Mon, 27 Aug 2007 14:21:04 -0300 |
Alexis S. L. Carvalho |
correctly record file-level history when the local side renames a directory
|
Mon, 27 Aug 2007 14:21:04 -0300 |
Alexis S. L. Carvalho |
Fix theoretical issue in filecommit.
|
Mon, 27 Aug 2007 14:21:04 -0300 |
Alexis S. L. Carvalho |
Avoid adding to the changelog executable files added by the second parent.
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
avoid double slash problem mentioned in issue695
|
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 |
pull -u: if "url#rev" was given, update to rev
|
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
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
pull -r: pass the revisions as the heads argument of findincoming
|
Sun, 26 Aug 2007 19:05:19 +0200 |
Patrick Mezard |
convert: fix /dev/null redirections under Windows
|
Sun, 26 Aug 2007 15:07:13 +0200 |
Patrick Mezard |
Test git repository conversion
|
Sun, 26 Aug 2007 15:35:57 +0200 |
Patrick Mezard |
hghave: detect git availability
|
Sun, 26 Aug 2007 14:51:27 +0200 |
Patrick Mezard |
convert: fix issue702 about GIT_DIR= construct unsupported under Windows.
|
Sun, 01 Jul 2007 21:09:08 -0700 |
Brendan Cully |
convert: gitcmd wrapper for os.popen
|
Fri, 24 Aug 2007 00:56:08 +0200 |
Benoit Boissinot |
fix test-permissions output
|
Fri, 24 Aug 2007 00:52:28 +0200 |
Benoit Boissinot |
testcase for issue705 (fixed by 316ce5e85b3e)
|
Fri, 24 Aug 2007 00:39:16 +0200 |
Benoit Boissinot |
merge with -stable
|
Fri, 24 Aug 2007 00:38:08 +0200 |
Benoit Boissinot |
check exec: return fallback in case of error during the check
|
Thu, 23 Aug 2007 12:23:07 -0700 |
Brendan Cully |
Do not lose previous tags when adding a tag in raw mode
|
Thu, 23 Aug 2007 01:48:29 -0300 |
Alexis S. L. Carvalho |
merge: forcefully mark files that we get from the second parent as dirty
|
Mon, 20 Aug 2007 21:10:45 -0500 |
Matt Mackall |
gendoc: use demandimport
|
Mon, 20 Aug 2007 21:14:53 -0500 |
Matt Mackall |
Merge with -crew
|
Tue, 21 Aug 2007 02:13:32 +0200 |
Benoit Boissinot |
make hg add of a removed file unremove the file
|
Tue, 21 Aug 2007 02:02:08 +0200 |
Benoit Boissinot |
abort when adding a file in merged state
|
Mon, 20 Aug 2007 22:02:05 +0200 |
rupert thurner |
add import from url capability
|
Sun, 19 Aug 2007 17:38:40 +0200 |
Patrick Mezard |
convert: load parent commits on-demand
|
Sun, 19 Aug 2007 17:38:07 +0200 |
Patrick Mezard |
convert: wrap cached commits author remapping
|
Sun, 19 Aug 2007 14:04:26 -0500 |
Matt Mackall |
Merge with -stable
|
Sun, 19 Aug 2007 14:03:56 -0500 |
Matt Mackall |
match: handle large regexes
|
Sat, 18 Aug 2007 21:36:10 -0300 |
Alexis S. L. Carvalho |
path_auditor: cache names of audited directories
|
Sat, 18 Aug 2007 20:21:14 +0200 |
Thomas Arendsen Hein |
Quote ^ and ~ chars in test-parentrevspec.
|
Sat, 18 Aug 2007 14:25:55 -0300 |
Alexis S. L. Carvalho |
Remove demandimport.enable from dispatch.py
|
Sat, 18 Aug 2007 11:37:08 +0200 |
Thomas Arendsen Hein |
Enable demandimport only in scripts, not in importable modules (issue605)
|
Fri, 17 Aug 2007 23:20:13 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 17 Aug 2007 20:18:05 -0300 |
Alexis S. L. Carvalho |
convert: fix mercurial_sink.putcommit
|
Fri, 17 Aug 2007 17:33:27 -0300 |
Alexis S. L. Carvalho |
Add parentrevspec extension
|
Fri, 17 Aug 2007 17:33:27 -0300 |
Alexis S. L. Carvalho |
Move enabling of demandimport to dispatch.py
|
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 19:11:16 +0200 |
Thomas Arendsen Hein |
Adjust contrib/hg-ssh for moved dispatch() function.
|
Fri, 17 Aug 2007 22:43:38 -0300 |
Alexis S. L. Carvalho |
Fix sshrepo.unbundle
|
Fri, 17 Aug 2007 22:43:38 -0300 |
Alexis S. L. Carvalho |
run-tests.py: pass --install-scripts to setup.py
|
Fri, 17 Aug 2007 22:43:38 -0300 |
Peter Meerwald |
recognize user:password in URLs that include port numbers.
|
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
|
Thu, 16 Aug 2007 08:23:14 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 15 Aug 2007 16:22:12 -0700 |
Brendan Cully |
Merge with crew-stable
|
Wed, 15 Aug 2007 14:38:18 -0700 |
Brendan Cully |
convert: raise Abort instead of NoRepo when CVS pserver auth fails.
|
Thu, 16 Aug 2007 08:19:15 +0200 |
Patrick Mezard |
Merge with hg-stable
|
Wed, 15 Aug 2007 16:20:10 -0700 |
Brendan Cully |
mq: truncate patch just before rewriting header
|
Wed, 15 Aug 2007 16:55:15 -0500 |
Matt Mackall |
verify: report expected linkrev
|
Wed, 15 Aug 2007 16:55:13 -0500 |
Matt Mackall |
dispatch: move command dispatching into its own module
|
Wed, 15 Aug 2007 16:10:36 -0500 |
Matt Mackall |
move parseurl from cmdutil to hg
|
Wed, 15 Aug 2007 16:10:24 -0500 |
Matt Mackall |
fix-up references to repo.RepoError
|