Wed, 03 Oct 2007 17:17:28 -0500 |
Matt Mackall |
changegroup: avoid large copies
|
file |
diff |
annotate
|
Sun, 23 Sep 2007 15:29:58 +0200 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Sun, 23 Sep 2007 14:40:44 +0200 |
Patrick Mezard |
localrepo: fix undelete() on merge working directory (issue 746)
|
file |
diff |
annotate
|
Fri, 31 Aug 2007 01:21:31 +0200 |
Benoit Boissinot |
remove unneeded statement
|
file |
diff |
annotate
|
Mon, 27 Aug 2007 14:16:04 -0700 |
Bryan O'Sullivan |
Turn capabilities into a mutable set, instead of a fixed tuple.
|
file |
diff |
annotate
|
Mon, 27 Aug 2007 14:55:33 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
file |
diff |
annotate
|
Mon, 27 Aug 2007 02:21:58 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
file |
diff |
annotate
|
Thu, 23 Aug 2007 12:24:54 -0700 |
Brendan Cully |
Merge with crew-stable
|
file |
diff |
annotate
|
Mon, 27 Aug 2007 14:21:04 -0300 |
Alexis S. L. Carvalho |
correctly record file-level history when the local side renames a directory
|
file |
diff |
annotate
|
Mon, 27 Aug 2007 14:21:04 -0300 |
Alexis S. L. Carvalho |
Fix theoretical issue in filecommit.
|
file |
diff |
annotate
|
Mon, 27 Aug 2007 14:21:04 -0300 |
Alexis S. L. Carvalho |
Avoid adding to the changelog executable files added by the second parent.
|
file |
diff |
annotate
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
pull -r: pass the revisions as the heads argument of findincoming
|
file |
diff |
annotate
|
Thu, 23 Aug 2007 12:23:07 -0700 |
Brendan Cully |
Do not lose previous tags when adding a tag in raw mode
|
file |
diff |
annotate
|
Thu, 23 Aug 2007 01:48:29 -0300 |
Alexis S. L. Carvalho |
merge: forcefully mark files that we get from the second parent as dirty
|
file |
diff |
annotate
|
Tue, 21 Aug 2007 02:13:32 +0200 |
Benoit Boissinot |
make hg add of a removed file unremove the file
|
file |
diff |
annotate
|
Tue, 21 Aug 2007 02:02:08 +0200 |
Benoit Boissinot |
abort when adding a file in merged state
|
file |
diff |
annotate
|
Wed, 15 Aug 2007 16:09:50 -0500 |
Matt Mackall |
remove unneeded imports of mdiff
|
file |
diff |
annotate
|
Fri, 10 Aug 2007 10:46:03 -0700 |
Bryan O'Sullivan |
Make audit_path more stringent.
|
file |
diff |
annotate
|
Tue, 07 Aug 2007 10:28:14 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
file |
diff |
annotate
|
Tue, 07 Aug 2007 10:24:33 +0200 |
Thomas Arendsen Hein |
Remove trailing spaces
|
file |
diff |
annotate
|
Thu, 02 Aug 2007 01:56:08 -0300 |
Alexis S. L. Carvalho |
del transaction before lock before wlock
|
file |
diff |
annotate
|
Wed, 01 Aug 2007 09:57:05 -0700 |
Bryan O'Sullivan |
localrepository: allow rawcommit to commit with an empty message
|
file |
diff |
annotate
|
Thu, 26 Jul 2007 14:47:31 -0700 |
Bryan O'Sullivan |
localrepo.commit: only munge comment text if committing via dirstate
|
file |
diff |
annotate
|
Sun, 22 Jul 2007 14:53:57 -0500 |
Matt Mackall |
transactions: avoid late tear-down (issue641)
|
file |
diff |
annotate
|
Wed, 18 Jul 2007 16:46:01 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
file |
diff |
annotate
|
Mon, 16 Jul 2007 20:15:03 -0700 |
Bryan O'Sullivan |
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
|
file |
diff |
annotate
|
Wed, 11 Jul 2007 00:53:44 -0700 |
Brendan Cully |
replace .hgtags instead of appending to it when doing a raw commit
|
file |
diff |
annotate
|
Wed, 11 Jul 2007 00:34:35 -0700 |
Brendan Cully |
handle nonexistent .hgtags in raw _tag
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Make repo locks recursive, eliminate all passing of lock/wlock
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use a weakref for recursive transactions
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use try/finally pattern to cleanup locks and transactions
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
repo locks: use True/False
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
rename and simplify do_lock
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
simplify dirstate fixups in repo.status()
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
use context for part of localrepo status
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: add __contains__ and make __getitem__ more useful
|
file |
diff |
annotate
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: break update into separate functions
|
file |
diff |
annotate
|
Mon, 16 Jul 2007 20:15:03 -0700 |
Bryan O'Sullivan |
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
|
file |
diff |
annotate
|
Wed, 11 Jul 2007 20:15:03 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
file |
diff |
annotate
|
Wed, 11 Jul 2007 00:53:44 -0700 |
Brendan Cully |
replace .hgtags instead of appending to it when doing a raw commit
|
file |
diff |
annotate
|
Wed, 11 Jul 2007 00:34:35 -0700 |
Brendan Cully |
handle nonexistent .hgtags in raw _tag
|
file |
diff |
annotate
|
Wed, 11 Jul 2007 00:04:15 -0700 |
Brendan Cully |
Export extra in _tag so convert can set the branch of a tag
|
file |
diff |
annotate
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
localrepo.wwrite: use opener.symlink
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 08:37:43 -0700 |
Eric Hopper |
Add option to heads to show only heads for current branch.
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 08:06:37 +0200 |
Thomas Arendsen Hein |
Cleanup of whitespace, indentation and line continuation.
|
file |
diff |
annotate
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
hooks: separate hook code into a separate module
|
file |
diff |
annotate
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
encoding: pull fallbackencoding out of localrepo into early parsing
|
file |
diff |
annotate
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
extensions: kill ui readhooks
|
file |
diff |
annotate
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
localrepo and dirstate: rename reload to invalidate
|
file |
diff |
annotate
|
Thu, 14 Jun 2007 11:33:32 +0200 |
Thomas Arendsen Hein |
merge with main
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
localrepo.add: avoid some stats
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 13:15:51 -0500 |
Matt Mackall |
localrepo: demand-load changeset, manifest, and dirstate
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move findrepo to cmdutil
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
localrepo: don't search from path
|
file |
diff |
annotate
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
localrepo: break out the repo-finding walk into its own function
|
file |
diff |
annotate
|
Sun, 10 Jun 2007 21:16:58 -0500 |
Matt Mackall |
commit: fix bug where dirstate for removed file is confused
|
file |
diff |
annotate
|
Sat, 09 Jun 2007 01:04:28 -0300 |
Alexis S. L. Carvalho |
Avoid extra filelogs entries.
|
file |
diff |
annotate
|
Sat, 09 Jun 2007 01:04:28 -0300 |
Alexis S. L. Carvalho |
Make sure the changelog mentions files whose flags changed
|
file |
diff |
annotate
|