Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: add __contains__ and make __getitem__ more useful
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: make wjoin function private
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: break update into separate functions
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: use True and false for _dirty
|
Tue, 17 Jul 2007 15:26:28 -0500 |
Matt Mackall |
doc: typo, -x bit
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
Update test output to reflect small changes in patch chattiness.
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: re-add the ability to use an external patch program
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: don't mark files as changed unless they have actually been changed
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: fix some incorrect uses of _() for i18n
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
Add Chris Mason's mpatch library.
|
Tue, 17 Jul 2007 09:28:01 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Tue, 17 Jul 2007 09:08:29 -0300 |
Alexis S. L. Carvalho |
convert: manually set encoding to UTF-8
|
Tue, 17 Jul 2007 09:08:29 -0300 |
Alexis S. L. Carvalho |
hg parents: don't pass an OS-specific path to repo.filectx
|
Tue, 17 Jul 2007 08:22:43 +0200 |
Thomas Arendsen Hein |
merge with main
|
Mon, 16 Jul 2007 20:15:03 -0700 |
Bryan O'Sullivan |
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
|
Mon, 16 Jul 2007 18:01:20 -0700 |
Bryan O'Sullivan |
issue 622: pull/unbundle -u updates to default branch if repo was empty
|
Mon, 16 Jul 2007 16:50:47 -0700 |
Bryan O'Sullivan |
mq: autodetect an existing git patch during qrefresh (issue 491)
|
Mon, 16 Jul 2007 17:39:03 -0500 |
Matt Mackall |
contexts: improve filectx eq test
|
Mon, 16 Jul 2007 17:30:34 -0500 |
Matt Mackall |
Merge with -stable
|
Mon, 16 Jul 2007 14:43:47 -0700 |
Bryan O'Sullivan |
patchbomb: add --desc, to specify a file containing a series description
|
Sun, 15 Jul 2007 21:05:38 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sun, 15 Jul 2007 14:57:20 +0200 |
Patrick Mezard |
Merge with crew-stable.
|
Sun, 15 Jul 2007 14:43:38 -0500 |
Matt Mackall |
merge: fix unnecessary rename merges on linear update (issue631)
|
Sun, 15 Jul 2007 21:04:07 +0200 |
Thomas Arendsen Hein |
convert: Use clone's behaviour for the default destionation name.
|
Sun, 15 Jul 2007 14:09:56 +0200 |
Patrick Mezard |
test-symlink-basic: require symlinks availability
|
Sat, 14 Jul 2007 18:34:06 +0200 |
Patrick Mezard |
Add hghave utility and run-tests.py support.
|
Sat, 14 Jul 2007 14:01:11 +0200 |
Patrick Mezard |
run-tests: extract correct status when script terminates with exit
|
Sat, 14 Jul 2007 13:34:40 -0500 |
Matt Mackall |
Merge with -stable
|
Sat, 14 Jul 2007 12:44:47 -0500 |
Matt Mackall |
diff: correctly handle combinations of whitespace options
|
Mon, 09 Jul 2007 17:41:14 +0300 |
Giorgos Keramidas |
hg grep: handle re.compile errors & update tests/test-grep
|
Thu, 12 Jul 2007 10:55:49 -0400 |
Jesse Glick |
typo fix
|
Sat, 14 Jul 2007 11:27:58 -0500 |
jon christopher |
Re: mercurial.el and hg-version-other-window
|
Fri, 06 Jul 2007 12:02:43 +0200 |
Christian Ebert |
Use isinstance instead of type == type
|
Fri, 13 Jul 2007 08:28:57 -0700 |
Brendan Cully |
convert: record the source revision in the changelog
|
Thu, 12 Jul 2007 22:55:44 -0700 |
Wesley J. Landaker |
Use wsgi.url_scheme instead of ad-hoc CGI checks.
|
Thu, 12 Jul 2007 22:44:16 -0700 |
Brendan Cully |
cosmetics
|
Thu, 12 Jul 2007 13:58:36 -0600 |
Wesley J. Landaker |
Make hg serve set the wsgi.url_scheme property correctly.
|
Thu, 12 Jul 2007 13:55:20 -0600 |
Wesley J. Landaker |
Handle CGI SSL detection via HTTPS environment better.
|
Wed, 11 Jul 2007 20:15:03 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Tue, 10 Jul 2007 10:54:54 -0600 |
Wesley J. Landaker |
Make {urlbase} work in templates when https is used.
|
Wed, 11 Jul 2007 00:53:44 -0700 |
Brendan Cully |
replace .hgtags instead of appending to it when doing a raw commit
|
Wed, 11 Jul 2007 00:34:35 -0700 |
Brendan Cully |
handle nonexistent .hgtags in raw _tag
|
Wed, 11 Jul 2007 00:04:15 -0700 |
Brendan Cully |
Export extra in _tag so convert can set the branch of a tag
|
Tue, 10 Jul 2007 10:06:24 -0700 |
Brendan Cully |
archive: abort on empty repository. Fixes #624.
|
Tue, 10 Jul 2007 09:52:32 -0700 |
Brendan Cully |
mq: improve qclone error handling when patch directory is not a repository.
|
Mon, 09 Jul 2007 22:35:10 -0700 |
Lee Cantey |
Fix test-debugcomplete for new --certificate option
|
Mon, 09 Jul 2007 22:12:28 -0700 |
Brendan Cully |
Add SSL support to hg serve, activated via --certificate option
|
Mon, 09 Jul 2007 10:59:49 -0700 |
Lee Cantey |
Correct inadvertent line ending change.
|
Mon, 09 Jul 2007 10:46:41 -0700 |
Lee Cantey |
Fix for win32text corrupting files that have CRLF line endings. (issue302)
|
Sun, 08 Jul 2007 19:59:02 +0200 |
Thomas Arendsen Hein |
Add --line-number option to hg annotate (issue506)
|
Sun, 08 Jul 2007 19:46:04 +0200 |
FUJIWARA Katsunori |
Allow filectx.annotate to return the line number of first appearance.
|
Sun, 08 Jul 2007 13:44:41 +0200 |
Thomas Arendsen Hein |
Check for conflict markers in hgmerge (issue471)
|
Sun, 08 Jul 2007 12:59:58 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sun, 08 Jul 2007 09:54:42 +0200 |
Thomas Arendsen Hein |
Removed deprecated hg:// and old-http:// protocols (issue406)
|
Sat, 07 Jul 2007 21:55:56 -0700 |
Brendan Cully |
hgwebdir: check for repo foo before browsing subdirectories of foo/
|
Sat, 07 Jul 2007 15:09:28 -0700 |
Brendan Cully |
Merge with crew
|
Sat, 07 Jul 2007 15:09:08 -0700 |
Brendan Cully |
hgweb: browse subdirectories before checking whether parent directory is also a repository
|
Sat, 07 Jul 2007 20:52:31 +0200 |
Thomas Arendsen Hein |
Use a prefix for debuginstall tempfiles.
|
Fri, 06 Jul 2007 10:29:09 -0700 |
Brendan Cully |
python 2.3 does not have sorted
|
Fri, 06 Jul 2007 10:22:22 -0700 |
Brendan Cully |
Sort changelog extra dict to avoid possible nondeterminism
|