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
|
Fri, 06 Jul 2007 10:11:48 -0700 |
Brendan Cully |
Last change broke new-style URLs
|
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.
|
Fri, 06 Jul 2007 08:55:36 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Thu, 05 Jul 2007 19:56:16 -0700 |
Brendan Cully |
hgwebdir: show only trailing part of path when browsing subdirectories
|
Thu, 05 Jul 2007 19:47:04 -0700 |
Brendan Cully |
gitweb: add notfound template
|
Thu, 05 Jul 2007 19:44:06 -0700 |
Brendan Cully |
hgweb: let hgwebdir browse subdirectories
|
Thu, 05 Jul 2007 16:14:01 -0700 |
Brendan Cully |
convert: svn code movement (no actual changes)
|
Thu, 05 Jul 2007 15:01:31 -0700 |
Brendan Cully |
convert: svn: avoid parsing already-seen logentries due to branch following
|
Thu, 05 Jul 2007 14:32:18 -0700 |
Brendan Cully |
Merge with main
|
Thu, 05 Jul 2007 14:31:13 -0700 |
Brendan Cully |
convert: svn: some improvements in memory usage
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
archive: make the %r escape work.
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
serve: respect settings from .hg/hgrc
|
Sat, 12 May 2007 00:41:30 +0200 |
Edouard Gomez |
Fix inconsistency for the stream_out capability in hgweb
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
improve warning for hg add foo; hg mv foo bar
|
Wed, 11 Jul 2007 18:15:21 -0300 |
Alexis S. L. Carvalho |
util._hgexecutable: default to 'hg'
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
archive: add symlink support
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
archive: use util.opener when archiving files.
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
localrepo.wwrite: use opener.symlink
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
Add symlink method to util.opener.
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
turn util.opener into a class
|
Sun, 08 Jul 2007 12:58:19 +0200 |
Thomas Arendsen Hein |
Fixed double slash for doc install path introduced by using $DESTDIR (issue620)
|
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.
|
Sun, 08 Jul 2007 10:43:57 +0200 |
Thomas Arendsen Hein |
Strip whitespace from changeset description in changeset_templater.
|
Fri, 06 Jul 2007 08:48:28 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Thu, 05 Jul 2007 15:40:29 -0700 |
Lee Cantey |
Add html docs and use for help shortcut
|
Thu, 05 Jul 2007 16:17:01 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 05 Jul 2007 16:15:57 -0500 |
Matt Mackall |
Merge with crew-stable
|
Thu, 05 Jul 2007 16:01:07 -0500 |
Matt Mackall |
merge: fix adding untracked files on directory rename (issue612)
|
Thu, 05 Jul 2007 15:37:23 -0500 |
Matt Mackall |
extensions: untangle some recursive dependencies
|
Tue, 03 Jul 2007 00:13:52 +0900 |
OHASHI Hideya |
interhg extension allows you to change changelog text like InterWiki.
|
Thu, 28 Jun 2007 02:11:54 +0200 |
Christian Ebert |
setup.py not executable: change instructions at beginning of file
|
Thu, 05 Jul 2007 15:36:56 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 05 Jul 2007 12:45:41 -0700 |
Brendan Cully |
convert: svn: remove svn_paths wrappers
|
Thu, 05 Jul 2007 12:41:58 -0700 |
Brendan Cully |
convert: svn: use revmap to parse only new revisions in incremental conversions
|
Thu, 05 Jul 2007 12:24:26 -0700 |
Brendan Cully |
convert: export revmap to source.
|
Thu, 05 Jul 2007 12:18:01 -0700 |
Brendan Cully |
convert: svn: defer get_log parsing until after get_log completes.
|
Thu, 05 Jul 2007 12:08:48 -0700 |
Brendan Cully |
convert: move some code into common init function
|
Thu, 05 Jul 2007 12:00:43 -0700 |
Brendan Cully |
Merge with crew
|
Thu, 05 Jul 2007 12:00:26 -0700 |
Brendan Cully |
alias: remove dead code
|
Thu, 05 Jul 2007 12:00:04 -0700 |
Brendan Cully |
convert: call superclass init from engine init functions
|
Thu, 05 Jul 2007 20:50:24 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 05 Jul 2007 20:39:03 +0200 |
Patrick Mezard |
test-archive: stop checking md5 absolute values
|
Thu, 05 Jul 2007 19:13:08 +0200 |
Patrick Mezard |
Fix issue589 wording problem
|
Tue, 26 Jun 2007 10:48:58 -0400 |
Nathan Jones |
Fix serve on Windows without win32* modules.
|
Thu, 05 Jul 2007 19:11:38 +0200 |
Patrick Mezard |
test-demandimport: match upper-case hexadecimal
|
Wed, 04 Jul 2007 13:38:49 -0700 |
Brendan Cully |
Add alias extension
|
Wed, 04 Jul 2007 09:24:19 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 03 Jul 2007 20:22:39 -0700 |
Brendan Cully |
convert svn: minor improvement to tag detection.
|
Tue, 03 Jul 2007 19:49:36 -0700 |
Brendan Cully |
convert: svn merges produce hard-to-trace file entries. Ignore them for now.
|
Tue, 03 Jul 2007 19:26:41 -0700 |
Brendan Cully |
convert: svn: autodetect /branches, /tags, /trunk.
|
Tue, 03 Jul 2007 17:07:58 -0700 |
Brendan Cully |
convert: svn: pull out broken batching code, add alpha tags support
|
Tue, 03 Jul 2007 15:34:30 -0700 |
Brendan Cully |
convert: svn: get parent for branch creation events
|
Tue, 03 Jul 2007 15:12:07 -0700 |
Brendan Cully |
convert: add optional module argument to svn._fetch_revisions
|
Tue, 03 Jul 2007 14:16:54 -0700 |
Brendan Cully |
convert: svn: parse log entries as they arrive instead of deferring it
|
Tue, 03 Jul 2007 13:50:26 -0700 |
Brendan Cully |
convert: svn: move some debug output to verbose
|
Tue, 03 Jul 2007 12:56:30 -0700 |
Brendan Cully |
convert: another typo in svn.latest
|
Tue, 03 Jul 2007 12:52:13 -0700 |
Brendan Cully |
convert: typo in svn.latest
|
Tue, 03 Jul 2007 12:44:04 -0700 |
Brendan Cully |
convert: svn: add function to get the latest revision touching a path
|
Tue, 03 Jul 2007 11:36:06 -0700 |
Brendan Cully |
convert: svn: add an early return to move most changeset parsing out an indent level
|
Tue, 03 Jul 2007 10:55:46 -0700 |
Brendan Cully |
convert: svn: use a separate mempool for each ls in the 1.4 fallback path
|
Tue, 03 Jul 2007 04:18:24 -0700 |
Lee Cantey |
Remove specific version requirement and point to latest versions of Mac Python downloads.
|
Tue, 03 Jul 2007 12:50:05 +0200 |
Thomas Arendsen Hein |
children extension: Don't abort when looking at the null revision.
|
Tue, 03 Jul 2007 12:46:34 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 03 Jul 2007 12:14:25 +0200 |
Thomas Arendsen Hein |
Add extension to provide the 'hg children' command (with tests)
|
Tue, 03 Jul 2007 03:14:18 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Mon, 02 Jul 2007 22:34:38 -0700 |
Brendan Cully |
Merge with tah
|
Mon, 02 Jul 2007 22:33:48 -0700 |
Brendan Cully |
convert: make convertsource option handling transparent
|
Mon, 02 Jul 2007 22:45:58 +0200 |
Thomas Arendsen Hein |
Added import test for [PATCH] subject and message body with subject
|
Mon, 02 Jul 2007 13:26:12 -0700 |
Brendan Cully |
patch.extract: fix test-import breakage introduced in the previous changeset
|
Mon, 02 Jul 2007 10:59:16 -0700 |
Brendan Cully |
patch.extract: do not prepend subject if the description already starts with it
|
Mon, 02 Jul 2007 08:31:02 -0700 |
Brendan Cully |
convert: svn: skip revisions without file entries
|
Mon, 02 Jul 2007 07:54:51 -0700 |
Brendan Cully |
convert: svn: disable batched fetch - get the whole log immediately
|
Mon, 02 Jul 2007 07:28:54 -0700 |
Brendan Cully |
convert: svn: add revnum() to convert rev to revnum
|
Mon, 02 Jul 2007 07:22:11 -0700 |
Brendan Cully |
convert: svn: abort if module stat fails
|
Sun, 01 Jul 2007 23:28:21 -0700 |
Brendan Cully |
convert: fetch svn changes on demand (in batches)
|
Sun, 01 Jul 2007 22:23:33 -0700 |
Brendan Cully |
convert: svn: convert branch trunk to default
|
Sun, 01 Jul 2007 22:21:05 -0700 |
Brendan Cully |
convert: svn: fix fallback directory listing code when importing a submodule
|
Sun, 01 Jul 2007 22:09:33 -0700 |
Brendan Cully |
convert: remove svn debugger trap
|
Sun, 01 Jul 2007 22:00:25 -0700 |
Brendan Cully |
convert: import all branches from git repositories
|
Sun, 01 Jul 2007 21:09:08 -0700 |
Brendan Cully |
convert: gitcmd wrapper for os.popen
|
Sun, 01 Jul 2007 20:30:04 -0700 |
Brendan Cully |
convert: activate subversion engine
|
Sun, 01 Jul 2007 23:56:11 +0200 |
Daniel Holth |
convert extension: Add SVN converter
|
Sun, 01 Jul 2007 17:15:54 +0200 |
Daniel Holth |
convert extension: stripped-down svn transport module
|
Sun, 01 Jul 2007 19:58:19 -0700 |
Brendan Cully |
convert: split converter into convertsource and convertsink
|
Sun, 01 Jul 2007 19:40:02 -0700 |
Brendan Cully |
convert: move *** empty log message *** into commit class
|
Sun, 01 Jul 2007 19:23:10 -0700 |
Brendan Cully |
convert: initialize source after destination, cleaning up if source is unusable
|
Sun, 01 Jul 2007 15:02:15 -0700 |
Brendan Cully |
convert: add -r argument specifying latest revision to convert
|
Sun, 01 Jul 2007 12:58:08 -0700 |
Brendan Cully |
convert: ove recode method into converter_source
|
Sun, 01 Jul 2007 19:19:42 +0200 |
Thomas Arendsen Hein |
Merge with crew-stable
|
Sat, 30 Jun 2007 08:31:23 -0700 |
Brendan Cully |
Merge with Adam Spiers
|
Sat, 30 Jun 2007 01:21:41 +0100 |
Adam Spiers |
mercurial.spec: convert extension now installs files into hgext/convert/
|
Sat, 30 Jun 2007 01:21:41 +0100 |
Adam Spiers |
buildrpm: fix rpm release number calculation
|
Sun, 03 Jun 2007 14:42:39 +0100 |
Adam Spiers |
buildrpm: auto-generate %changelog in .spec file
|
Sat, 30 Jun 2007 01:21:22 +0100 |
Adam Spiers |
mercurial.spec: include CONTRIBUTORS, COPYING and man pages in rpm
|
Sun, 03 Jun 2007 14:40:56 +0100 |
Adam Spiers |
mercurial.spec: include various utility files from contrib/ in rpm
|
Sun, 21 Jan 2007 00:59:23 -1000 |
julian |
mercurial.spec: add BuildRequires
|
Sat, 02 Jun 2007 12:42:47 +0100 |
Adam Spiers |
mercurial.spec: fix when default python prefix != rpm %{_prefix}
|
Fri, 29 Jun 2007 13:06:49 -0700 |
Lee Cantey |
Convert default mercurial.ini file to Windows line endings
|
Thu, 05 Jul 2007 13:34:18 -0500 |
Matt Mackall |
merge: make test for fast-forward merge stricter (issue619)
|
Wed, 04 Jul 2007 09:20:56 +0200 |
Thomas Arendsen Hein |
Fixed calling the merge script and reporting errors in debuginstall (issue617)
|
Tue, 03 Jul 2007 12:45:33 +0200 |
Thomas Arendsen Hein |
Fix revlog.children so the real children of the null revision can be calculated.
|
Tue, 03 Jul 2007 03:06:40 -0300 |
Alexis S. L. Carvalho |
hgweb: use lrwxrwxrwx as the permissions of a symlink
|
Tue, 03 Jul 2007 03:06:40 -0300 |
Alexis S. L. Carvalho |
Make hg add foo; hg mv foo bar work.
|
Tue, 03 Jul 2007 03:06:40 -0300 |
Alexis S. L. Carvalho |
test-copy2: use status -C instead of debugstate | grep copy
|
Tue, 03 Jul 2007 03:06:40 -0300 |
Alexis S. L. Carvalho |
test-rename: use hg status -C; don't use hg debugstate | grep copy
|
Sun, 01 Jul 2007 19:15:25 +0200 |
Thomas Arendsen Hein |
Make hgk handle filenames with spaces (issue49)
|
Sun, 01 Jul 2007 15:22:49 +0200 |
Thomas Arendsen Hein |
Use "--config ui.report_untrusted=false" for hg calls in hgk, fixes issue523.
|
Fri, 29 Jun 2007 11:13:36 +0200 |
Thomas Arendsen Hein |
Added full URL to debug output if something doesn't look like an http hg repo.
|
Thu, 28 Jun 2007 21:16:25 -0700 |
Brendan Cully |
Handle extensions with defined but empty cmdtable
|
Thu, 28 Jun 2007 09:19:08 -0700 |
Brendan Cully |
mq: more qdelete help text tweaks
|
Thu, 28 Jun 2007 08:42:43 -0700 |
Brendan Cully |
mq: require patch argument or revision for qdelete
|
Thu, 28 Jun 2007 16:18:09 +0200 |
Thomas Arendsen Hein |
Make hg glog abort if unused arguments are given.
|
Thu, 28 Jun 2007 16:03:45 +0200 |
Thomas Arendsen Hein |
Abort if earlygetopt fails to detect an option.
|
Thu, 28 Jun 2007 15:56:25 +0200 |
Thomas Arendsen Hein |
Simplified earlygetopt and made it remove parsed options and values.
|
Wed, 27 Jun 2007 20:37:33 +0200 |
Thomas Arendsen Hein |
Disallow short earlygetop option combined with other short options
|
Wed, 27 Jun 2007 08:35:26 -0700 |
csaba henk |
Fix tgz archival on Windows.
|
Tue, 26 Jun 2007 22:38:57 +0200 |
Thomas Arendsen Hein |
Updated command tables in commands.py and hgext extensions.
|
Tue, 26 Jun 2007 20:37:15 +0200 |
Thomas Arendsen Hein |
Catch illegal boolean values in hgrc nicely.
|
Tue, 26 Jun 2007 18:39:28 +0200 |
Thomas Arendsen Hein |
Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)
|
Tue, 26 Jun 2007 18:35:31 +0200 |
Thomas Arendsen Hein |
Fix earlygetop for short options with unnecessary spaces removed
|
Tue, 26 Jun 2007 15:28:17 +0200 |
Thomas Arendsen Hein |
Fix and test 'hg backout' without or with too many revisions.
|
Mon, 25 Jun 2007 21:23:24 -0500 |
Matt Mackall |
Added signature for changeset fb4b6d5fe100b0886f8bc3d6731ec0e5ed5c4694
|
Mon, 25 Jun 2007 21:18:19 -0500 |
Matt Mackall |
Added tag 0.9.4 for changeset fb4b6d5fe100
|
Mon, 25 Jun 2007 16:35:27 -0700 |
Bryan O'Sullivan |
Update binary installer files.
0.9.4
|
Mon, 25 Jun 2007 15:57:01 -0700 |
Brendan Cully |
mq: regularize patch header creation.
|
Mon, 25 Jun 2007 18:52:12 -0300 |
Alexis S. L. Carvalho |
convert: "unknown" is a string
|
Fri, 08 Jun 2007 16:24:43 +0200 |
Jean-Francois PIERONNE |
OpenVMS patches
|
Mon, 25 Jun 2007 14:50:25 -0500 |
Hollis Blanchard |
fix 'convert' with single commit repositories
|
Mon, 25 Jun 2007 12:44:48 -0500 |
Matt Mackall |
backout: report short hash in commit message
|
Mon, 25 Jun 2007 22:41:15 +0200 |
Thomas Arendsen Hein |
New config option: ui.report_untrusted (defaults to True)
|
Mon, 25 Jun 2007 22:08:10 +0200 |
Thomas Arendsen Hein |
Make earlygetopt return a list of all option values, use the last value.
|
Sun, 24 Jun 2007 11:17:49 +0200 |
Thomas Arendsen Hein |
Fixed sorting inside nearly sorted sections in hgrc.5
|
Mon, 25 Jun 2007 11:29:17 -0700 |
Benoit Boissinot |
Make changeset_printer respect ui diffopts
|
Mon, 25 Jun 2007 11:13:27 -0700 |
Brendan Cully |
mq: support qnew -I/-X and file name lists
|
Mon, 25 Jun 2007 10:34:53 -0700 |
Brendan Cully |
Merge with mpm
|
Mon, 25 Jun 2007 09:49:40 -0700 |
Brendan Cully |
mq: document that qinit -c may be run later
|
Mon, 25 Jun 2007 14:46:20 +0200 |
Markus F.X.J. Oberhumer |
gitweb: do not mix shortlog and changelog in summary page.
|
Mon, 25 Jun 2007 14:46:20 +0200 |
Markus F.X.J. Oberhumer |
Add option "hidden" to hgwebdir.
|
Mon, 25 Jun 2007 14:46:20 +0200 |
Markus F.X.J. Oberhumer |
Add support for RFC2822 to util.parsedate().
|
Mon, 25 Jun 2007 14:46:20 +0200 |
Markus F.X.J. Oberhumer |
Makefile: remove *.pyd files on "make clean".
|
Mon, 25 Jun 2007 14:46:20 +0200 |
Markus F.X.J. Oberhumer |
Makefile: change "make local" to build a fully working local version.
|
Mon, 25 Jun 2007 11:35:40 -0500 |
Matt Mackall |
gitweb: hide email addresses in shortlog with |person
|
Mon, 25 Jun 2007 11:35:14 -0500 |
Matt Mackall |
Make shortlog the default page in hgweb
|
Mon, 25 Jun 2007 11:30:05 -0500 |
Matt Mackall |
hgweb: improve shortlog formatting
|
Mon, 25 Jun 2007 01:26:44 -0500 |
Matt Mackall |
strip: move strip code to a new repair module
|
Mon, 25 Jun 2007 01:22:45 -0500 |
Matt Mackall |
strip: simplify bundle helper
|
Sun, 24 Jun 2007 18:22:40 -0500 |
Matt Mackall |
strip: pull core strip logic into its own function
|
Sun, 24 Jun 2007 10:08:38 -0500 |
Giorgos Keramidas |
unbundle: accept multiple file arguments
|
Sun, 24 Jun 2007 07:22:58 -0700 |
Eric Hopper |
convert: handle new cvsps with Tags: and multiple tags.
|
Sun, 24 Jun 2007 09:47:54 -0500 |
Matt Mackall |
cat: return an error on failure
|
Sat, 23 Jun 2007 22:43:46 -0500 |
Giorgos Keramidas |
tests: add merge test for changeset 9fe267f77f56
|
Sat, 23 Jun 2007 22:26:22 -0500 |
Emanuele Aina |
purge: add the clean alias inspired by git-clean and svn-clean
|
Tue, 22 May 2007 07:24:06 +0900 |
NIIMI Satoshi |
mercurial.el: ignore errors on hg-after-save-hook()
|
Tue, 22 May 2007 08:05:16 +0900 |
NIIMI Satoshi |
mercurial.el: change default log range to tip:0
|
Sat, 23 Jun 2007 22:25:11 -0500 |
paul sorenson |
Command in doc comment is now on a single line, fixed
|
Wed, 06 Jun 2007 22:17:35 +0200 |
Emanuele Aina |
purge: don't delete ignored files if --all is not specified
|
Wed, 13 Jun 2007 18:18:06 +0900 |
OHASHI Hideya |
Enable to select encoding in hgrc web section
|
Sat, 23 Jun 2007 21:11:28 +0200 |
Thomas Arendsen Hein |
merge with main
|
Sat, 23 Jun 2007 21:10:55 +0200 |
Thomas Arendsen Hein |
hgk: Use $HG instead of hg (see 849f011dbf79)
|
Sat, 23 Jun 2007 20:22:17 +0200 |
Thomas Arendsen Hein |
hgeditor: Use $HG to run 'hg diff' (see 849f011dbf79)
|
Sat, 23 Jun 2007 20:21:10 +0200 |
Thomas Arendsen Hein |
Remember path to 'hg' executable and pass to external tools and hooks as $HG.
|
Sat, 23 Jun 2007 14:02:41 -0500 |
Matt Mackall |
archive: remove spurious flag_bits setting
|
Sat, 23 Jun 2007 13:33:45 -0500 |
Matt Mackall |
convert: sometimes git forgets the author
|
Sat, 23 Jun 2007 12:05:00 +0200 |
Thomas Arendsen Hein |
Merge with main
|
Fri, 22 Jun 2007 20:44:40 -0300 |
Alexis S. L. Carvalho |
merge: fix small bug with a failed merge across a rename
|
Fri, 22 Jun 2007 17:29:49 -0500 |
Matt Mackall |
rollback: update help for issue316
|
Fri, 22 Jun 2007 19:43:29 -0300 |
Alexis S. L. Carvalho |
transplant: fix locking order
|
Fri, 22 Jun 2007 19:06:04 -0300 |
Alexis S. L. Carvalho |
git patches: correct handling of filenames with spaces
|
Fri, 22 Jun 2007 14:32:54 -0300 |
Alexis S. L. Carvalho |
Work around urllib2 digest auth bug with Python < 2.5
|
Thu, 21 Jun 2007 23:42:06 -0300 |
Alexis S. L. Carvalho |
dirstate.status: if a file is marked as copied, consider it modified
|
Thu, 21 Jun 2007 18:05:14 -0500 |
Matt Mackall |
Merge with Eric Hopper
|
Thu, 21 Jun 2007 10:40:09 -0700 |
Eric Hopper |
Change branches to sort 'active' branches first, and add an option to show only active branches.
|
Thu, 21 Jun 2007 18:02:03 -0500 |
Matt Mackall |
merge: warn user about divergent renames
|
Thu, 21 Jun 2007 22:19:41 +0200 |
Patrick Mezard |
Merge with crew
|
Thu, 21 Jun 2007 21:58:18 +0200 |
Marcos Chaves |
Handle CTRL+C in serve under Windows.
|
Thu, 21 Jun 2007 13:09:01 -0500 |
Matt Mackall |
identify: take a path to a remote repo
|
Thu, 21 Jun 2007 13:09:00 -0500 |
Matt Mackall |
dispatch: parse local hgrc for paths
|
Thu, 21 Jun 2007 19:38:44 +0200 |
Thomas Arendsen Hein |
hgweb_mod.archive(): Use 'key' instead of builtin 'id'.
|
Thu, 21 Jun 2007 19:24:27 +0200 |
Thomas Arendsen Hein |
Remove useless variable assignments in util.opener.
|
Thu, 21 Jun 2007 11:54:16 -0500 |
Matt Mackall |
identify: work with remote repos
|
Thu, 21 Jun 2007 11:54:13 -0500 |
Matt Mackall |
identify: add support for output flags
|
Thu, 21 Jun 2007 11:54:11 -0500 |
Matt Mackall |
identify: accept a revision argument
|
Thu, 21 Jun 2007 11:42:39 -0500 |
Matt Mackall |
identify: use contexts
|
Thu, 21 Jun 2007 11:42:39 -0500 |
Matt Mackall |
context: add tags() method
|
Thu, 21 Jun 2007 11:42:39 -0500 |
Matt Mackall |
identify: show nullid for empty repo
|
Thu, 21 Jun 2007 10:00:59 +0200 |
Thomas Arendsen Hein |
Backed out changeset cfa477946181824f4c769580ebf59710090ba08a
|
Thu, 21 Jun 2007 09:45:33 +0200 |
Thomas Arendsen Hein |
Adjust note about variables not being set for empty values.
|
Thu, 21 Jun 2007 09:25:49 +0200 |
Thomas Arendsen Hein |
Kill trailing spaces
|
Thu, 21 Jun 2007 00:34:14 -0300 |
Alexis S. L. Carvalho |
mq: test that qpush cleans things up when it fails
|
Thu, 21 Jun 2007 00:34:14 -0300 |
Alexis S. L. Carvalho |
dirstate.invalidate: clear dirty flag
|
Thu, 21 Jun 2007 00:34:14 -0300 |
Alexis S. L. Carvalho |
dirstate: fix typo
|
Thu, 21 Jun 2007 00:34:14 -0300 |
Alexis S. L. Carvalho |
update the output of test-help and test-globalopts
|
Wed, 20 Jun 2007 20:13:31 -0700 |
Brendan Cully |
Fix dispatch error message when not in a repo
|
Wed, 20 Jun 2007 19:20:37 -0700 |
Brendan Cully |
archive: test md5 consistency
|
Mon, 11 Jun 2007 19:09:01 +0200 |
csaba henk |
timestamp of gzip archives taken from changeset context
|
Wed, 20 Jun 2007 18:09:40 -0700 |
Brendan Cully |
Test attempt to remove nonexistent tag
|
Fri, 15 Jun 2007 14:48:21 -0500 |
TK Soh |
tag: abort when trying to remove nonexistent tags
|
Wed, 20 Jun 2007 17:53:11 -0700 |
Brendan Cully |
Small fixes for 8e503fa54d2d (hg heads branch)
|
Tue, 19 Jun 2007 08:37:43 -0700 |
Eric Hopper |
Add option to heads to show only heads for current branch.
|
Tue, 19 Jun 2007 08:37:41 -0700 |
Eric Hopper |
Provide a version independent way to use the set datatype.
|
Tue, 19 Jun 2007 17:03:31 +0200 |
Patrick Mezard |
Fix read mode when importing patch.
|
Wed, 20 Jun 2007 23:32:31 +0200 |
Patrick Mezard |
Add tests for ui.patch regression.
|
Tue, 19 Jun 2007 17:02:07 +0200 |
Patrick Mezard |
patch: fix ui.patch regression introduced by 62019c4427e3.
|
Wed, 20 Jun 2007 22:06:37 +0200 |
Patrick Mezard |
printenv: filter empty environment variables for portability.
|
Wed, 20 Jun 2007 22:05:43 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 20 Jun 2007 21:35:41 +0200 |
Patrick Mezard |
Document empty environment variables not being passed to hooks under Windows.
|
Wed, 20 Jun 2007 00:22:51 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 20 Jun 2007 00:10:21 +0200 |
Patrick Mezard |
test-annotate: add a test for issue 589.
|
Wed, 20 Jun 2007 00:10:21 +0200 |
Patrick Mezard |
Fix issue 589: "undelete" sequence leads to crash.
|
Wed, 20 Jun 2007 00:09:32 +0200 |
Patrick Mezard |
Add test for debugrename
|
Wed, 20 Jun 2007 00:09:30 +0200 |
Patrick Mezard |
Fix debugrename --rev option
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Tue, 19 Jun 2007 08:17:55 +0200 |
Thomas Arendsen Hein |
Use printenv.py for pre/post-command-hooks (fixes tests on Solaris, too)
|
Tue, 19 Jun 2007 08:06:37 +0200 |
Thomas Arendsen Hein |
Cleanup of whitespace, indentation and line continuation.
|
Mon, 18 Jun 2007 21:30:27 -0500 |
Matt Mackall |
dispatch: report failed imports nicely
|
Mon, 18 Jun 2007 19:43:26 -0500 |
Matt Mackall |
demandimport: fix issue579 and add a test
|
Mon, 18 Jun 2007 17:49:56 -0500 |
Matt Mackall |
dispatch: add generic pre- and post-command hooks
|
Mon, 18 Jun 2007 15:21:02 -0700 |
Lee Cantey |
Fixes to not require administrator privleges and use private copies of DLLs when running the Windows installer.
|
Mon, 18 Jun 2007 15:14:49 -0700 |
Lee Cantey |
Fix for including hgext in Windows compiled version.
|
Mon, 18 Jun 2007 15:06:14 -0700 |
Lee Cantey |
Merge with crew
|
Mon, 18 Jun 2007 15:03:55 -0700 |
Lee Cantey |
Fix for demandimport.py and Windows compiled version.
|
Mon, 18 Jun 2007 14:52:31 -0700 |
Brendan Cully |
Work around heisenbug in Popen3.__del__
|
Mon, 18 Jun 2007 12:39:43 -0700 |
Brendan Cully |
Merge with mpm
|
Mon, 18 Jun 2007 12:38:54 -0700 |
Brendan Cully |
Make fast-forward merges full merges
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
hooks: separate hook code into a separate module
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dispatch: fix handling of incorrect number of arguments
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: pull ignore smarts out of ui
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
encoding: pull fallbackencoding out of localrepo into early parsing
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
extensions: kill ui readhooks
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
extensions: pull extension-aware bits out of ui
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: refactor checkinterfering
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: hide some more internals
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: hide internal vars
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
localrepo and dirstate: rename reload to invalidate
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: simplify dirty handling
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: lazify and lambdafy _slash
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: simplify state()
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: move ignore to its own file
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: replace clear()
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: fold parse into read
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: make reload lazy
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: lazify initdirs
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: lazify copymap, _branch, and _pl
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: use getattr rather than lazyread
|
Mon, 18 Jun 2007 11:13:16 -0700 |
Brendan Cully |
Fix up tests for new branch message
|
Mon, 18 Jun 2007 10:44:43 -0700 |
Brendan Cully |
Notify the user that hg branch does not create a branch until commit
|
Sun, 17 Jun 2007 20:09:35 -0700 |
Brendan Cully |
patchbomb: fix PAGER buglet introduced in 88fc92b0b821
|
Sun, 17 Jun 2007 20:35:43 +0200 |
Patrick Mezard |
patchbomb: page patchbomb messages only if PAGER is defined.
|
Sun, 17 Jun 2007 20:35:32 +0200 |
Patrick Mezard |
cmdutil: add missing "time" import.
|
Sun, 17 Jun 2007 20:08:06 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 17 Jun 2007 19:40:02 +0200 |
Patrick Mezard |
patchbomb: flush ui before delegating to pager.
|
Sun, 17 Jun 2007 19:39:47 +0200 |
Patrick Mezard |
test-patchbomb: fix non-existing --date parameter and filtering regexps.
|
Wed, 13 Jun 2007 15:02:09 +0300 |
Giorgos Keramidas |
test-patchbomb: sed -e may not work with extended regexps
|
Sun, 17 Jun 2007 14:11:30 +0200 |
Thomas Arendsen Hein |
Make --import-branch option actually work (- is translated to _)
|
Thu, 14 Jun 2007 09:01:51 -0700 |
Eric Hopper |
Add --import-branch option to hg import to pull in branch information without --exact
|
Thu, 14 Jun 2007 16:19:58 -0700 |
Brendan Cully |
convert: remove pdb call. *blush*
|
Thu, 14 Jun 2007 16:12:08 -0700 |
Brendan Cully |
convert: fix various authormap handling bugs
|
Thu, 14 Jun 2007 23:25:55 +0200 |
Edouard Gomez |
convert extension: Add support for username mapping
|
Thu, 14 Jun 2007 23:25:55 +0200 |
Edouard Gomez |
convert extension: Save a few opens on the map file
|
Thu, 14 Jun 2007 13:32:35 -0700 |
Brendan Cully |
Merge with stable
|
Thu, 14 Jun 2007 10:58:49 -0700 |
Brendan Cully |
Make parents with a file but not a revision use working directory revision.
|
Thu, 14 Jun 2007 10:59:17 -0700 |
Brendan Cully |
Merge with crew
|
Thu, 14 Jun 2007 10:58:49 -0700 |
Brendan Cully |
Make parents with a file but not a revision use working directory revision.
|
Thu, 14 Jun 2007 12:54:06 +0200 |
Thomas Arendsen Hein |
Reverted changesets 9d1380e5c8c5 and 1d46169ec197: show @ as glog parent again.
|
Thu, 14 Jun 2007 11:33:32 +0200 |
Thomas Arendsen Hein |
merge with main
|
Wed, 13 Jun 2007 19:11:20 -0700 |
Brendan Cully |
Merge with crew
|
Wed, 13 Jun 2007 19:05:20 -0700 |
Brendan Cully |
extensions: fix load of module/__init__.py on OS X
|
Wed, 13 Jun 2007 21:39:45 -0300 |
Alexis S. L. Carvalho |
localrepo.status: only append stuff to the clean list if list_clean is true
|
Wed, 13 Jun 2007 21:39:45 -0300 |
Alexis S. L. Carvalho |
mq: reduce matcher abuse
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
commands.remove: don't use the unknown list
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
commands.commit: don't use the unknown list
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
localrepo.add: avoid some stats
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
revert: use util.lexists
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
addremove: use util.lexists
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
commands.commit: symlinks are supported
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
mq: grab locks before starting a transaction
|
Wed, 13 Jun 2007 13:50:29 -0700 |
Brendan Cully |
Merge with crew
|
Wed, 13 Jun 2007 13:46:40 -0700 |
Brendan Cully |
extensions: load modules in module/__init__.py form.
|
Wed, 13 Jun 2007 15:02:09 +0300 |
Giorgos Keramidas |
test-patchbomb: sed -e may not work with extended regexps
|
Wed, 13 Jun 2007 08:24:40 +0200 |
Thomas Arendsen Hein |
Correct tests/test-patchbomb* files:
|
Tue, 12 Jun 2007 14:52:34 -0700 |
Bryan O'Sullivan |
patchbomb: add --date option
|
Tue, 12 Jun 2007 14:44:47 -0700 |
Bryan O'Sullivan |
Don't validate email config if we're not sending email.
|
Tue, 12 Jun 2007 14:39:36 -0700 |
Bryan O'Sullivan |
patchbomb: 0c61124ad877 moved setremoteconfig into cmdutil
|
Tue, 12 Jun 2007 13:21:42 -0700 |
Brendan Cully |
dispatch: restore a dropped shlex import
|
Tue, 12 Jun 2007 18:55:47 +0200 |
Thomas Arendsen Hein |
merge with main
|
Tue, 12 Jun 2007 17:39:57 +0200 |
Thomas Arendsen Hein |
Revive commands.dispatch as a simple way to call hg from other pythons scripts.
|
Wed, 13 Jun 2007 13:15:53 -0500 |
Matt Mackall |
extensions: fix lookup of hgext.foo modules
|
Wed, 13 Jun 2007 13:15:51 -0500 |
Matt Mackall |
localrepo: demand-load changeset, manifest, and dirstate
|
Tue, 12 Jun 2007 10:34:54 -0500 |
Matt Mackall |
extensions: add missing sys import
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: accept an abbreviation of --repository
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move findrepo to cmdutil
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
localrepo: don't search from path
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: use the repo path found by early parsing
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: parse and apply -R early
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: parse and apply cwd opt early
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: rename variables after code motion
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: hoist debugging hook to runcatch
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move dispatching code to cmdutil
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move runcommand to cmdutil
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: pull final command execution into its own function
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: reduce nesting by moving parsing exceptions
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: move signal and exception handling to its own function
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
Create a separate module for managing extensions
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
extensions: separate function for loading single extensions
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: reorder functions
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
localrepo: break out the repo-finding walk into its own function
|
Mon, 11 Jun 2007 12:14:31 -0700 |
Brendan Cully |
Respect locale environment variables on darwin.
|
Mon, 11 Jun 2007 11:06:42 -0700 |
Brendan Cully |
Small cleanups for the new tag code
|
Fri, 01 Jun 2007 19:56:39 -0400 |
Josef "Jeff" Sipek |
gitweb: Display branch and tag labels
|
Sun, 10 Jun 2007 21:05:01 -0700 |
Brendan Cully |
Merge with mpm
|
Sun, 10 Jun 2007 20:08:47 -0700 |
Brendan Cully |
Split convert extension into common and repository type modules
|
Sun, 10 Jun 2007 21:16:58 -0500 |
Matt Mackall |
commit: fix bug where dirstate for removed file is confused
|
Sun, 10 Jun 2007 19:16:20 -0500 |
Matt Mackall |
hg serve: don't lookup user-supplied names/addresses
|
Sat, 09 Jun 2007 13:25:54 +0200 |
Thomas Arendsen Hein |
Removed trailing \n in calls to util.Abort()
|
Sat, 09 Jun 2007 13:17:58 +0200 |
Thomas Arendsen Hein |
Some small cleanups for convert extension:
|
Sat, 09 Jun 2007 01:04:28 -0300 |
Alexis S. L. Carvalho |
Avoid extra filelogs entries.
|
Sat, 09 Jun 2007 01:04:28 -0300 |
Alexis S. L. Carvalho |
Make sure the changelog mentions files whose flags changed
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
run-tests.py: set ui.slash = True
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
test-config-case: print only the Section we're interested in.
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add ui.slash hgrc setting
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
docopy: use repo.pathto to format paths for printing
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add dirstate.pathto and localrepo.pathto.
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in revert.
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in docopy.
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in addremove.
|
Thu, 07 Jun 2007 23:16:10 +0200 |
Edouard Gomez |
Add some more smart when initializing destination repository
|
Thu, 07 Jun 2007 23:06:17 +0200 |
Edouard Gomez |
Fix hgext/convert/__init__.py rights
|
Thu, 07 Jun 2007 22:28:52 +0200 |
Thomas Arendsen Hein |
Include convert extension in packages setup
|
Thu, 07 Jun 2007 12:41:12 +0200 |
Thomas Arendsen Hein |
convert: map CVS HEAD to default branch
|
Sun, 03 Jun 2007 22:11:25 +0200 |
Patrick Mezard |
ui: make readsections() abort when configuration cannot be read.
|
Wed, 06 Jun 2007 20:22:52 +0200 |
Thomas Arendsen Hein |
Removed trailing whitespace and tabs from python files
|
Wed, 06 Jun 2007 20:17:03 +0200 |
Thomas Arendsen Hein |
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension
|
Fri, 25 May 2007 08:12:33 +0200 |
Edouard Gomez |
Add a wrapper script for convert extension
|
Fri, 25 May 2007 00:56:48 +0200 |
Edouard Gomez |
Turns convert.py into a real extension
|
Wed, 06 Jun 2007 19:49:47 +0200 |
Thomas Arendsen Hein |
Move convert-repo to hgext/convert/__init__.py
|
Wed, 06 Jun 2007 19:06:43 +0200 |
Thomas Arendsen Hein |
Fixed test output for changed glog (. instead of @)
|
Wed, 06 Jun 2007 19:05:18 +0200 |
Thomas Arendsen Hein |
Issue a warning if "-r ." is used with two working directory parents.
|
Wed, 06 Jun 2007 18:28:48 +0200 |
Thomas Arendsen Hein |
graphlog: Print . instead of @ for working directory parents
|
Tue, 05 Jun 2007 19:55:27 -0300 |
Alexis S. L. Carvalho |
Remove atomicfile class.
|
Tue, 05 Jun 2007 19:55:27 -0300 |
Alexis S. L. Carvalho |
Use atomictemp files to write the dirstate.
|
Tue, 05 Jun 2007 19:26:36 -0300 |
Alexis S. L. Carvalho |
test-serve: let run-tests.py kill the daemons
|
Mon, 04 Jun 2007 21:49:01 +0200 |
Joel Rosdahl |
Fix bug in "hg serve -v"
|
Mon, 04 Jun 2007 21:48:59 +0200 |
Joel Rosdahl |
Add test reproducing a bug in "hg serve -v"
|
Mon, 04 Jun 2007 22:56:42 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 04 Jun 2007 09:16:53 -0500 |
TK Soh |
hgk: display tags that contain spaces
|
Mon, 04 Jun 2007 16:54:52 +1000 |
Bela Babik |
hgk: added -selectbackground grey to canvases
|
Mon, 04 Jun 2007 22:08:42 +0200 |
Thomas Arendsen Hein |
merge with stable
|
Mon, 04 Jun 2007 22:05:47 +0200 |
Thomas Arendsen Hein |
Obfuscate author in gitweb shortlog (issue578)
|
Mon, 04 Jun 2007 22:02:17 +0200 |
Thomas Arendsen Hein |
Fixed indentation in hgext/notify.py
|
Mon, 04 Jun 2007 00:26:53 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sun, 03 Jun 2007 14:38:52 -0300 |
Alexis S. L. Carvalho |
patch.diff: avoid calling workingctx().manifest()
|
Sun, 03 Jun 2007 17:18:48 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 02 Jun 2007 09:04:23 -0700 |
Bryan O'Sullivan |
Merge with crew.
|
Sun, 27 May 2007 14:58:59 -0700 |
Bryan O'Sullivan |
patchbomb: Fail early if no revs given to email
|
Sun, 27 May 2007 14:54:00 -0700 |
Bryan O'Sullivan |
patchbomb: Fix typo.
|
Sun, 27 May 2007 14:53:46 -0700 |
Bryan O'Sullivan |
patchbomb: Hoist sender config higher.
|
Sun, 27 May 2007 14:43:29 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
Sun, 27 May 2007 14:40:14 -0700 |
Bryan O'Sullivan |
patchbomb: Validate email config before we start prompting for info.
|
Sun, 27 May 2007 14:26:54 -0700 |
Bryan O'Sullivan |
Introduce find_exe. Use instead of find_in_path for programs.
|
Sun, 27 May 2007 13:50:59 -0700 |
Bryan O'Sullivan |
ui: Rename has_config to has_section.
|
Sun, 27 May 2007 13:41:35 -0700 |
Bryan O'Sullivan |
patchbomb: Defer the import of readline.
|
Sun, 27 May 2007 13:29:04 -0700 |
Bryan O'Sullivan |
patchbomb: Don't prompt for headers until sure we have revs to export.
|
Mon, 04 Jun 2007 00:24:48 -0300 |
Alexis S. L. Carvalho |
wsgicgi: change stdin to binary mode
|
Mon, 04 Jun 2007 00:24:48 -0300 |
Alexis S. L. Carvalho |
Also check the index file size when deciding whether to reload a revlog.
|
Mon, 04 Jun 2007 00:24:48 -0300 |
Alexis S. L. Carvalho |
use .extend instead of .append in readtags
|
Fri, 20 Apr 2007 16:17:42 -0500 |
TK Soh |
hbisect: fix a typo in error message
|
Fri, 15 Dec 2006 10:32:57 +0300 |
Andrei Vermel |
hgk - fix CR issues on windows
|
Thu, 24 May 2007 16:32:38 +0200 |
Mathieu Clabaut |
Add sending date to notify message.
|
Fri, 01 Jun 2007 18:40:14 -0500 |
Matt Mackall |
Add support for url#id syntax
|
Fri, 01 Jun 2007 18:52:18 -0500 |
Matt Mackall |
clone: checkout the "default" branch if available
|
Sat, 02 Jun 2007 09:21:56 -0500 |
Matt Mackall |
mq: pass a URL to clone
|
Fri, 01 Jun 2007 14:07:42 -0500 |
Matt Mackall |
Warn about large files on hg add
|
Fri, 01 Jun 2007 19:49:09 +0200 |
Thomas Arendsen Hein |
merge with stable
|
Fri, 01 Jun 2007 16:02:49 +0200 |
Thomas Arendsen Hein |
Corrected similarity parameter used in test-addremove
|
Fri, 01 Jun 2007 16:00:40 +0200 |
Thomas Arendsen Hein |
addremove: comparing two empty files caused ZeroDivisionError
|
Fri, 01 Jun 2007 13:03:21 +0200 |
Thomas Arendsen Hein |
Add archive download links to hgweb search template
|
Fri, 01 Jun 2007 13:00:27 +0200 |
Thomas Arendsen Hein |
merge with crew
|
Thu, 31 May 2007 20:12:40 -0400 |
Josef "Jeff" Sipek |
gitweb: Fixed-up search template
|
Thu, 31 May 2007 19:59:02 -0400 |
Josef "Jeff" Sipek |
gitweb: Add search box to the summary page
|
Tue, 29 May 2007 06:52:40 -0400 |
Josef "Jeff" Sipek |
gitweb: file diff: Display metadata in same order as changeset does
|
Tue, 29 May 2007 11:16:57 -0400 |
Josef "Jeff" Sipek |
gitweb: file annotate: Display metadata in same order as changeset does
|
Tue, 29 May 2007 11:10:28 -0400 |
Josef "Jeff" Sipek |
gitweb: file rev template: Display metadata in same order as changeset does
|
Tue, 29 May 2007 11:07:33 -0400 |
Josef "Jeff" Sipek |
gitweb: changeset template: remove manifest link from cset metadata
|
Fri, 11 May 2007 17:05:44 +0200 |
Emanuele Aina |
purge: add --include and --exclude options
|
Tue, 29 May 2007 16:42:05 +0200 |
Thomas Arendsen Hein |
hgweb: use generator to count parity of horizontal stripes for easier reading.
|
Tue, 29 May 2007 07:00:36 -0400 |
Josef "Jeff" Sipek |
gitweb: shortlog: display nav links near the bottom
|
Tue, 29 May 2007 07:00:26 -0400 |
Josef "Jeff" Sipek |
gitweb: file log: display nav links near the bottom
|
Tue, 29 May 2007 06:35:45 -0400 |
Josef "Jeff" Sipek |
gitweb: file log template: removed excesive whitespace
|
Tue, 29 May 2007 05:08:01 -0400 |
Josef "Jeff" Sipek |
hgweb: manifest: pass parity for the '[up]' link
|
Tue, 29 May 2007 04:57:12 -0400 |
Josef "Jeff" Sipek |
gitweb: manifest template: do not include trailing slash in directory names
|
Tue, 29 May 2007 03:37:03 -0400 |
Josef "Jeff" Sipek |
gitweb: Add title separator to tags template
|
Tue, 29 May 2007 15:31:29 +0200 |
Josef "Jeff" Sipek |
gitweb: changelog template: removed excessive whitespace
|
Tue, 29 May 2007 15:30:40 +0200 |
Josef "Jeff" Sipek |
gitweb: shortlog template: removed excessive whitespace, added title bar.
|
Tue, 29 May 2007 03:27:02 -0400 |
Josef "Jeff" Sipek |
gitweb: Fixed manifest template opening an extra div tag
|
Tue, 29 May 2007 03:19:45 -0400 |
Josef "Jeff" Sipek |
gitweb: Fix summary page ellipsis line colspans
|
Fri, 01 Jun 2007 19:45:05 +0200 |
Thomas Arendsen Hein |
Make "hg incoming -r revision_number" work for remote repos (issue566)
|
Thu, 17 May 2007 13:55:24 -0400 |
Daniel Holth |
accept -r REV in more places
|
Sun, 20 May 2007 19:32:22 +0200 |
Patrick Mezard |
Merge with crew-stable.
|
Wed, 16 May 2007 01:10:12 -0400 |
Daniel Holth |
use documented convert-repo interface
|
Wed, 16 May 2007 01:07:27 -0400 |
Daniel Holth |
document conversion interface
|
Sat, 19 May 2007 22:51:43 +0200 |
Patrick Mezard |
Merge with crew-stable.
|
Thu, 17 May 2007 20:09:52 -0700 |
Eric Hopper |
Make hg import --exact work when a new branch is created by an import.
|
Thu, 17 May 2007 20:09:49 -0700 |
Eric Hopper |
Alter test to test import --exact to make sure it works with branches.
|
Thu, 17 May 2007 20:09:47 -0700 |
Eric Hopper |
Add ability to parse branch information to hg import
|
Thu, 17 May 2007 20:09:44 -0700 |
Eric Hopper |
Add a test for the Branch header being in hg export.
|
Sun, 20 May 2007 19:27:14 +0200 |
Henri Precheur |
Fix issue 563: error in _hg_commit in the contrib/zsh_completion script.
|
Sat, 19 May 2007 22:47:01 +0200 |
Patrick Mezard |
Fix issue 562: .hgignore requires newline at end.
|
Sat, 19 May 2007 22:46:59 +0200 |
Patrick Mezard |
Test issue 562: .hgignore requires newline at end
|
Thu, 17 May 2007 09:29:30 -0700 |
Eric Hopper |
Fix hg import --exact bug that hangs hg on failure.
|
Sun, 13 May 2007 19:15:54 -0700 |
Brendan Cully |
Make mergepatch save queue now that qpush isn't.
|
Thu, 10 May 2007 13:42:36 -0700 |
Eric Hopper |
Add branch information to hg export.
|
Sat, 12 May 2007 21:09:31 +0200 |
Patrick Mezard |
Add ui.patch option.
|
Sat, 12 May 2007 21:09:29 +0200 |
Patrick Mezard |
Fix issue483 - mq does not work under windows with gnu-win32 patch.
|
Mon, 07 May 2007 21:44:11 +0900 |
NIIMI Satoshi |
mercurial.el: fix error on hg-read-rev() with small tip, and cleanups
|
Tue, 08 May 2007 13:10:27 -0700 |
Bryan O'Sullivan |
mq: add qgoto command.
|
Tue, 08 May 2007 11:51:16 -0700 |
Bryan O'Sullivan |
Fix typo in bugzilla extension.
|
Tue, 08 May 2007 13:08:20 -0700 |
Brendan Cully |
Fix test-patchbomb for crew
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: add mq-signoff, to sign off on a patch
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: don't fill half the screen with a single line of output.
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: add hook to run when finishing the edit of a patch.
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
imported patch mq-refresh-git.patch
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: allow mq-diff to take a git option.
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: add mq-diff function.
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: add mq-edit-series function.
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: add mq-new function.
|
Tue, 08 May 2007 12:36:34 -0700 |
Brendan Cully |
Fix up patchbomb test
|
Tue, 08 May 2007 12:20:13 -0700 |
Bryan O'Sullivan |
add test for patchbomb extension.
|
Tue, 08 May 2007 11:51:25 -0700 |
Bryan O'Sullivan |
contrib/hgsh: Check for .hg/store as well as .hg/data.
|
Tue, 08 May 2007 12:16:02 -0700 |
Bryan O'Sullivan |
MQ: tidy up if a qpush is interrupted.
|
Tue, 08 May 2007 11:42:48 -0500 |
Matt Mackall |
Merge with stable
|
Tue, 08 May 2007 02:59:13 -0500 |
Matt Mackall |
merge: fix spurious merges for copies in linear updates
|
Tue, 08 May 2007 02:57:05 -0500 |
Matt Mackall |
branch.cache: silently ignore I/O and OS errors
|
Mon, 07 May 2007 22:30:36 -0500 |
Matt Mackall |
context: fix workingfilectx._changectx
|
Sat, 05 May 2007 15:56:49 +0900 |
NIIMI Satoshi |
mercurial.el: don't raise an error from find-file-hook
|
Sat, 05 May 2007 15:50:40 +0900 |
NIIMI Satoshi |
mercurial.el: move defmacro of hg-do-across-repo before use
|
Mon, 07 May 2007 08:42:48 -0700 |
Brendan Cully |
Unconfuse font-lock
|
Sun, 06 May 2007 20:27:45 -0700 |
Brendan Cully |
Add fast-forward branch merging
|
Mon, 07 May 2007 00:12:35 +0200 |
Patrick Mezard |
Merge with crew-stable.
|
Sun, 06 May 2007 16:40:53 +0200 |
Patrick Mezard |
simplemerge: flush stdout before writing to stderr.
|
Sun, 06 May 2007 16:40:53 +0200 |
Patrick Mezard |
Move win32 find_in_files from util_win32 to util.
|
Sun, 06 May 2007 23:44:18 +0200 |
Patrick Mezard |
mq: fix qtop failure when the series ends with guarded patches.
|
Sun, 06 May 2007 18:19:25 +0200 |
Patrick Mezard |
Test qtop breaking when series ends with guarded patches.
|
Thu, 03 May 2007 17:27:21 -0500 |
Matt Mackall |
Merge with stable
|
Tue, 01 May 2007 13:23:32 -0700 |
Brendan Cully |
mq: account for readheaders munging in qrefresh
|
Thu, 03 May 2007 17:26:21 -0500 |
Matt Mackall |
Merge with crew-stable
|
Thu, 03 May 2007 14:09:09 -0700 |
Lee Cantey |
Update Windows build instructions.
|
Thu, 03 May 2007 17:24:43 -0500 |
Matt Mackall |
merge: reorganize some hunks in findcopies
|
Thu, 03 May 2007 17:24:43 -0500 |
Matt Mackall |
merge: simplify a check in checkcopies
|
Thu, 03 May 2007 17:24:43 -0500 |
Matt Mackall |
merge: expand and simplify the invalid handling for directory moves
|
Thu, 03 May 2007 17:24:43 -0500 |
Matt Mackall |
merge: fix a bug detecting directory moves
|
Thu, 03 May 2007 17:24:43 -0500 |
Matt Mackall |
merge: clarify the findcopies code
|
Tue, 01 May 2007 14:42:54 -0500 |
Matt Mackall |
verify: hold write lock
|