Wed, 14 Mar 2007 19:13:04 -0500 |
Matt Mackall |
tags: add --remove
|
Wed, 14 Mar 2007 18:49:10 -0500 |
Matt Mackall |
tags: remove unused variables
|
Wed, 14 Mar 2007 18:47:29 -0500 |
Matt Mackall |
Make the tags algorithm smarter
|
Wed, 14 Mar 2007 16:40:47 -0500 |
Matt Mackall |
Refactor tags code to prepare for improving the algorithm
|
Wed, 14 Mar 2007 01:26:09 -0500 |
Matt Mackall |
Merge with -stable, fix small test failure
|
Sat, 10 Mar 2007 23:21:33 -0300 |
Alexis S. L. Carvalho |
Merge a bunch of matcher and locate fixes.
|
Sat, 10 Mar 2007 23:00:57 -0300 |
Alexis S. L. Carvalho |
change locate to use relglobs by default
|
Sat, 10 Mar 2007 23:00:55 -0300 |
Alexis S. L. Carvalho |
localrepo.walk: if we're walking a specific revision, sort the files
|
Sat, 10 Mar 2007 17:45:32 -0800 |
Brendan Cully |
Merge with crew-stable
|
Fri, 09 Mar 2007 20:08:13 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 13 Mar 2007 15:47:55 -0500 |
Matt Mackall |
Minor default branch cleanups
|
Tue, 13 Mar 2007 15:18:10 -0500 |
Matt Mackall |
Move branches.cache to branch.cache
|
Tue, 13 Mar 2007 15:02:33 -0300 |
Alexis S. L. Carvalho |
"default" is the default branch name
|
Sat, 10 Mar 2007 22:03:20 -0300 |
Alexis S. L. Carvalho |
Save an absolute path in repo.path
|
Fri, 09 Mar 2007 19:12:03 +0100 |
Thomas Arendsen Hein |
Add a features list to branches.cache to detect caches of old hg versions.
|
Fri, 09 Mar 2007 18:09:02 +0100 |
Thomas Arendsen Hein |
Store empty (default) branch in branch cache, too.
|
Thu, 08 Mar 2007 20:08:24 -0300 |
Alexis S. L. Carvalho |
small fixes for the parent patch
|
Thu, 08 Mar 2007 16:12:52 -0600 |
Matt Mackall |
Allow disabling store format to work with absurdly long filenames
|
Wed, 07 Mar 2007 15:26:00 -0300 |
Alexis S. L. Carvalho |
localrepo.status: use manifest.find on "lookup" files
|
Wed, 07 Mar 2007 15:25:59 -0300 |
Alexis S. L. Carvalho |
localrepo.status: fcmp gets a getnode function instead of the manifest
|
Fri, 23 Feb 2007 17:54:34 +0200 |
Giorgos Keramidas |
Create the parent directory when checking out symlinks.
|
Sun, 04 Mar 2007 09:03:21 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Mon, 19 Feb 2007 10:29:05 +0100 |
Patrick Mezard |
localrepo: stream_in may raise ZeroDivisionError with nul float elapsed argument.
|
Tue, 27 Feb 2007 12:58:40 -0800 |
Brendan Cully |
Break core of repo.tag into dirstate/hook-free repo._tag for convert-repo
|
Fri, 09 Feb 2007 03:48:28 -0200 |
Alexis S. L. Carvalho |
Handle functions as the value of a hooks.<name> config variable
|
Tue, 30 Jan 2007 21:11:10 -0200 |
Alexis S. L. Carvalho |
commit: catch IOError
|
Tue, 30 Jan 2007 19:36:56 -0200 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Tue, 30 Jan 2007 19:09:08 -0200 |
Alexis S. L. Carvalho |
filecommit: don't forget the local parent on a merge with a local rename
|
Thu, 11 Jan 2007 23:13:32 +0100 |
Thomas Arendsen Hein |
Merge branchname changes in localrepo.commit.
|
Thu, 11 Jan 2007 23:12:21 +0100 |
Thomas Arendsen Hein |
Use local encoding for "HG: branch" line in commit editor.
|
Thu, 11 Jan 2007 19:47:51 +0100 |
Simon 'corecode' Schubert |
Add branch name to editor text.
|
Thu, 11 Jan 2007 19:33:34 +0100 |
Simon 'corecode' Schubert |
When committing, record the changeset in the branchcache.
|
Fri, 05 Jan 2007 00:01:53 -0200 |
Alexis S. L. Carvalho |
Allow adding symlinks that don't point to files
|
Fri, 29 Dec 2006 20:04:31 -0600 |
Matt Mackall |
symlinks: minimal support for symlinks in merge/update
|
Fri, 29 Dec 2006 20:04:31 -0600 |
Matt Mackall |
symlinks: add flags param to wwrite
|
Fri, 29 Dec 2006 20:04:31 -0600 |
Matt Mackall |
replace filehandle version of wwrite with wwritedata
|
Fri, 29 Dec 2006 20:04:31 -0600 |
Matt Mackall |
unify encode/decode filter routines
|
Fri, 29 Dec 2006 20:04:31 -0600 |
Matt Mackall |
symlinks: add _link checking function
|
Fri, 29 Dec 2006 20:04:31 -0600 |
Matt Mackall |
symlinks: use is_link wherever is_exec is used
|
Fri, 29 Dec 2006 20:04:30 -0600 |
Matt Mackall |
exec: add execfunc to simplify exec flag support on non-exec filesystems
|
Fri, 22 Dec 2006 17:59:37 -0600 |
Matt Mackall |
Fix removed file cornercase for CVS convert-repo
|
Wed, 20 Dec 2006 23:41:27 +0100 |
Edouard Gomez |
pass the extra dict in rawcommit
|
Mon, 18 Dec 2006 12:22:43 -0800 |
Brendan Cully |
Add revlog.LookupError exception, and use it instead of RevlogError.
|
Sun, 17 Dec 2006 21:48:22 -0600 |
Matt Mackall |
Sync with -stable
|
Sun, 17 Dec 2006 05:00:22 +0100 |
Benoit Boissinot |
fix calculation of new heads added during push with -r
0.9.3
|
Thu, 14 Dec 2006 20:25:19 -0600 |
Matt Mackall |
Simplify i18n imports
|
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
|
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 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: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
|
Fri, 08 Dec 2006 22:01:05 -0200 |
Alexis S. L. Carvalho |
Allow the user to specify the fallback encoding for the changelog
|
Thu, 07 Dec 2006 14:35:43 -0200 |
Alexis S. L. Carvalho |
fix encoding conversion of branch names when mq is loaded
|
Tue, 05 Dec 2006 23:25:28 +0100 |
Thomas Arendsen Hein |
Don't report an error when closing heads during local push (issue387)
|
Tue, 05 Dec 2006 13:41:42 -0800 |
Brendan Cully |
Add "null" pseudo-tag pointing to nullid
|
Tue, 05 Dec 2006 11:28:23 +0100 |
Benoit Boissinot |
introduce localrepo.spath for the store path, sopener fixes
|
Tue, 05 Dec 2006 11:28:21 +0100 |
Benoit Boissinot |
localrepo: change aftertrans to be independant of the store path
|