Mon, 09 Jul 2007 10:59:49 -0700 |
Lee Cantey |
Correct inadvertent line ending change.
|
changeset |
files
|
Mon, 09 Jul 2007 10:46:41 -0700 |
Lee Cantey |
Fix for win32text corrupting files that have CRLF line endings. (issue302)
|
changeset |
files
|
Sun, 08 Jul 2007 19:59:02 +0200 |
Thomas Arendsen Hein |
Add --line-number option to hg annotate (issue506)
|
changeset |
files
|
Sun, 08 Jul 2007 19:46:04 +0200 |
FUJIWARA Katsunori |
Allow filectx.annotate to return the line number of first appearance.
|
changeset |
files
|
Sun, 08 Jul 2007 13:44:41 +0200 |
Thomas Arendsen Hein |
Check for conflict markers in hgmerge (issue471)
|
changeset |
files
|
Sun, 08 Jul 2007 12:59:58 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
changeset |
files
|
Sun, 08 Jul 2007 09:54:42 +0200 |
Thomas Arendsen Hein |
Removed deprecated hg:// and old-http:// protocols (issue406)
|
changeset |
files
|
Sat, 07 Jul 2007 21:55:56 -0700 |
Brendan Cully |
hgwebdir: check for repo foo before browsing subdirectories of foo/
|
changeset |
files
|
Sat, 07 Jul 2007 15:09:28 -0700 |
Brendan Cully |
Merge with crew
|
changeset |
files
|
Sat, 07 Jul 2007 15:09:08 -0700 |
Brendan Cully |
hgweb: browse subdirectories before checking whether parent directory is also a repository
|
changeset |
files
|
Sat, 07 Jul 2007 20:52:31 +0200 |
Thomas Arendsen Hein |
Use a prefix for debuginstall tempfiles.
|
changeset |
files
|
Fri, 06 Jul 2007 10:29:09 -0700 |
Brendan Cully |
python 2.3 does not have sorted
|
changeset |
files
|
Fri, 06 Jul 2007 10:22:22 -0700 |
Brendan Cully |
Sort changelog extra dict to avoid possible nondeterminism
|
changeset |
files
|
Fri, 06 Jul 2007 10:11:48 -0700 |
Brendan Cully |
Last change broke new-style URLs
|
changeset |
files
|
Fri, 06 Jul 2007 09:15:17 -0700 |
Brendan Cully |
hgwebdir: do not walk up the given path looking for a repository. It is there or it isn't.
|
changeset |
files
|
Fri, 06 Jul 2007 08:55:36 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
changeset |
files
|
Thu, 05 Jul 2007 19:56:16 -0700 |
Brendan Cully |
hgwebdir: show only trailing part of path when browsing subdirectories
|
changeset |
files
|
Thu, 05 Jul 2007 19:47:04 -0700 |
Brendan Cully |
gitweb: add notfound template
|
changeset |
files
|
Thu, 05 Jul 2007 19:44:06 -0700 |
Brendan Cully |
hgweb: let hgwebdir browse subdirectories
|
changeset |
files
|
Thu, 05 Jul 2007 16:14:01 -0700 |
Brendan Cully |
convert: svn code movement (no actual changes)
|
changeset |
files
|
Thu, 05 Jul 2007 15:01:31 -0700 |
Brendan Cully |
convert: svn: avoid parsing already-seen logentries due to branch following
|
changeset |
files
|
Thu, 05 Jul 2007 14:32:18 -0700 |
Brendan Cully |
Merge with main
|
changeset |
files
|
Thu, 05 Jul 2007 14:31:13 -0700 |
Brendan Cully |
convert: svn: some improvements in memory usage
|
changeset |
files
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
archive: make the %r escape work.
|
changeset |
files
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
serve: respect settings from .hg/hgrc
|
changeset |
files
|
Sat, 12 May 2007 00:41:30 +0200 |
Edouard Gomez |
Fix inconsistency for the stream_out capability in hgweb
|
changeset |
files
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
improve warning for hg add foo; hg mv foo bar
|
changeset |
files
|
Wed, 11 Jul 2007 18:15:21 -0300 |
Alexis S. L. Carvalho |
util._hgexecutable: default to 'hg'
|
changeset |
files
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
archive: add symlink support
|
changeset |
files
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
archive: use util.opener when archiving files.
|
changeset |
files
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
localrepo.wwrite: use opener.symlink
|
changeset |
files
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
Add symlink method to util.opener.
|
changeset |
files
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
turn util.opener into a class
|
changeset |
files
|
Sun, 08 Jul 2007 12:58:19 +0200 |
Thomas Arendsen Hein |
Fixed double slash for doc install path introduced by using $DESTDIR (issue620)
|
changeset |
files
|
Sun, 08 Jul 2007 12:52:08 +0200 |
Thomas Arendsen Hein |
hg log: Move filtering implicit parents to own method and use it in templater.
|
changeset |
files
|
Sun, 08 Jul 2007 10:43:57 +0200 |
Thomas Arendsen Hein |
Strip whitespace from changeset description in changeset_templater.
|
changeset |
files
|
Fri, 06 Jul 2007 08:48:28 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
changeset |
files
|
Thu, 05 Jul 2007 15:40:29 -0700 |
Lee Cantey |
Add html docs and use for help shortcut
|
changeset |
files
|
Thu, 05 Jul 2007 16:17:01 -0500 |
Matt Mackall |
Merge with stable
|
changeset |
files
|
Thu, 05 Jul 2007 16:15:57 -0500 |
Matt Mackall |
Merge with crew-stable
|
changeset |
files
|
Thu, 05 Jul 2007 16:01:07 -0500 |
Matt Mackall |
merge: fix adding untracked files on directory rename (issue612)
|
changeset |
files
|
Thu, 05 Jul 2007 15:37:23 -0500 |
Matt Mackall |
extensions: untangle some recursive dependencies
|
changeset |
files
|
Tue, 03 Jul 2007 00:13:52 +0900 |
OHASHI Hideya |
interhg extension allows you to change changelog text like InterWiki.
|
changeset |
files
|
Thu, 28 Jun 2007 02:11:54 +0200 |
Christian Ebert |
setup.py not executable: change instructions at beginning of file
|
changeset |
files
|
Thu, 05 Jul 2007 15:36:56 -0500 |
Matt Mackall |
Merge with stable
|
changeset |
files
|
Thu, 05 Jul 2007 12:45:41 -0700 |
Brendan Cully |
convert: svn: remove svn_paths wrappers
|
changeset |
files
|
Thu, 05 Jul 2007 12:41:58 -0700 |
Brendan Cully |
convert: svn: use revmap to parse only new revisions in incremental conversions
|
changeset |
files
|
Thu, 05 Jul 2007 12:24:26 -0700 |
Brendan Cully |
convert: export revmap to source.
|
changeset |
files
|
Thu, 05 Jul 2007 12:18:01 -0700 |
Brendan Cully |
convert: svn: defer get_log parsing until after get_log completes.
|
changeset |
files
|
Thu, 05 Jul 2007 12:08:48 -0700 |
Brendan Cully |
convert: move some code into common init function
|
changeset |
files
|
Thu, 05 Jul 2007 12:00:43 -0700 |
Brendan Cully |
Merge with crew
|
changeset |
files
|
Thu, 05 Jul 2007 12:00:26 -0700 |
Brendan Cully |
alias: remove dead code
|
changeset |
files
|
Thu, 05 Jul 2007 12:00:04 -0700 |
Brendan Cully |
convert: call superclass init from engine init functions
|
changeset |
files
|
Thu, 05 Jul 2007 20:50:24 +0200 |
Patrick Mezard |
Merge with crew-stable
|
changeset |
files
|
Thu, 05 Jul 2007 20:39:03 +0200 |
Patrick Mezard |
test-archive: stop checking md5 absolute values
|
changeset |
files
|
Thu, 05 Jul 2007 19:13:08 +0200 |
Patrick Mezard |
Fix issue589 wording problem
|
changeset |
files
|
Tue, 26 Jun 2007 10:48:58 -0400 |
Nathan Jones |
Fix serve on Windows without win32* modules.
|
changeset |
files
|
Thu, 05 Jul 2007 19:11:38 +0200 |
Patrick Mezard |
test-demandimport: match upper-case hexadecimal
|
changeset |
files
|
Wed, 04 Jul 2007 13:38:49 -0700 |
Brendan Cully |
Add alias extension
|
changeset |
files
|
Wed, 04 Jul 2007 09:24:19 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
changeset |
files
|