Mon, 13 Nov 2006 13:26:57 -0600 util: add copyfile function
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3632
util: add copyfile function
Mon, 13 Nov 2006 13:26:57 -0600 hgweb: internalize some socket details
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3631
hgweb: internalize some socket details
Mon, 13 Nov 2006 13:26:57 -0600 remove unused imports
Matt Mackall <mpm@selenic.com> [Mon, 13 Nov 2006 13:26:57 -0600] rev 3630
remove unused imports
Thu, 09 Nov 2006 14:44:17 -0800 zsh: typo in commit completion
Brendan Cully <brendan@kublai.com> [Thu, 09 Nov 2006 14:44:17 -0800] rev 3629
zsh: typo in commit completion
Thu, 09 Nov 2006 21:53:45 +0100 issue228: Fix repositories at the filesystem root (/ or C:\)
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 09 Nov 2006 21:53:45 +0100] rev 3628
issue228: Fix repositories at the filesystem root (/ or C:\) Thanks to Robert Shaw and other people on the list for the suggestions.
Wed, 08 Nov 2006 11:28:33 -0800 Export changelog dict in localrepo.commit
Brendan Cully <brendan@kublai.com> [Wed, 08 Nov 2006 11:28:33 -0800] rev 3627
Export changelog dict in localrepo.commit
Wed, 08 Nov 2006 13:20:08 -0600 tests: add -i switch
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
Wed, 08 Nov 2006 13:20:08 -0600 tests: add -R switch
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
Wed, 08 Nov 2006 13:20:08 -0600 tests: sort test list if running 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
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.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip