- Jul 02, 2012
-
-
Matt Mackall authored
-
- Jul 01, 2012
-
-
Matt Mackall authored
spotted by Nikolaj Sjujskij
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Jun 30, 2012
-
-
Katsunori FUJIWARA authored
-
Katsunori FUJIWARA authored
-
- Jun 23, 2012
-
-
Idan Kamara authored
-
Idan Kamara authored
So hooks can be temporarily disabled.
-
- Jun 28, 2012
-
-
Pierre-Yves David authored
Multiple people have been confused by it.
-
- Jun 22, 2012
-
-
David Schleimer authored
When you rebased with a currently active bookmark, that bookmark would always point at the new tip, regardless of what revision it pointed at before the rebase. All bookmarks will now point at the equivalent post-rebase commit. However, the currently active bookmark will cease to be active unless it points at the new tip post-rebase. Rebase will always leave the new tip as the working copy parent, which is incompatible with having an active bookmark that points at some other revision. The common case should be that the active bookmark will point at the new tip post-rebase.
-
- Jun 16, 2012
-
-
Yuya Nishihara authored
This replicates the strategy of rebase, which postpones setparents and duplicatecopies after checking the merge stats. Without the second parent, resolve cannot redo merge.
-
- Jun 26, 2012
-
-
Matt Mackall authored
-
- Jun 22, 2012
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Jun 21, 2012
-
- Jun 26, 2012
-
-
Thomas Arendsen Hein authored
ae2664ee0223 introduced "svn info TARGET@REV" to determine if a certain path exists in the specified revision, but in svn 1.5 the error message "Not a valid URL" yields exit code 0 so the error is not caught. Use "svn list TARGET@REV" instead which works with svn 1.5 and is even faster in some situations.
-
Thomas Arendsen Hein authored
bzr ci --commit-time was introduced in 2.1 bzr add without -q prints "adding" in 2.1, "added" in 2.0
-
- Jun 18, 2012
-
-
Dan Villiom Podlaski Christiansen authored
The previous error message had two issues: The first issue was that it wasn't, in fact, an error but a warning, even though it described a fatal error condition preventing the successful completion of the command. The second was that it didn't mention the immutable changesets, leaving the user guessing at the true cause of the error. The main downside to this change is that we now get an 'abort: can't abort...' message which technically contradicts itself. In this case, I blame that on the two uses we have for the word; if it weren't for backwards compatibility, we could make util.Abort print out 'error: <whatever>'.
-
- Jun 12, 2012
-
-
Benjamin Pollack authored
Popen does not consider "foo.cmd" equivalent to "foo" on Windows. Unfortunately, the default MSYS Git installation installs only "git.cmd" into the path by default. This patch probes for both possible names on Windows.
-
Benjamin Pollack authored
-
- Jun 18, 2012
-
-
Martin Schröder authored
-
- Jun 15, 2012
-
-
Martin Schröder authored
-
Martin Schröder authored
-
- Jun 18, 2012
-
-
Wagner Bruna authored
-
- Jun 09, 2012
-
-
Adrian Buehlmann authored
This specific cd .. leaves the base directory of the test ($TESTTMP). Removing it avoids that test artifacts (e.g. files) are created outside of the base directory.
-
- May 29, 2012
-
-
David Champion authored
Typo corrections, grammar adjustments, clarity improvements.
-
- Jun 12, 2012
-
-
Matt Mackall authored
-
Thomas Arendsen Hein authored
Before this, files that are excluded (or not included) were shown when using progress bar or --debug. Reported by Andrew Shadura.
-
- Jun 10, 2012
-
-
Alexander Boyd authored
When requesting files using statichttprepo.httprangereader, a request for the entire file is sent with a Range: bytes=0- header. This causes problems with web servers such as Cherokee that return an HTTP 416 when an empty file is requested in this way, which in turn cause some repository clone attempts to fail. This patch omits the Range header when the entire file is being requested, which fixes the problem.
-
- Jun 07, 2012
-
-
Matt Mackall authored
-
- Jun 05, 2012
-
-
Wagner Bruna authored
-
Alexander Sauta authored
-
Kevin Bullock authored
As pointed out on the user mailing list, hg will update just as happily to an ancestor if there are uncommitted changes as to a descendant.
-
- Jun 06, 2012
-
-
Jim Hague authored
Bugs should only be marked fixed if the comment parser gives them the fixed state. xmlrpc+email got this right, xmlrpc screwed it up.
-
- Jun 04, 2012
-
-
Matt Mackall authored
-
Idan Kamara authored
-
wujek srujek authored
It is consistent with other templates now and doesn't cause the help link to (incorrectly) appear on the next line.
-
- Jun 02, 2012
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jun 01, 2012
-