Mon, 27 Nov 2006 22:03:31 -0200 handle files with both git binary patches and copy/rename ops
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 27 Nov 2006 22:03:31 -0200] rev 3716
handle files with both git binary patches and copy/rename ops
Mon, 27 Nov 2006 15:27:09 -0800 Make context __eq__ handle arbitrary RHS values
Brendan Cully <brendan@kublai.com> [Mon, 27 Nov 2006 15:27:09 -0800] rev 3715
Make context __eq__ handle arbitrary RHS values
Mon, 27 Nov 2006 15:13:01 -0800 Add transplant extension
Brendan Cully <brendan@kublai.com> [Mon, 27 Nov 2006 15:13:01 -0800] rev 3714
Add transplant extension
Mon, 27 Nov 2006 22:22:44 +0100 don't create the .hg/data at init time
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 27 Nov 2006 22:22:44 +0100] rev 3713
don't create the .hg/data at init time
Mon, 27 Nov 2006 20:55:50 +0100 context: None is not a valid filenode (revert from 23ede9e7ad4d)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 27 Nov 2006 20:55:50 +0100] rev 3712
context: None is not a valid filenode (revert from 23ede9e7ad4d)
Sun, 26 Nov 2006 13:28:30 +0100 update rewrite-log for tip ; chmod it
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 26 Nov 2006 13:28:30 +0100] rev 3711
update rewrite-log for tip ; chmod it
Thu, 23 Nov 2006 22:45:00 -0800 merge: Don't search for copies across unrelated manifests
Brendan Cully <brendan@kublai.com> [Thu, 23 Nov 2006 22:45:00 -0800] rev 3710
merge: Don't search for copies across unrelated manifests
Wed, 22 Nov 2006 00:53:56 +0200 Expand test-commit to cover one of the recent bugs.
Giorgos Keramidas <keramida@ceid.upatras.gr> [Wed, 22 Nov 2006 00:53:56 +0200] rev 3709
Expand test-commit to cover one of the recent bugs.
Wed, 22 Nov 2006 23:07:15 +0100 Make mq use changegroup.writebundle for writing strip backups.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 22 Nov 2006 23:07:15 +0100] rev 3708
Make mq use changegroup.writebundle for writing strip backups.
Wed, 22 Nov 2006 23:02:28 +0100 Removed unused ui parameter from revpair/revrange and fix its users.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 22 Nov 2006 23:02:28 +0100] rev 3707
Removed unused ui parameter from revpair/revrange and fix its users.
Wed, 22 Nov 2006 22:33:57 +0100 Use 'bundletype' instead of 'type' to not shadow built-in function.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 22 Nov 2006 22:33:57 +0100] rev 3706
Use 'bundletype' instead of 'type' to not shadow built-in function.
Wed, 22 Nov 2006 22:32:23 +0100 BZ2Compressor already defaults to compresslevel=9.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 22 Nov 2006 22:32:23 +0100] rev 3705
BZ2Compressor already defaults to compresslevel=9.
Wed, 22 Nov 2006 22:08:00 +0100 fix writebundle for bz2 bundles
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 22 Nov 2006 22:08:00 +0100] rev 3704
fix writebundle for bz2 bundles
Tue, 21 Nov 2006 23:08:29 -0200 fix push over HTTP to older servers
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Tue, 21 Nov 2006 23:08:29 -0200] rev 3703
fix push over HTTP to older servers
Mon, 20 Nov 2006 19:32:46 -0200 Don't generate git patches that rename a file to multiple destinations
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:46 -0200] rev 3702
Don't generate git patches that rename a file to multiple destinations With this patch, instead of generating N renames, we'll generate 1 rename and N-1 copies. Ideally the rename should come after the copies instead of before them, but that'd be harder to do.
Mon, 20 Nov 2006 19:32:45 -0200 handle git patches that rename a file to more than one destination
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:45 -0200] rev 3701
handle git patches that rename a file to more than one destination
Mon, 20 Nov 2006 19:32:43 -0200 qrefresh: fix handling of copies in the fast path
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:43 -0200] rev 3700
qrefresh: fix handling of copies in the fast path
Mon, 20 Nov 2006 19:32:42 -0200 qrefresh: fix handling of added files (including copies) in the slow path
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:42 -0200] rev 3699
qrefresh: fix handling of added files (including copies) in the slow path
Mon, 20 Nov 2006 19:32:41 -0200 qrefresh: respect --git even in the slow path
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:41 -0200] rev 3698
qrefresh: respect --git even in the slow path
Mon, 20 Nov 2006 19:32:40 -0200 add --git option to qdiff
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:40 -0200] rev 3697
add --git option to qdiff
Mon, 20 Nov 2006 19:32:38 -0200 diff: better detection of renames when comparing with the working dir.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:38 -0200] rev 3696
diff: better detection of renames when comparing with the working dir.
Mon, 20 Nov 2006 19:32:37 -0200 fix typo in mercurial/patch.py
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:37 -0200] rev 3695
fix typo in mercurial/patch.py
Mon, 20 Nov 2006 19:32:36 -0200 renamedbetween: only return (file, node) pairs that exist in the original rev
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:36 -0200] rev 3694
renamedbetween: only return (file, node) pairs that exist in the original rev
Mon, 20 Nov 2006 19:32:35 -0200 diff: improve detection of renames when diffing across many revisions
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:35 -0200] rev 3693
diff: improve detection of renames when diffing across many revisions
Mon, 20 Nov 2006 13:06:04 -0800 Merge with crew
Brendan Cully <brendan@kublai.com> [Mon, 20 Nov 2006 13:06:04 -0800] rev 3692
Merge with crew
Mon, 20 Nov 2006 13:03:52 -0800 mq: add --git option to qimport -r
Brendan Cully <brendan@kublai.com> [Mon, 20 Nov 2006 13:03:52 -0800] rev 3691
mq: add --git option to qimport -r
Sun, 19 Nov 2006 22:02:00 +0100 Make qrefresh help more explanatory for options -m, -l and -s
Mathieu Clabaut <mathieu.clabaut@gmail.com> [Sun, 19 Nov 2006 22:02:00 +0100] rev 3690
Make qrefresh help more explanatory for options -m, -l and -s
Mon, 20 Nov 2006 21:03:02 +0100 Improved examples for network support in README.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 21:03:02 +0100] rev 3689
Improved examples for network support in README. - Simplified 'hg serve' example, -p80 needs root anyway. - Example for ssh:// with relative or absolute path. - merges need to be committed.
Mon, 20 Nov 2006 19:55:59 +0100 Corrected "waiting for lock on repository FOO held by BAR" message.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 19:55:59 +0100] rev 3688
Corrected "waiting for lock on repository FOO held by BAR" message. BAR was the error number and not the locker name. Use repr on BAR, so problems can be detected easier.
Mon, 20 Nov 2006 19:41:49 +0100 Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 19:41:49 +0100] rev 3687
Handle locking exceptions if streaming clone can't lock the repo. (Issue324)
Mon, 20 Nov 2006 19:36:28 +0100 Don't step into an endless loop when lock file is empty.
Thomas Arendsen Hein <thomas@intevation.de> [Mon, 20 Nov 2006 19:36:28 +0100] rev 3686
Don't step into an endless loop when lock file is empty.
Sun, 19 Nov 2006 23:47:19 +0100 Issue424: mq patch loses guard when qrenamed
Mathieu Clabaut <mathieu.clabaut@gmail.com> [Sun, 19 Nov 2006 23:47:19 +0100] rev 3685
Issue424: mq patch loses guard when qrenamed
Sun, 19 Nov 2006 16:32:36 -0600 correct remote heads test in prepush
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3684
correct remote heads test in prepush
Sun, 19 Nov 2006 16:32:36 -0600 add docstring to reachable
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3683
add docstring to reachable
Sun, 19 Nov 2006 16:32:36 -0600 reorder tests in prepush
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3682
reorder tests in prepush It's more useful to show the new branches message than the unsynced changes message.
Sun, 19 Nov 2006 17:01:59 -0200 fix qseries -v when there are unapplied patches
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sun, 19 Nov 2006 17:01:59 -0200] rev 3681
fix qseries -v when there are unapplied patches
Sun, 19 Nov 2006 16:09:04 +0100 Indentation cleanups for 2956948b81f3.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 19 Nov 2006 16:09:04 +0100] rev 3680
Indentation cleanups for 2956948b81f3.
Sat, 18 Nov 2006 17:20:38 -0200 fix warnings generated by pygettext.py.
Marcos Chaves <marcos.nospam@gmail.com> [Sat, 18 Nov 2006 17:20:38 -0200] rev 3679
fix warnings generated by pygettext.py.
Sat, 18 Nov 2006 23:51:15 -0200 Update trusted_users only after we've seen a file not owned by the user
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 18 Nov 2006 23:51:15 -0200] rev 3678
Update trusted_users only after we've seen a file not owned by the user
Sat, 18 Nov 2006 23:51:14 -0200 Avoid looking up usernames if the current user owns the .hgrc file
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 18 Nov 2006 23:51:14 -0200] rev 3677
Avoid looking up usernames if the current user owns the .hgrc file Converting uids into usernames may be somewhat expensive when NIS or LDAP is involved.
Sat, 18 Nov 2006 23:51:13 -0200 Use a variable to explicitly trust global config files
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 18 Nov 2006 23:51:13 -0200] rev 3676
Use a variable to explicitly trust global config files
Sat, 18 Nov 2006 19:44:42 -0200 Revert almost all of 5be434785317; add a test
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 18 Nov 2006 19:44:42 -0200] rev 3675
Revert almost all of 5be434785317; add a test Because of file copies, we should update the manifest dict only after committing all files.
Sat, 18 Nov 2006 11:34:19 -0600 avoid unnecessary copy merges
Matt Mackall <mpm@selenic.com> [Sat, 18 Nov 2006 11:34:19 -0600] rev 3674
avoid unnecessary copy merges
Fri, 17 Nov 2006 08:06:54 +0100 white space and line break cleanups
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 17 Nov 2006 08:06:54 +0100] rev 3673
white space and line break cleanups
Thu, 16 Nov 2006 08:52:55 +0100 Merge with crew.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 16 Nov 2006 08:52:55 +0100] rev 3672
Merge with crew.
Thu, 16 Nov 2006 08:51:22 +0100 Use nullrev+count instead of count-1 in a newly introduced expression.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 16 Nov 2006 08:51:22 +0100] rev 3671
Use nullrev+count instead of count-1 in a newly introduced expression. Before that repo.changelog.tip() was used, but this yields a node. Of course many more places should be changed like this, this was just done as an example.
Wed, 15 Nov 2006 23:59:39 -0600 abort if explicitly committed files are not found or not tracked
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 23:59:39 -0600] rev 3670
abort if explicitly committed files are not found or not tracked
Wed, 15 Nov 2006 23:37:45 -0600 unduplicate bundle writing code from httprepo
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 23:37:45 -0600] rev 3669
unduplicate bundle writing code from httprepo
Wed, 15 Nov 2006 15:51:58 -0600 remove duplicate zgenerator in httprepo
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3668
remove duplicate zgenerator in httprepo
Wed, 15 Nov 2006 15:51:58 -0600 create a readbundle function
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3667
create a readbundle function
Wed, 15 Nov 2006 15:51:58 -0600 move write_bundle to changegroup.py
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3666
move write_bundle to changegroup.py
Wed, 15 Nov 2006 15:51:58 -0600 remove legacy hg parents REV syntax
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3665
remove legacy hg parents REV syntax
Wed, 15 Nov 2006 15:51:58 -0600 add log --removed
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3664
add log --removed
Wed, 15 Nov 2006 15:51:58 -0600 rename and copy are no longer experimental
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3663
rename and copy are no longer experimental
Wed, 15 Nov 2006 15:51:58 -0600 alphabetize help_ in commands
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3662
alphabetize help_ in commands
Wed, 15 Nov 2006 15:51:58 -0600 remove relpath
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3661
remove relpath
Wed, 15 Nov 2006 15:51:58 -0600 refactor rawcommit
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3660
refactor rawcommit
Wed, 15 Nov 2006 15:51:58 -0600 refactor debugrenamed
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3659
refactor debugrenamed
Wed, 15 Nov 2006 15:51:58 -0600 move show_version to version_
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3658
move show_version to version_
Wed, 15 Nov 2006 15:51:58 -0600 move walkchangerevs to cmdutils
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3657
move walkchangerevs to cmdutils
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip