Fri, 14 Sep 2007 22:17:53 +0200 |
Patrick Mezard |
convert: call popen2 in binary mode, with a command string.
|
Fri, 14 Sep 2007 22:17:53 +0200 |
Patrick Mezard |
hghave: detect cvs and cvsps availability
|
Mon, 27 Aug 2007 22:17:51 +0200 |
Patrick Mezard |
hghave: wrap command output matching
|
Tue, 11 Sep 2007 23:38:29 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 11 Sep 2007 23:05:30 +0200 |
Patrick Mezard |
Test parents behaviour with files.
|
Tue, 11 Sep 2007 23:04:42 +0200 |
Patrick Mezard |
parents: make it match the doc when called on a file
|
Tue, 11 Sep 2007 13:24:52 -0700 |
Brendan Cully |
Merge with crew-stable
|
Tue, 11 Sep 2007 13:23:59 -0700 |
Brendan Cully |
Document pseudo-tags "null" and ".".
|
Mon, 10 Sep 2007 15:00:19 -0700 |
Brendan Cully |
Merge with crew
|
Mon, 10 Sep 2007 15:00:05 -0700 |
Brendan Cully |
mq: fix regression in 6fd953d5faea
|
Mon, 10 Sep 2007 23:53:23 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 10 Sep 2007 23:34:33 +0200 |
Alexis S. L. Carvalho |
sshrepo: fix Windows command quoting
|
Mon, 10 Sep 2007 23:36:01 +0200 |
Patrick Mezard |
extdiff: avoid repr() doubling paths backslashes under Windows
|
Fri, 07 Sep 2007 17:54:38 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Fri, 07 Sep 2007 17:38:52 +0200 |
Dirkjan Ochtman |
Prevent WSGI apps from touching sys.stdin by setting ui.interactive to False.
|
Fri, 07 Sep 2007 16:35:43 +0200 |
Edward Lee |
interhg: allow more flexible pattern specification (fixes 2/3 of issue699)
|
Fri, 07 Sep 2007 16:14:51 +0200 |
Thomas Arendsen Hein |
Don't decode unicode strings.
|
Thu, 06 Sep 2007 18:12:36 -0700 |
Brendan Cully |
Update test-record for 3ef190234b55
|
Thu, 06 Sep 2007 10:52:54 -0700 |
Bryan O'Sullivan |
record: change wording of initial per-file prompt
|
Wed, 05 Sep 2007 21:53:59 +0200 |
Steve Borho |
hgk: add repo root to window title
|
Tue, 04 Sep 2007 18:37:28 +0200 |
Thomas Arendsen Hein |
Forgot to quote "6^" in test-parentrevspec (see 94e77a174f55)
|
Tue, 04 Sep 2007 13:56:15 +0200 |
Patrick Mezard |
test-convert-hg-source: enforce conversion order with --date
|
Sat, 01 Sep 2007 02:49:18 -0300 |
Alexis S. L. Carvalho |
convert: rename a class and a function
|
Sat, 01 Sep 2007 02:49:18 -0300 |
Alexis S. L. Carvalho |
convert: mercurial_source: also search for copies in modified files
|
Sat, 01 Sep 2007 02:49:18 -0300 |
Alexis S. L. Carvalho |
convert: clear the dirstate before a conversion, invalidate it afterwards
|
Sat, 01 Sep 2007 02:49:18 -0300 |
Alexis S. L. Carvalho |
convert: avoid dirstate checks; add a test
|
Fri, 31 Aug 2007 23:15:44 +0200 |
Benoit Boissinot |
merge with crew
|
Fri, 31 Aug 2007 13:14:03 +0200 |
Thomas Arendsen Hein |
convert/subversion: Use util.set() instead of set() for python2.3 compatibility
|
Fri, 31 Aug 2007 12:54:07 +0200 |
Thomas Arendsen Hein |
Fix \ inside ` problem in test-convert-svn (avoids code duplication, too)
|
Fri, 31 Aug 2007 12:40:23 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Fri, 31 Aug 2007 11:18:29 +0200 |
Thomas Arendsen Hein |
hgweb: Show date of last change for each file in manifest
|
Fri, 31 Aug 2007 01:21:31 +0200 |
Benoit Boissinot |
remove unneeded statement
|
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
|
Wed, 15 Aug 2007 16:09:50 -0500 |
Matt Mackall |
remove unneeded imports of mdiff
|
Wed, 15 Aug 2007 15:56:39 -0500 |
Matt Mackall |
Merge with stable
|
Wed, 15 Aug 2007 13:21:23 -0700 |
Brendan Cully |
convert: hg: optionally create branches as clones
|
Wed, 15 Aug 2007 17:27:51 +0200 |
Sascha Wilde |
Use smerge minor mode in emacs to resolve conflicts.
|
Wed, 15 Aug 2007 16:43:40 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 14 Aug 2007 21:36:08 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 14 Aug 2007 19:30:14 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 14 Aug 2007 19:06:10 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 14 Aug 2007 18:25:27 +0200 |
Benoit Boissinot |
fix bundlerepo broken by 4205f626dc05
|
Tue, 14 Aug 2007 16:30:38 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 13 Aug 2007 11:58:47 -0700 |
Brendan Cully |
imerge: simplify 1d5ebb0d366f
|
Mon, 13 Aug 2007 19:42:52 +0200 |
Patrick Mezard |
imerge: fix status file lookups
|
Mon, 13 Aug 2007 19:42:52 +0200 |
Patrick Mezard |
demandimport: ignore pwd and grp.
|
Mon, 13 Aug 2007 19:42:50 +0200 |
Patrick Mezard |
util: ignore invalid path errors in path_auditor.
|
Sun, 12 Aug 2007 12:43:52 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sat, 11 Aug 2007 13:35:25 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Fri, 10 Aug 2007 10:51:47 -0700 |
Bryan O'Sullivan |
Make a few portability improvements to path auditing code.
|
Fri, 10 Aug 2007 10:46:03 -0700 |
Bryan O'Sullivan |
Make audit_path more stringent.
|
Thu, 09 Aug 2007 20:16:00 -0700 |
Bryan O'Sullivan |
mq: teach qpop about symlinks
|
Thu, 09 Aug 2007 20:03:34 -0700 |
Bryan O'Sullivan |
debugstate: print symlinks as 'lnk', not '777'
|
Thu, 09 Aug 2007 19:42:33 -0700 |
Bryan O'Sullivan |
manifest: accept -r for rev specification
|
Thu, 09 Aug 2007 17:29:16 -0700 |
Bryan O'Sullivan |
record: improve docs, improve prompts
|
Thu, 09 Aug 2007 23:29:29 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 09 Aug 2007 12:35:10 -0700 |
Brendan Cully |
Merge with crew-stable
|
Thu, 09 Aug 2007 11:37:47 -0700 |
Brendan Cully |
Merge with crew-stable
|
Thu, 09 Aug 2007 01:07:11 +0200 |
Benoit Boissinot |
merge with -stable
|
Wed, 08 Aug 2007 23:11:12 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 08 Aug 2007 23:00:01 +0200 |
Benoit Boissinot |
merge with -stable
|
Wed, 08 Aug 2007 12:27:20 +0200 |
Benoit Boissinot |
refactor options from cmdtable
|
Tue, 07 Aug 2007 15:57:23 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 07 Aug 2007 12:24:25 +0200 |
Thomas Arendsen Hein |
raise util.Abort again if specified revision is not an integer.
|
Tue, 07 Aug 2007 12:10:56 +0200 |
Thomas Arendsen Hein |
debugsvnlog call had too many quotes (found by Edouard Gomez)
|
Tue, 07 Aug 2007 10:28:43 +0200 |
Thomas Arendsen Hein |
Remove trailing spaces, fix indentation
|
Tue, 07 Aug 2007 10:28:14 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 07 Aug 2007 10:01:20 +0200 |
Thomas Arendsen Hein |
Removed debug print from convert/subversion.py
|
Tue, 07 Aug 2007 09:56:21 +0200 |
Thomas Arendsen Hein |
Replace _ with inst for catching exceptions to not shadow gettext.
|
Tue, 07 Aug 2007 09:49:07 +0200 |
Thomas Arendsen Hein |
Move debugsvnlog to subversion module.
|
Tue, 07 Aug 2007 09:42:32 +0200 |
Thomas Arendsen Hein |
convert: Use debugsvnlog instead of git-like debug-svn-log.
|
Mon, 06 Aug 2007 14:50:57 -0700 |
Brad Schick |
extdiff: do single file diffs from the wc with no copy
|
Mon, 06 Aug 2007 14:42:11 -0700 |
Brad Schick |
extdiff: made it less chatty in non-verbose mode
|
Mon, 06 Aug 2007 14:32:23 -0700 |
Brad Schick |
extdiff: un-nested two functions
|
Mon, 06 Aug 2007 15:37:14 -0700 |
Bryan O'Sullivan |
convert: remove accidental debug print
|
Mon, 06 Aug 2007 14:59:00 -0700 |
Bryan O'Sullivan |
convert: use '.' as destination name if renaming subdir into root
|
Mon, 06 Aug 2007 14:17:05 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
Mon, 06 Aug 2007 14:16:50 -0700 |
Bryan O'Sullivan |
convert: only get history for requested revs when converting hg repo
|
Mon, 06 Aug 2007 14:16:02 -0700 |
Bryan O'Sullivan |
convert: raise correct type of exception if svn converter can't handle rev
|
Mon, 06 Aug 2007 12:53:49 -0700 |
Bryan O'Sullivan |
record: raise an exception correctly if we can't create a backup directory
|
Mon, 06 Aug 2007 12:53:17 -0700 |
Bryan O'Sullivan |
record: work properly if invoked in a subdirectory
|
Mon, 06 Aug 2007 21:49:26 +0200 |
Patrick Mezard |
convert: replace fork with subprocess call.
|
Thu, 02 Aug 2007 23:38:32 +0200 |
Patrick Mezard |
convert: support windows SVN simple auth provider
|
Mon, 06 Aug 2007 20:31:15 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Mon, 06 Aug 2007 10:57:51 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 06 Aug 2007 01:00:10 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sun, 05 Aug 2007 12:09:55 -0700 |
Brendan Cully |
convert: svn: remove debugging message
|
Sun, 05 Aug 2007 12:03:27 -0700 |
Brendan Cully |
convert: look up copies in getchanges instead of getcommit
|
Sun, 05 Aug 2007 11:30:52 -0700 |
Brendan Cully |
convert: svn: pull up path to file expansion code into separate function.
|
Sun, 05 Aug 2007 10:23:45 -0700 |
Brendan Cully |
convert: svn: hoist up branch creation check
|
Sun, 05 Aug 2007 10:04:28 -0700 |
Brendan Cully |
convert: svn: remove dead code
|
Sun, 05 Aug 2007 10:04:00 -0700 |
Brendan Cully |
convert: svn: add helper function for optrevs
|
Sat, 04 Aug 2007 23:07:52 -0700 |
Brendan Cully |
patch: add git symlink support
|
Sat, 04 Aug 2007 18:04:35 -0700 |
Brendan Cully |
Merge with crew
|
Sat, 04 Aug 2007 18:02:37 -0700 |
Brendan Cully |
convert: svn: ensure leading / is removed from paths in _find_children (broken in 2bd996d0aaf8)
|
Sat, 04 Aug 2007 22:27:52 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 04 Aug 2007 12:38:30 -0700 |
Bryan O'Sullivan |
convert: drop duplicated assignments.
|
Sat, 04 Aug 2007 12:26:48 -0700 |
Brendan Cully |
imerge: gussy up dispatcher to support subcommand opts.
|
Sat, 04 Aug 2007 09:33:10 -0700 |
Brendan Cully |
Merge with crew
|
Fri, 03 Aug 2007 18:05:20 -0700 |
Brendan Cully |
imerge: handle renames
|
Sat, 04 Aug 2007 09:48:21 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 15 Aug 2007 15:30:33 -0500 |
Matt Mackall |
test-grep: use lowercase hg command
|
Wed, 15 Aug 2007 16:18:40 +0200 |
Patrick Mezard |
test-grep: test issue 685
|
Wed, 15 Aug 2007 16:09:04 +0200 |
Patrick Mezard |
Fix issue 685: trackback in grep -r after rename
|
Thu, 02 Aug 2007 14:51:49 +0200 |
Thomas Arendsen Hein |
The >| redirection does not exist in plain sh.
|
Tue, 14 Aug 2007 19:25:49 +0200 |
Patrick Mezard |
hghave: test hotshot dependencies (debian does not provide profile)
|
Tue, 14 Aug 2007 18:53:45 +0200 |
Patrick Mezard |
test-profile: fix grep, check hotshot availability
|
Tue, 14 Aug 2007 17:20:51 +0200 |
Benoit Boissinot |
merge with -stable
|
Tue, 14 Aug 2007 14:29:36 +0200 |
Guillaume Chazarain |
Return 0 as 'hg bisect reset' is successful
|
Tue, 14 Aug 2007 16:27:35 +0200 |
Patrick Mezard |
Test --time, --profile and --lsprof
|
Tue, 14 Aug 2007 16:03:15 +0200 |
Patrick Mezard |
demandimport: ignore resource module, not available under Windows.
|
Mon, 13 Aug 2007 19:42:52 +0200 |
Patrick Mezard |
demandimport: ignore pwd and grp.
|
Sun, 12 Aug 2007 12:15:10 -0300 |
Alexis S. L. Carvalho |
merge: fix a copy detection bug (issue672)
|
Sat, 11 Aug 2007 13:34:19 +0200 |
Thomas Arendsen Hein |
Added test for commands.dispatch (especially 88803a69b24)
|
Sat, 11 Aug 2007 13:17:24 +0200 |
Thomas Arendsen Hein |
test-context.py: Don't create second repo instance (fixed since 7b5723c95a82)
|
Sat, 11 Aug 2007 13:07:47 +0200 |
Thomas Arendsen Hein |
fancyopts: Copy list arguments in command table before modifying.
|
Sat, 11 Aug 2007 12:47:58 +0200 |
Thomas Arendsen Hein |
Print less scary message if the system supports symlinks:
|
Sat, 11 Aug 2007 12:36:04 +0200 |
Thomas Arendsen Hein |
Hide absolute path from test-no-symlinks output.
|
Thu, 09 Aug 2007 23:14:52 +0200 |
Patrick Mezard |
hghave: prefix temporary files with "hg-hghave-"
|
Thu, 09 Aug 2007 23:14:50 +0200 |
Patrick Mezard |
test-no-symlinks: rename .bundle into .hg for consistency.
|
Thu, 09 Aug 2007 12:34:25 -0700 |
Brendan Cully |
fix up previous commit for stable
|
Wed, 08 Aug 2007 18:04:06 -0700 |
Brendan Cully |
Cache extension load failures.
|
Thu, 09 Aug 2007 01:04:27 +0200 |
Benoit Boissinot |
unobfuscate part of f94dbc6c7eaf
|
Wed, 08 Aug 2007 22:47:18 +0200 |
Patrick Mezard |
Test symlink handling on platform not supporting them
|
Wed, 08 Aug 2007 23:07:39 +0200 |
Patrick Mezard |
hghave: feature absence can be checked by prefixing with 'no-'
|
Wed, 08 Aug 2007 22:47:30 +0200 |
Eric Hopper |
Fix hgwebdir after 9858477ed74cce9dc8f4069f9453a1bda0e13ba1 broke it.
|
Tue, 07 Aug 2007 15:56:26 +0200 |
Thomas Arendsen Hein |
CVS import: Support new-style .cvspass-file format.
|
Tue, 07 Aug 2007 10:24:33 +0200 |
Thomas Arendsen Hein |
Remove trailing spaces
|
Mon, 06 Aug 2007 20:25:50 +0200 |
Thomas Arendsen Hein |
Update on pull -u when heads were closed (fixes issue666).
|
Thu, 05 Jul 2007 19:47:04 -0700 |
Brendan Cully |
gitweb: add notfound template
|
Mon, 06 Aug 2007 14:45:43 +0200 |
Thomas Arendsen Hein |
Add message to test output if a test is aborted due to a timeout.
|
Mon, 06 Aug 2007 10:08:28 +0200 |
Patrick Mezard |
Fix issue 653: symlinks checkout failure on non-supporting platforms
|
Mon, 06 Aug 2007 09:57:23 +0200 |
Patrick Mezard |
test-oldcgi: replace shebangs with explicit python calls to help pysh.
|
Mon, 06 Aug 2007 09:57:23 +0200 |
Patrick Mezard |
test-issue352: skip tests if platform does not support EOL in paths.
|
Mon, 06 Aug 2007 09:57:23 +0200 |
Patrick Mezard |
hghave: detect support for EOL in paths.
|
Mon, 06 Aug 2007 10:38:07 +0200 |
Patrick Mezard |
test-git-import: fake executable permissions.
|
Mon, 06 Aug 2007 10:26:04 +0200 |
Patrick Mezard |
hghave: detect executable permission availability.
|
Mon, 06 Aug 2007 09:57:23 +0200 |
Patrick Mezard |
test-clone-failure: fake output upon fifo unavailabity
|
Mon, 06 Aug 2007 09:57:23 +0200 |
Patrick Mezard |
hghave: detect FIFO availability
|
Mon, 06 Aug 2007 09:57:23 +0200 |
Patrick Mezard |
Skip test-archive-symlinks if symlinks are not available
|
Wed, 25 Jul 2007 15:58:10 +0900 |
Shun-ichi GOTO |
posixfile_nt: '+' should allow read access.
|
Tue, 17 Jul 2007 23:33:42 +0200 |
Patrick Mezard |
posixfile_nt: '+' was understood as read mode instead of update.
|
Mon, 06 Aug 2007 00:35:06 -0300 |
Alexis S. L. Carvalho |
httprepo: quote the path part of the URL
|
Sun, 05 Aug 2007 23:04:56 -0300 |
Alexis S. L. Carvalho |
dirstate: fix rebuild; add a test
|
Sun, 05 Aug 2007 22:36:39 -0300 |
Alexis S. L. Carvalho |
hgweb: don't use os.path.join to build URL parts
|