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
Wed, 15 Nov 2006 15:51:58 -0600 Consolidate brinfo handling
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3656
Consolidate brinfo handling
Wed, 15 Nov 2006 15:51:58 -0600 changeset templater: convert some unnecessary yields to returns
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3655
changeset templater: convert some unnecessary yields to returns
Wed, 15 Nov 2006 15:51:58 -0600 further simplify stringify
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3654
further simplify stringify
Wed, 15 Nov 2006 15:51:58 -0600 ui: remove last vestiges of header buffering
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3653
ui: remove last vestiges of header buffering
Wed, 15 Nov 2006 19:18:57 -0200 commands.docopy: pay attention on whether paths use "/" or os.sep
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 19:18:57 -0200] rev 3652
commands.docopy: pay attention on whether paths use "/" or os.sep
Wed, 15 Nov 2006 18:56:47 -0200 fix util.pathto
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 18:56:47 -0200] rev 3651
fix util.pathto All users of this function pass a local path (which uses os.sep) as the first argument and a "/"-separated path as the second argument.
Wed, 15 Nov 2006 17:56:57 -0200 don't use readline() to read branches.cache
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 17:56:57 -0200] rev 3650
don't use readline() to read branches.cache The posixfile_nt class used on windows doesn't have that method.
Mon, 13 Nov 2006 21:50:09 +0100 merge with upstream
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 13 Nov 2006 21:50:09 +0100] rev 3649
merge with upstream
Mon, 13 Nov 2006 13:26:57 -0600 Refactor log ui buffering and patch display
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3648
Refactor log ui buffering and patch display
Mon, 13 Nov 2006 13:26:57 -0600 refactor header handling for changelog formatting
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3647
refactor header handling for changelog formatting
Mon, 13 Nov 2006 13:26:57 -0600 templates: move changeset templating bits to cmdutils
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3646
templates: move changeset templating bits to cmdutils
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip