Tue, 07 Nov 2006 22:35:07 +0100 Fix accessing a repository via -R/--repository through a symlink.
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.
Tue, 07 Nov 2006 22:18:34 +0100 Merge with upstream
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 07 Nov 2006 22:18:34 +0100] rev 3622
Merge with upstream
Tue, 07 Nov 2006 21:43:19 +0100 localrepo: factor commit and rawcommit
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
Tue, 07 Nov 2006 21:43:15 +0100 localrepo.commit: little cleanups
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
Tue, 07 Nov 2006 14:04:15 -0600 Fix up parent display in logging
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.
Wed, 01 Nov 2006 21:47:55 -0600 Clarify untracked file merge message
Matt Mackall <mpm@selenic.com> [Wed, 01 Nov 2006 21:47:55 -0600] rev 3618
Clarify untracked file merge message
Mon, 06 Nov 2006 22:01:09 -0800 Remove references to documentation that was removed in da9506fe2710
Lee Cantey <lcantey@gmail.com> [Mon, 06 Nov 2006 22:01:09 -0800] rev 3617
Remove references to documentation that was removed in da9506fe2710
Sun, 05 Nov 2006 21:57:52 +0100 Corrected documentation for return value of python hooks.
Thomas Arendsen Hein <thomas@intevation.de> [Sun, 05 Nov 2006 21:57:52 +0100] rev 3616
Corrected documentation for return value of python hooks.
Thu, 02 Nov 2006 19:23:55 +0100 Fixed directory name having an extra dot on "hg archive -t tbz2 foo.tbz2".
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.
Thu, 02 Nov 2006 15:30:45 +0100 Try hgweb unbundle methods in the order presented by the server.
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.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip