- Jul 17, 2006
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
- Jul 16, 2006
-
-
Benoit Boissinot authored
- use a context instead of changelog.read - changectx._id is not necessary
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
- use a normal changeset instead of a context - define _filenode instead of _node to match the else clause
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
do not yield revs if the corresponding cl entry does not exists, it avoids a race in the fastpath (where we walk in the filelog) with an ongoing transaction.
-
- Jul 15, 2006
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
- Jul 13, 2006
-
-
Lee Cantey authored
-
Lee Cantey authored
Matches previous fixes in other tests.
-
Chris Mason authored
-
- Jul 12, 2006
-
-
Vadim Gelfer authored
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Thomas Arendsen Hein authored
This tests the changes done in edb66cb05ded and b898afee9d0d.
-
Thomas Arendsen Hein authored
The only user visible change is that 'hg init' now accepts this options, too.
-
- Jul 11, 2006
-
-
Vadim Gelfer authored
api in commands module is still same, but version in hg is best for calling within python now.
-
Vadim Gelfer authored
-
Vadim Gelfer authored
previous code mistook repo named "hg" for scheme named "hg".
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
- Jul 10, 2006
-
-
Mathieu Clabaut authored
-
Mathieu Clabaut authored
-
- Jul 11, 2006
-
-
Thomas Arendsen Hein authored
- clone to ssh:// - init via ssh:// - example for pull from an absolute directory via ssh:// - push to http:// and https://
-
Aurelien Jacobs authored
-
- Jul 10, 2006
-
-
Vadim Gelfer authored
-
Sbastien Pierre authored
darcs2hg: pause and resume support, date extraction from commit hash, does not break on empty commits
-
Sébastien Pierre authored
-
Nils Decker authored
The use of the patch name is dangerous when duplicate names exist. In case of a duplicate name the second patch and all its dependancies are merged into a single mercurial patch. The patch identifier (hash) is always unique.
-
- Jul 09, 2006
-
-
Benoit Boissinot authored
-