Mon, 16 Jul 2007 20:15:03 -0700 |
Bryan O'Sullivan |
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
|
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
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Make repo locks recursive, eliminate all passing of lock/wlock
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use a weakref for recursive transactions
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use try/finally pattern to cleanup locks and transactions
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
repo locks: use True/False
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
rename and simplify do_lock
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
simplify dirstate fixups in repo.status()
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
use context for part of localrepo status
|
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: break update into separate functions
|
Mon, 16 Jul 2007 20:15:03 -0700 |
Bryan O'Sullivan |
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
|
Wed, 11 Jul 2007 20:15:03 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
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
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
localrepo.wwrite: use opener.symlink
|
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:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Tue, 19 Jun 2007 08:06:37 +0200 |
Thomas Arendsen Hein |
Cleanup of whitespace, indentation and line continuation.
|
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 |
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 |
localrepo and dirstate: rename reload to invalidate
|
Thu, 14 Jun 2007 11:33:32 +0200 |
Thomas Arendsen Hein |
merge with main
|
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 19:15:58 -0300 |
Alexis S. L. Carvalho |
localrepo.add: avoid some stats
|
Wed, 13 Jun 2007 13:15:51 -0500 |
Matt Mackall |
localrepo: demand-load changeset, manifest, and dirstate
|
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:23 -0500 |
Matt Mackall |
localrepo: break out the repo-finding walk into its own function
|
Sun, 10 Jun 2007 21:16:58 -0500 |
Matt Mackall |
commit: fix bug where dirstate for removed file is confused
|
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 |
Add dirstate.pathto and localrepo.pathto.
|
Wed, 06 Jun 2007 20:22:52 +0200 |
Thomas Arendsen Hein |
Removed trailing whitespace and tabs from python files
|
Wed, 06 Jun 2007 19:05:18 +0200 |
Thomas Arendsen Hein |
Issue a warning if "-r ." is used with two working directory parents.
|
Mon, 04 Jun 2007 00:26:53 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Mon, 04 Jun 2007 00:24:48 -0300 |
Alexis S. L. Carvalho |
use .extend instead of .append in readtags
|
Fri, 01 Jun 2007 14:07:42 -0500 |
Matt Mackall |
Warn about large files on hg add
|
Thu, 17 May 2007 09:29:30 -0700 |
Eric Hopper |
Fix hg import --exact bug that hangs hg on failure.
|
Tue, 08 May 2007 11:42:48 -0500 |
Matt Mackall |
Merge with stable
|
Tue, 08 May 2007 02:57:05 -0500 |
Matt Mackall |
branch.cache: silently ignore I/O and OS errors
|
Mon, 30 Apr 2007 08:51:59 -0700 |
Brendan Cully |
Make rm --after simply mark files as removed, unless --force is also given
|
Tue, 24 Apr 2007 12:02:51 -0700 |
Bryan O'Sullivan |
When reloading the dirstate, recompute ignore information if needed.
|
Tue, 24 Apr 2007 11:05:39 -0700 |
Bryan O'Sullivan |
localrepository.status: only acquire wlock if actually needed.
|
Tue, 10 Apr 2007 14:05:15 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 09 Apr 2007 04:24:17 -0300 |
Alexis S. L. Carvalho |
use atomictemp files to write branch.cache
|
Sat, 24 Mar 2007 02:57:27 -0500 |
Matt Mackall |
Merge with crew
|
Fri, 23 Mar 2007 23:40:25 -0300 |
Alexis S. L. Carvalho |
use os.path.islink instead of util.is_link; remove util.is_link
|
Wed, 21 Mar 2007 23:20:56 -0400 |
Eric St-Jean |
Fix localrepo.copy to deal with symbolic links.
|
Sat, 24 Mar 2007 02:45:08 -0500 |
Matt Mackall |
Merge with -stable
|
Thu, 22 Mar 2007 23:52:50 -0500 |
Matt Mackall |
tags: fix abababa case, with test case
|
Thu, 22 Mar 2007 23:37:44 -0500 |
Matt Mackall |
restructure changelog file appending
|
Thu, 22 Mar 2007 19:52:38 -0500 |
Matt Mackall |
revlog: simplify revlog version handling
|
Fri, 16 Mar 2007 00:45:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 16 Mar 2007 00:22:57 -0300 |
Alexis S. L. Carvalho |
pass repo.root to util.pathto() in preparation for the next patch
|
Wed, 14 Mar 2007 19:17:40 -0500 |
Matt Mackall |
Merge with -stable
|
Wed, 14 Mar 2007 19:13:04 -0500 |
Matt Mackall |
tags: add --remove
|