Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Nov 2006 19:11:46 +0100] rev 3720
add a comment about '\n' and '\r' and streaming clone
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 28 Nov 2006 11:28:45 +0100] rev 3719
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 27 Nov 2006 22:56:26 -0200] rev 3718
fix hg log -r ''
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 27 Nov 2006 22:03:36 -0200] rev 3717
handle files with more than one git binary patch
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
Brendan Cully <brendan@kublai.com> [Mon, 27 Nov 2006 15:27:09 -0800] rev 3715
Make context __eq__ handle arbitrary RHS values
Brendan Cully <brendan@kublai.com> [Mon, 27 Nov 2006 15:13:01 -0800] rev 3714
Add transplant extension
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
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)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 26 Nov 2006 13:28:30 +0100] rev 3711
update rewrite-log for tip ; chmod it
Brendan Cully <brendan@kublai.com> [Thu, 23 Nov 2006 22:45:00 -0800] rev 3710
merge: Don't search for copies across unrelated manifests
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.
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.
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.
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.
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 22 Nov 2006 22:32:23 +0100] rev 3705
BZ2Compressor already defaults to compresslevel=9.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 22 Nov 2006 22:08:00 +0100] rev 3704
fix writebundle for bz2 bundles
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
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.
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
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
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
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
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:40 -0200] rev 3697
add --git option to qdiff
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.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 20 Nov 2006 19:32:37 -0200] rev 3695
fix typo in mercurial/patch.py
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
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
Brendan Cully <brendan@kublai.com> [Mon, 20 Nov 2006 13:06:04 -0800] rev 3692
Merge with crew
Brendan Cully <brendan@kublai.com> [Mon, 20 Nov 2006 13:03:52 -0800] rev 3691
mq: add --git option to qimport -r
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
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.
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.
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)
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.
Mathieu Clabaut <mathieu.clabaut@gmail.com> [Sun, 19 Nov 2006 23:47:19 +0100] rev 3685
Issue424: mq patch loses guard when qrenamed
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3684
correct remote heads test in prepush
Matt Mackall <mpm@selenic.com> [Sun, 19 Nov 2006 16:32:36 -0600] rev 3683
add docstring to reachable
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.
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
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 19 Nov 2006 16:09:04 +0100] rev 3680
Indentation cleanups for
2956948b81f3.
Marcos Chaves <marcos.nospam@gmail.com> [Sat, 18 Nov 2006 17:20:38 -0200] rev 3679
fix warnings generated by pygettext.py.
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
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.
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
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.
Matt Mackall <mpm@selenic.com> [Sat, 18 Nov 2006 11:34:19 -0600] rev 3674
avoid unnecessary copy merges
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 17 Nov 2006 08:06:54 +0100] rev 3673
white space and line break cleanups
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 16 Nov 2006 08:52:55 +0100] rev 3672
Merge with crew.
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.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 19:18:57 -0200] rev 3670
commands.docopy: pay attention on whether paths use "/" or os.sep
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 18:56:47 -0200] rev 3669
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.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 15 Nov 2006 17:56:57 -0200] rev 3668
don't use readline() to read branches.cache
The posixfile_nt class used on windows doesn't have that method.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 13 Nov 2006 21:50:09 +0100] rev 3667
merge with upstream
Brendan Cully <brendan@kublai.com> [Thu, 09 Nov 2006 14:44:17 -0800] rev 3666
zsh: typo in commit completion
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 09 Nov 2006 21:53:45 +0100] rev 3665
issue228: Fix repositories at the filesystem root (/ or C:\)
Thanks to Robert Shaw and other people on the list for the suggestions.
Brendan Cully <brendan@kublai.com> [Wed, 08 Nov 2006 11:28:33 -0800] rev 3664
Export changelog dict in localrepo.commit
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 23:59:39 -0600] rev 3663
abort if explicitly committed files are not found or not tracked
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 23:37:45 -0600] rev 3662
unduplicate bundle writing code from httprepo
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3661
remove duplicate zgenerator in httprepo
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3660
create a readbundle function
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3659
move write_bundle to changegroup.py
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3658
remove legacy hg parents REV syntax
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3657
add log --removed
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3656
rename and copy are no longer experimental
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3655
alphabetize help_ in commands
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3654
remove relpath
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3653
refactor rawcommit
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3652
refactor debugrenamed
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3651
move show_version to version_
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3650
move walkchangerevs to cmdutils
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3649
Consolidate brinfo handling
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3648
changeset templater: convert some unnecessary yields to returns
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3647
further simplify stringify
Matt Mackall <mpm@selenic.com> [Wed, 15 Nov 2006 15:51:58 -0600] rev 3646
ui: remove last vestiges of header buffering
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3645
Refactor log ui buffering and patch display
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3644
refactor header handling for changelog formatting
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3643
templates: move changeset templating bits to cmdutils
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3642
templater: changeset templater reorganization and optimizations
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3641
templater: speed up changeset writes and stringify
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3640
changeset_templater: remove changes arg
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3639
templater: simplify parsestring
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3638
template: fold template() into __call__, minor optimizations
- use non-grouping operator to avoid some extra processing
- avoid copying and updating defaults
- unnest main template body
- avoid returning extra empty string if format
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3637
templater: simplify cache and remove filter argument in __call__
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3636
templater: simplify template function
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3635
templater: take cStringIO out of indent
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3634
templater: remove cStringIO from stringify
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3633
templater: remove cStringIO for fill
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3632
templater: use str.decode in parse_string
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3631
bundle: don't use sets.Set
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3630
revlog: reachable actually takes a node
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3629
util: add copyfile function
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3628
hgweb: internalize some socket details
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3627
remove unused imports
Matt Mackall <mpm@selenic.com> [Wed, 08 Nov 2006 13:20:08 -0600] rev 3626
tests: add -i switch
Prompt to accept changes for tests where output changed
Matt Mackall <mpm@selenic.com> [Wed, 08 Nov 2006 13:20:08 -0600] rev 3625
tests: add -R switch
Restarts at first .err file if one exists, otherwise runs all tests
Matt Mackall <mpm@selenic.com> [Wed, 08 Nov 2006 13:20:08 -0600] rev 3624
tests: sort test list if running all tests
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 07 Nov 2006 22:35:07 +0100] rev 3623
Fix accessing a repository via -R/--repository through a symlink.
Sometimes the repository root was compared to os.getcwd(), which always uses
the canonical path without symbolic links in it.
This would changes self.root of the localrepo objects to always use os.sep as
the directory separator, which is implicitly assumed in some places, but may
not be the case if somebody uses -R foo/repo on windows.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 07 Nov 2006 22:18:34 +0100] rev 3622
Merge with upstream
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 07 Nov 2006 21:43:19 +0100] rev 3621
localrepo: factor commit and rawcommit
note: rawcommit with an empty text will now launch the editor
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 07 Nov 2006 21:43:15 +0100] rev 3620
localrepo.commit: little cleanups
- use a list for new fileids
- sort the removed files
Matt Mackall <mpm@selenic.com> [Tue, 07 Nov 2006 14:04:15 -0600] rev 3619
Fix up parent display in logging
For changesets with a first parent nullid, but not rev 0, we ought to
display a null parent.
Matt Mackall <mpm@selenic.com> [Wed, 01 Nov 2006 21:47:55 -0600] rev 3618
Clarify untracked file merge message
Lee Cantey <lcantey@gmail.com> [Mon, 06 Nov 2006 22:01:09 -0800] rev 3617
Remove references to documentation that was removed in
da9506fe2710
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 05 Nov 2006 21:57:52 +0100] rev 3616
Corrected documentation for return value of python hooks.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 02 Nov 2006 19:23:55 +0100] rev 3615
Fixed directory name having an extra dot on "hg archive -t tbz2 foo.tbz2".
Problem reported by Rob Landley.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 02 Nov 2006 15:30:45 +0100] rev 3614
Try hgweb unbundle methods in the order presented by the server.
If no common bundle format is found, push is aborted.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 02 Nov 2006 14:58:55 +0100] rev 3613
Client support for hgweb unbundle with versions.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 02 Nov 2006 14:39:08 +0100] rev 3612
Add allowed bundle types as argument to hgweb unbundle capability.
Arguments to capabilities were added before the 0.9.1 release, so there
are no compatibility issues. Mercurial 0.9 didn't support http push.
Using HG10GZ, HG10BZ and HG10UN has the advantage that new bundle types can
be added later and the client doesn't have to try sending them first and
reacting on errors sent by the server.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 01 Nov 2006 19:59:26 -0300] rev 3611
hgweb: remove debugging print
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 01 Nov 2006 22:06:24 +0100] rev 3610
hgweb: introduce a new capability for sending a compressed bundle
the header of the bundle is the same as a on-disk bundle
HG10UN: uncompressed
HG10BZ: bz2
HG10GZ: gzip
no header means uncompressed (old client)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 01 Nov 2006 22:01:30 +0100] rev 3609
hgweb: if the server supports it, send a compressed bundle
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Wed, 01 Nov 2006 14:53:11 -0300] rev 3608
Use httpconnection even with proxies.
This should give us HTTP keepalive when we talk to proxies and
should allow us to stream a file in unbundle (instead of
reading everything into a string).
This should fix
issue376.
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 01 Nov 2006 17:56:55 +0100] rev 3607
issue352: disallow '\n' and '\r' in filenames (dirstate and manifest)
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 18:10:23 -0800] rev 3606
hgweb: split URLs containing spaces or other escaped characters correctly
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 17:31:30 -0800] rev 3605
zsh: perform ~ expansion on _hg_root
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 17:24:42 -0800] rev 3604
mq: handle qpush -a with empty series
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 16:35:44 -0800] rev 3603
zsh: compute repository root instead of forking hg
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 16:04:03 -0800] rev 3602
zsh: complete users in ssh URLS
Brendan Cully <brendan@kublai.com> [Tue, 31 Oct 2006 15:48:02 -0800] rev 3601
zsh: support remote cloning