- Dec 02, 2008
-
-
Brendan Cully authored
-
Brendan Cully authored
(see issue1405)
-
- Dec 01, 2008
-
-
Brendan Cully authored
-
Brendan Cully authored
Otherwise, operations that autostart while talking to an SSH repository prevent SSH stderr from closing normally. This causes hangs at the end of hg clone or hg pull -u.
-
Patrick Mezard authored
This feature somehow duplicates [collections] but it is simpler to use and has less issues under Windows where using absolute path as configuration file key is not supported. Suggested by Dirkjan Ochtman <dirkjan@ochtman.nl>
-
Georg Brandl authored
-
Thomas Arendsen Hein authored
If CDPATH contains '.', every cd command prints the target path, which causes additional output in tests and makes them fail.
-
- Nov 30, 2008
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Dirkjan Ochtman authored
-
- Nov 28, 2008
-
-
Thomas Arendsen Hein authored
Without the second part, the error message would be abort: Is a directory instead of abort: Is a directory: /home/user/.cvspass
-
Dirkjan Ochtman authored
-
- Nov 27, 2008
-
-
Edouard Gomez authored
-
kiilerix authored
cvsps version 2.2b1 as found in Fedora 10 outputs the following format: --------------------- PatchSet 1 Date: 2008/11/26 00:59:46 Author: mk Branch: HEAD Tag: (none) Branches: INITIAL Log: Initial revision Members: a:INITIAL->1.1 b/c:INITIAL->1.1 --------------------- The parser overwrote the Branch value with noise from the misparsed Branches value.
-
Brendan Cully authored
-
Brendan Cully authored
-
Brendan Cully authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Benoit Boissinot authored
-
kiilerix authored
Better complicance with packaging guidelines http://fedoraproject.org/wiki/Packaging/Python http://fedoraproject.org/wiki/Packaging/Python/Eggs
-
kiilerix authored
Before it complained "You are not inside a Mercurial repository!" which wasn't true.
-
- Nov 26, 2008
-
-
kiilerix authored
-
kiilerix authored
For different reasons these tests will fail if run in a tmpdir which is in a hg repo. The following three tests assumes no .hg in path dirs - I don't know how to work around that: * test-dispatch explicitly tests for no repo and expects "abort: There is no Mercurial repository here (.hg not found)!" * test-extension expects parentui to be None when not cd'ed to a repo dir * test-globalopts tests that implicit -R works correctly - that could perhaps be done from another repo instead of assuming no repo The following two might be worth investigating further: * test-convert-svn-sink fails for unknown reasons, starting with "abort: unresolved merge conflicts (see hg resolve)" * test-glog gets strange failures when testing "from outer space"
-
kiilerix authored
hgweb tests often failed on my system because the serve port wasn't free when a new hgweb was started; the killed hg wasn't completely dead yet. Now we use killdaemons which waits for the process to die.
-
Patrick Mezard authored
shell.SHGetPathFromIDList() segfaults when called in Apache.
-
- Nov 21, 2008
-
-
Alpar Juttner authored
The --graph option shows the ascii revision graph when used in conjunction with the incoming, outgoing or log commands. It also makes sure that incompatible options (e.g. --newest-first) are not used.
-
- Nov 23, 2008
-
-
kiilerix authored
The x bit was disabled without notice in 8046f0a070a6
-
kiilerix authored
contrib/mercurial.spec:9: W: hardcoded-path-in-buildroot-tag /tmp/build.%{name}-%{version}-%{release} A path is hardcoded in your Buildroot tag. It should be replaced by something like %{_tmppath}/%name-root. contrib/mercurial.spec:31: W: rpm-buildroot-usage %prep rm -rf $RPM_BUILD_ROOT $RPM_BUILD_ROOT should not be touched during %build or %prep stage, as it will break short circuiting.
-
kiilerix authored
Fixes: * current buildrpm failing on Fedora because of unexpected zeroconf extensions * unowned directories hgext/*/
-
- Nov 26, 2008
-
-
Matt Mackall authored
-
Benoit Boissinot authored
-
Brendan Cully authored
-
Brendan Cully authored
Just cut off the status characters.
-
Brendan Cully authored
-
- Nov 25, 2008
-
-
Christian Ebert authored
-
Jesse Long authored
-
Benoit Boissinot authored
Due to the fix to the pull race, to avoid sending unnecessary changesets, use changegroupsubset if possible. This will increase the load on the server.
-