Mon, 27 Aug 2007 14:21:04 -0300 |
Alexis S. L. Carvalho |
Fix theoretical issue in filecommit.
|
changeset |
files
|
Mon, 27 Aug 2007 14:21:04 -0300 |
Alexis S. L. Carvalho |
Avoid adding to the changelog executable files added by the second parent.
|
changeset |
files
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
avoid double slash problem mentioned in issue695
|
changeset |
files
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
clone: remove "file://" before making the path absolute
|
changeset |
files
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
pull -u: if "url#rev" was given, update to rev
|
changeset |
files
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
clone: if "url#rev" was given, update to rev
|
changeset |
files
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
parseurl: also return the revision after the "#"; add a test
|
changeset |
files
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
pull -r: pass the revisions as the heads argument of findincoming
|
changeset |
files
|
Sun, 26 Aug 2007 19:05:19 +0200 |
Patrick Mezard |
convert: fix /dev/null redirections under Windows
|
changeset |
files
|
Sun, 26 Aug 2007 15:07:13 +0200 |
Patrick Mezard |
Test git repository conversion
|
changeset |
files
|
Sun, 26 Aug 2007 15:35:57 +0200 |
Patrick Mezard |
hghave: detect git availability
|
changeset |
files
|
Sun, 26 Aug 2007 14:51:27 +0200 |
Patrick Mezard |
convert: fix issue702 about GIT_DIR= construct unsupported under Windows.
|
changeset |
files
|
Sun, 01 Jul 2007 21:09:08 -0700 |
Brendan Cully |
convert: gitcmd wrapper for os.popen
|
changeset |
files
|
Fri, 24 Aug 2007 00:56:08 +0200 |
Benoit Boissinot |
fix test-permissions output
|
changeset |
files
|
Fri, 24 Aug 2007 00:52:28 +0200 |
Benoit Boissinot |
testcase for issue705 (fixed by 316ce5e85b3e)
|
changeset |
files
|
Fri, 24 Aug 2007 00:39:16 +0200 |
Benoit Boissinot |
merge with -stable
|
changeset |
files
|
Fri, 24 Aug 2007 00:38:08 +0200 |
Benoit Boissinot |
check exec: return fallback in case of error during the check
|
changeset |
files
|
Thu, 23 Aug 2007 12:23:07 -0700 |
Brendan Cully |
Do not lose previous tags when adding a tag in raw mode
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 20 Aug 2007 21:10:45 -0500 |
Matt Mackall |
gendoc: use demandimport
|
changeset |
files
|
Mon, 20 Aug 2007 21:14:53 -0500 |
Matt Mackall |
Merge with -crew
|
changeset |
files
|
Tue, 21 Aug 2007 02:13:32 +0200 |
Benoit Boissinot |
make hg add of a removed file unremove the file
|
changeset |
files
|
Tue, 21 Aug 2007 02:02:08 +0200 |
Benoit Boissinot |
abort when adding a file in merged state
|
changeset |
files
|
Mon, 20 Aug 2007 22:02:05 +0200 |
rupert thurner |
add import from url capability
|
changeset |
files
|
Sun, 19 Aug 2007 17:38:40 +0200 |
Patrick Mezard |
convert: load parent commits on-demand
|
changeset |
files
|
Sun, 19 Aug 2007 17:38:07 +0200 |
Patrick Mezard |
convert: wrap cached commits author remapping
|
changeset |
files
|
Sun, 19 Aug 2007 14:04:26 -0500 |
Matt Mackall |
Merge with -stable
|
changeset |
files
|
Sun, 19 Aug 2007 14:03:56 -0500 |
Matt Mackall |
match: handle large regexes
|
changeset |
files
|
Sat, 18 Aug 2007 21:36:10 -0300 |
Alexis S. L. Carvalho |
path_auditor: cache names of audited directories
|
changeset |
files
|
Sat, 18 Aug 2007 20:21:14 +0200 |
Thomas Arendsen Hein |
Quote ^ and ~ chars in test-parentrevspec.
|
changeset |
files
|
Sat, 18 Aug 2007 14:25:55 -0300 |
Alexis S. L. Carvalho |
Remove demandimport.enable from dispatch.py
|
changeset |
files
|
Sat, 18 Aug 2007 11:37:08 +0200 |
Thomas Arendsen Hein |
Enable demandimport only in scripts, not in importable modules (issue605)
|
changeset |
files
|
Fri, 17 Aug 2007 23:20:13 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
changeset |
files
|
Fri, 17 Aug 2007 20:18:05 -0300 |
Alexis S. L. Carvalho |
convert: fix mercurial_sink.putcommit
|
changeset |
files
|
Fri, 17 Aug 2007 17:33:27 -0300 |
Alexis S. L. Carvalho |
Add parentrevspec extension
|
changeset |
files
|
Fri, 17 Aug 2007 17:33:27 -0300 |
Alexis S. L. Carvalho |
Move enabling of demandimport to dispatch.py
|
changeset |
files
|
Fri, 17 Aug 2007 17:33:27 -0300 |
Alexis S. L. Carvalho |
Move cmdtable and reposetup handling out of extensions.py
|
changeset |
files
|
Fri, 17 Aug 2007 19:11:16 +0200 |
Thomas Arendsen Hein |
Adjust contrib/hg-ssh for moved dispatch() function.
|
changeset |
files
|
Fri, 17 Aug 2007 22:43:38 -0300 |
Alexis S. L. Carvalho |
Fix sshrepo.unbundle
|
changeset |
files
|
Fri, 17 Aug 2007 22:43:38 -0300 |
Alexis S. L. Carvalho |
run-tests.py: pass --install-scripts to setup.py
|
changeset |
files
|
Fri, 17 Aug 2007 22:43:38 -0300 |
Peter Meerwald |
recognize user:password in URLs that include port numbers.
|
changeset |
files
|
Fri, 17 Aug 2007 00:35:16 -0500 |
Matt Mackall |
Merge with crew
|
changeset |
files
|
Fri, 17 Aug 2007 00:43:49 +0200 |
Benoit Boissinot |
merge with -stable
|
changeset |
files
|
Fri, 17 Aug 2007 00:42:22 +0200 |
Benoit Boissinot |
clone: do not delete the target if only the update fails
|
changeset |
files
|
Thu, 16 Aug 2007 08:23:14 +0200 |
Patrick Mezard |
Merge with crew-stable
|
changeset |
files
|
Wed, 15 Aug 2007 16:22:12 -0700 |
Brendan Cully |
Merge with crew-stable
|
changeset |
files
|
Wed, 15 Aug 2007 14:38:18 -0700 |
Brendan Cully |
convert: raise Abort instead of NoRepo when CVS pserver auth fails.
|
changeset |
files
|
Thu, 16 Aug 2007 08:19:15 +0200 |
Patrick Mezard |
Merge with hg-stable
|
changeset |
files
|
Wed, 15 Aug 2007 16:20:10 -0700 |
Brendan Cully |
mq: truncate patch just before rewriting header
|
changeset |
files
|
Wed, 15 Aug 2007 16:55:15 -0500 |
Matt Mackall |
verify: report expected linkrev
|
changeset |
files
|
Wed, 15 Aug 2007 16:55:13 -0500 |
Matt Mackall |
dispatch: move command dispatching into its own module
|
changeset |
files
|
Wed, 15 Aug 2007 16:10:36 -0500 |
Matt Mackall |
move parseurl from cmdutil to hg
|
changeset |
files
|
Wed, 15 Aug 2007 16:10:24 -0500 |
Matt Mackall |
fix-up references to repo.RepoError
|
changeset |
files
|
Wed, 15 Aug 2007 16:09:50 -0500 |
Matt Mackall |
remove unneeded imports of mdiff
|
changeset |
files
|
Wed, 15 Aug 2007 15:56:39 -0500 |
Matt Mackall |
Merge with stable
|
changeset |
files
|
Wed, 15 Aug 2007 13:21:23 -0700 |
Brendan Cully |
convert: hg: optionally create branches as clones
|
changeset |
files
|
Wed, 15 Aug 2007 17:27:51 +0200 |
Sascha Wilde |
Use smerge minor mode in emacs to resolve conflicts.
|
changeset |
files
|
Wed, 15 Aug 2007 16:43:40 +0200 |
Patrick Mezard |
Merge with crew-stable
|
changeset |
files
|
Tue, 14 Aug 2007 21:36:08 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
changeset |
files
|
Tue, 14 Aug 2007 19:30:14 +0200 |
Patrick Mezard |
Merge with crew-stable
|
changeset |
files
|