Wed, 20 Dec 2006 12:07:02 -0800 |
Brendan Cully |
Merge with mpm
|
Wed, 20 Dec 2006 12:05:12 -0800 |
Brendan Cully |
Merge with crew-stable
|
Tue, 19 Dec 2006 15:46:02 +0100 |
Thomas Arendsen Hein |
sample.hgrc: hgk extension is now in hgext. Use churn as example for contrib.
|
Tue, 19 Dec 2006 15:37:10 +0100 |
Thomas Arendsen Hein |
purge extension doesn't need "#!/usr/bin/env python".
|
Tue, 19 Dec 2006 17:14:45 -0800 |
Brendan Cully |
hgweb: simple tests
|
Tue, 19 Dec 2006 17:03:34 -0800 |
Brendan Cully |
hgweb: add raw manifest template
|
Fri, 15 Dec 2006 10:32:57 +0300 |
Andrei Vermel |
hgk - fix CR issues on windows
|
Wed, 20 Dec 2006 17:04:07 -0600 |
Matt Mackall |
Update convert-repo usage comments
|
Wed, 20 Dec 2006 16:31:46 -0600 |
Matt Mackall |
convert-repo: add some smarts
|
Wed, 20 Dec 2006 13:11:35 -0600 |
Matt Mackall |
Merge with crew
|
Tue, 19 Dec 2006 16:40:09 -0800 |
Brendan Cully |
Teach hgweb about revlog.LookupError
|
Tue, 19 Dec 2006 17:17:08 -0600 |
Matt Mackall |
Move README info to wiki
|
Tue, 19 Dec 2006 16:38:14 -0600 |
Matt Mackall |
Move test suite docs to the wiki
|
Tue, 19 Dec 2006 16:37:45 -0600 |
Matt Mackall |
hg in: if no incoming csets, remove existing bundle
|
Tue, 19 Dec 2006 08:59:41 -0600 |
Matt Mackall |
writebundle: overwrite existing bundle file
|
Tue, 19 Dec 2006 08:58:56 -0600 |
Matt Mackall |
incoming/outgoing: return failure if no changes found
|
Mon, 18 Dec 2006 12:22:43 -0800 |
Brendan Cully |
Add revlog.LookupError exception, and use it instead of RevlogError.
|
Sun, 17 Dec 2006 22:16:57 -0600 |
Matt Mackall |
Add some modules to the demandimport ignore list for Windows
|
Sun, 17 Dec 2006 21:48:22 -0600 |
Matt Mackall |
Sync with -stable
|
Sun, 17 Dec 2006 18:45:46 -0800 |
Brendan Cully |
demandimport: blacklist _hashlib again (imported in ImportError try block)
|
Sun, 17 Dec 2006 18:34:42 -0800 |
Brendan Cully |
demandimport: handle already-loaded nested modules in subload
|
Sun, 17 Dec 2006 19:17:18 -0600 |
Matt Mackall |
Added signature for changeset 27230c29bfec36d5540fbe1c976810aefecfd1d2
|
Sun, 17 Dec 2006 19:02:33 -0600 |
Matt Mackall |
Added tag 0.9.3 for changeset 27230c29bfec
|
Sun, 17 Dec 2006 05:00:22 +0100 |
Benoit Boissinot |
fix calculation of new heads added during push with -r
0.9.3
|
Sun, 17 Dec 2006 15:00:56 -0600 |
Matt Mackall |
Merge with crew
|
Sun, 17 Dec 2006 14:56:12 -0600 |
Matt Mackall |
demandimport: fix import x.y.z as a when x.y is already imported.
|
Sat, 16 Dec 2006 23:36:06 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 16 Dec 2006 23:33:24 +0100 |
Thomas Arendsen Hein |
Adjust test-help output for the change in 3c82ab166eea.
|
Sat, 16 Dec 2006 23:24:30 +0100 |
Thomas Arendsen Hein |
Fix test-hup for different output of ls on at least MacOS X and Solaris 8.
|
Sat, 16 Dec 2006 20:18:36 -0200 |
Alexis S. L. Carvalho |
convert-repo: update usage information
|
Sat, 16 Dec 2006 23:11:16 +0100 |
Thomas Arendsen Hein |
Make 'hg sign' behave like other commands: Default to current parent.
|
Sat, 16 Dec 2006 22:58:10 +0100 |
Thomas Arendsen Hein |
doc fix: hg tags defaults to current parent revision, too.
|
Sat, 16 Dec 2006 22:33:39 +0100 |
Thomas Arendsen Hein |
doc string fix: hg cat and manifest default to current parent revision.
|
Sat, 16 Dec 2006 22:13:56 +0100 |
Thomas Arendsen Hein |
Using --date "" isn't possible, so don't document epoch. (see issue447)
|
Sat, 16 Dec 2006 14:51:22 -0600 |
Matt Mackall |
Merge with stable
|
Sat, 16 Dec 2006 14:41:34 -0600 |
Matt Mackall |
convert-repo: avoid adding bogus value to shamap on tag update
|
Sat, 16 Dec 2006 14:35:14 -0600 |
Matt Mackall |
convert-repo: fix recoding of committer
|
Sat, 16 Dec 2006 14:40:55 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 16 Dec 2006 13:57:37 +0100 |
Thomas Arendsen Hein |
Include hg.1.gendoc.txt in doc/MANIFEST to prevent unnecessary rebuild.
|
Sat, 16 Dec 2006 13:54:23 +0100 |
Thomas Arendsen Hein |
Regenerate hg.1 manpage if help text in help.py changes.
|
Sat, 16 Dec 2006 02:51:16 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sat, 16 Dec 2006 02:38:18 -0200 |
Alexis S. L. Carvalho |
util.system: fix quoting on windows
|
Sat, 16 Dec 2006 02:21:46 -0200 |
Alexis S. L. Carvalho |
templater.py: fix obfuscate
|
Fri, 15 Dec 2006 20:16:20 -0800 |
Brendan Cully |
Make demandimport pass all tests on python2.5.
|
Fri, 15 Dec 2006 18:38:09 -0800 |
Brendan Cully |
Merge with crew-stable
|
Fri, 15 Dec 2006 23:19:12 +0100 |
Benoit Boissinot |
fix strip on windows
|
Fri, 15 Dec 2006 19:30:20 +0100 |
Thomas Arendsen Hein |
Don't use node length for calculating revision number length.
|
Fri, 15 Dec 2006 19:09:10 +0100 |
Thomas Arendsen Hein |
Make sequence number on hg export start at 1 (as documented for %n). Add test.
|
Fri, 15 Dec 2006 11:14:55 -0800 |
Brendan Cully |
Merge with main
|
Fri, 15 Dec 2006 05:38:54 +0100 |
Benoit Boissinot |
merge with main
|
Thu, 14 Dec 2006 23:51:41 +0100 |
Benoit Boissinot |
use parent.__setattr__ instead of __dict__
|
Thu, 14 Dec 2006 13:49:33 -0800 |
Brendan Cully |
Merge with main
|
Fri, 15 Dec 2006 12:38:18 -0600 |
Matt Mackall |
demandimport: ignore _hashlib and email.mime
|
Fri, 15 Dec 2006 01:17:04 -0600 |
Matt Mackall |
Fix setup.py warning
|
Thu, 14 Dec 2006 20:31:33 -0600 |
Matt Mackall |
Disable demandloading in setup.py
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
Thu, 14 Dec 2006 20:23:25 -0600 |
Matt Mackall |
Fix demandload bits of setup.py py2exe support
|
Thu, 14 Dec 2006 17:32:25 -0600 |
Matt Mackall |
Fix a pygettext complaint
|
Thu, 14 Dec 2006 17:32:00 -0600 |
Matt Mackall |
Enable gettext translations
|
Thu, 14 Dec 2006 15:55:46 -0600 |
Matt Mackall |
Merge with crew
|
Thu, 14 Dec 2006 19:30:52 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Thu, 14 Dec 2006 19:30:18 +0100 |
Thomas Arendsen Hein |
Corrected synopsis for many commands.
|
Thu, 14 Dec 2006 19:10:05 +0100 |
Thomas Arendsen Hein |
merge with hg-stable
|
Thu, 14 Dec 2006 16:10:06 +0100 |
Thomas Arendsen Hein |
Merging crew-stable
|
Thu, 14 Dec 2006 16:07:29 +0100 |
Thomas Arendsen Hein |
Set charset encoding for hgwebdir, too.
|
Thu, 14 Dec 2006 13:30:47 +0100 |
Benoit Boissinot |
merge with crew
|
Thu, 14 Dec 2006 00:41:11 +0100 |
Benoit Boissinot |
spelling fix
|
Wed, 13 Dec 2006 22:53:41 -0800 |
Brendan Cully |
patchbomb: use ui.edit to compose summary mail
|
Tue, 12 Dec 2006 15:34:11 -0600 |
Steve Borho |
zsh: better fix for partial completions
|
Wed, 13 Dec 2006 13:27:09 -0600 |
Matt Mackall |
Replace demandload with new demandimport
|
Tue, 12 Dec 2006 18:16:23 -0600 |
Matt Mackall |
Remove deprecated old-style branch support
|
Tue, 12 Dec 2006 17:52:33 -0600 |
Matt Mackall |
Fix copy detection corner case
|
Tue, 12 Dec 2006 12:40:51 -0800 |
Brendan Cully |
mq: fix qheader without args when guards are applied after qtop
|
Tue, 12 Dec 2006 19:11:01 +0100 |
Thomas Arendsen Hein |
Fix test output for test-mq-guards (changed by 22d18051f9e5)
|
Tue, 12 Dec 2006 11:39:05 +0100 |
Benoit Boissinot |
fix MANIFEST generation
|
Mon, 11 Dec 2006 16:40:42 -0800 |
Brendan Cully |
mq: auto-ignore guards in qinit -c
|
Mon, 11 Dec 2006 16:32:45 -0800 |
Brendan Cully |
mq: fix explain_pushable for negative guards
|
Mon, 11 Dec 2006 18:09:52 +0100 |
Thomas Arendsen Hein |
Add instructions how to redo/finish failed merge with local working directory.
|
Mon, 11 Dec 2006 14:30:50 +0100 |
Thomas Arendsen Hein |
hgweb.cgi and hgwebdir.cgi fixes/cleanups for user configurable parts:
|
Sun, 10 Dec 2006 20:08:16 -0600 |
Matt Mackall |
Added signature for changeset 36a957364b1b89c150f2d0e60a99befe0ee08bd3
|
Sun, 10 Dec 2006 19:33:19 -0600 |
Matt Mackall |
Added tag 0.9.2 for changeset 36a957364b1b
|
Sun, 10 Dec 2006 19:20:35 -0600 |
Matt Mackall |
Make make dist a bit quieter
0.9.2
|
Sun, 10 Dec 2006 19:16:38 -0600 |
Matt Mackall |
Automatically build MANIFEST for make dist
|
Sun, 10 Dec 2006 17:41:07 -0600 |
Matt Mackall |
Remove hard-coded version numbers and release notes from packaging
|
Sun, 10 Dec 2006 20:35:28 -0200 |
Alexis S. L. Carvalho |
Use UTF-8 in .hg/branch
|
Sun, 10 Dec 2006 23:03:53 +0100 |
Thomas Arendsen Hein |
Indicate the purpose of the dummy changelog file in itself.
|
Sun, 10 Dec 2006 21:53:01 +0100 |
Benoit Boissinot |
fix reserved char on windows, '[]+' are allowed
|
Sun, 10 Dec 2006 19:41:57 +0100 |
Benoit Boissinot |
fix errors spotted by pychecker
|
Sun, 10 Dec 2006 16:24:21 +0100 |
Benoit Boissinot |
debuginstall: fix an incorrect variable
|
Mon, 20 Nov 2006 23:37:21 +0100 |
Mathieu Clabaut |
Uniformisation of commit help for -m and -l.
|
Sun, 10 Dec 2006 14:39:51 +0100 |
Benoit Boissinot |
streamclone: remove unnecessary test, pconvert names
|
Sun, 10 Dec 2006 12:46:47 +0100 |
Benoit Boissinot |
debuginstall: fix a copy/paste error
|
Sun, 10 Dec 2006 02:11:02 -0600 |
Matt Mackall |
Merge Benoit's .hg/store support
|
Fri, 01 Dec 2006 13:34:09 +0100 |
Benoit Boissinot |
switch to the .hg/store layout, fix the tests
|
Sun, 10 Dec 2006 00:07:02 +0100 |
Benoit Boissinot |
create the encode and decode functions for the store
|
Sun, 10 Dec 2006 00:06:59 +0100 |
Benoit Boissinot |
add "requires" file to the repo, specifying the requirements
|
Sun, 10 Dec 2006 00:06:45 +0100 |
Benoit Boissinot |
move code around
|
Sun, 10 Dec 2006 00:06:43 +0100 |
Benoit Boissinot |
don't use localrepo.__init__ to create the dest repo with clone+hardlinks
|
Sun, 10 Dec 2006 01:05:00 -0600 |
Matt Mackall |
Add some remedies and a username check to debuginstall
|
Sun, 10 Dec 2006 01:04:28 -0600 |
Matt Mackall |
Update README to mention hg debuginstall
|
Sun, 10 Dec 2006 00:44:52 -0600 |
Matt Mackall |
Make debuginstall actually attempt to use external patch and merge
|
Sun, 10 Dec 2006 00:06:31 -0600 |
Matt Mackall |
Make test-encoding return 0
|
Sun, 10 Dec 2006 00:05:47 -0600 |
Matt Mackall |
Add debuginstall command to do basic install tests
|
Sat, 09 Dec 2006 12:46:01 -0600 |
Matt Mackall |
make transcoding more robust
|
Sat, 09 Dec 2006 18:49:24 +0100 |
Benoit Boissinot |
remove unnecessary call to umask
|
Sat, 09 Dec 2006 14:19:52 +0100 |
Thomas Arendsen Hein |
Show the destionation for clone if not specified manually.
|
Sat, 09 Dec 2006 14:00:36 +0100 |
Thomas Arendsen Hein |
Removed unneeded OSError exception handler.
|
Sat, 09 Dec 2006 11:16:27 +0100 |
Thomas Arendsen Hein |
Fixes test-encoding for python2.3 and minor cleanups:
|
Sat, 09 Dec 2006 09:30:29 +0100 |
Thomas Arendsen Hein |
Use util.always instead of creating a new lambda function in show_changeset
|
Fri, 08 Dec 2006 20:44:58 -0600 |
Matt Mackall |
Fix log regression where log -p file showed diffs for other files
|
Fri, 08 Dec 2006 17:10:40 -0800 |
Brendan Cully |
Fix hg serve -6 getsockname handling
|
Fri, 08 Dec 2006 22:01:05 -0200 |
Alexis S. L. Carvalho |
Allow the user to specify the fallback encoding for the changelog
|
Fri, 08 Dec 2006 23:33:32 +0100 |
Thomas Arendsen Hein |
Removed unknown option -t in test-status
|
Fri, 08 Dec 2006 14:06:26 -0800 |
Brendan Cully |
Merge with mpm
|
Fri, 08 Dec 2006 12:53:51 -0800 |
Brendan Cully |
Merge with mpm
|
Fri, 08 Dec 2006 12:52:17 -0800 |
Brendan Cully |
transplant: don't add extra newlines to changelog entry in filter
|
Fri, 08 Dec 2006 15:05:39 -0600 |
Matt Mackall |
Merge with crew
|
Fri, 08 Dec 2006 14:55:45 -0600 |
Matt Mackall |
Add doc notes about revert and hg status vs diff
|
Fri, 08 Dec 2006 07:48:47 +0100 |
Thomas Arendsen Hein |
merge with main
|
Fri, 08 Dec 2006 01:36:50 -0200 |
Alexis S. L. Carvalho |
log: convert branch names to the local encoding
|