- Jan 30, 2012
-
-
Matt Mackall authored
Currently we have the following return codes if nothing is found: commit incoming outgoing pull push intended 1 1 1 1 1 documented 1 1 1 0 1 actual 1 1 1 0 0 This fixes the lower-right entry.
-
Matt Mackall authored
This will let us distinguish between nothing to push and push failed
-
Matt Mackall authored
-
Matt Mackall authored
This branch will get re-enabled in a subsequent fix
-
- Jan 29, 2012
-
-
Matt Mackall authored
Currently, this won't update when a #branch spec is in the URL
-
Matt Mackall authored
Verify uses repo.cancopy() to detect whether a repo is a plain old local repo, so it was giving a confusing error message when secret changesets were present.
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jan 28, 2012
-
-
Wagner Bruna authored
-
- Jan 27, 2012
-
-
kiilerix authored
On Solaris: $ sh -c 'false ; echo $?' 255
-
kiilerix authored
alias doesn't work in Solaris sh.
-
kiilerix authored
The only purpose of 'diff -U0' was to show that 'hg diff -U0' did almost the same. Unfortunately 'diff -U0' on Solaris gives incorrect line numbers. Masking it with globs wouldn't it make sense, so removing it is the best solution.
-
- Jan 28, 2012
-
-
Matt Mackall authored
-
- Jan 27, 2012
-
-
Kevin Bullock authored
This brings update in line with pull: we notify the user when an action indirectly updates a bookmark.
-
Augie Fackler authored
-
Katsunori FUJIWARA authored
-
Katsunori FUJIWARA authored
current documentation for 'remote()' predicate is wrong about specification of parameters. there are 3 patterns: # of param: id: remote: - 0 current branch "defult" remote - 1 specified "defult" remote - 2 specified specified
-
Katsunori FUJIWARA authored
current 'remote()' implementation uses 'r' variable, even if it is not initialized when 'if n in repo' is not true. this causes unexpected exception.
-
Wagner Bruna authored
-
- Jan 28, 2012
-
-
Matt Mackall authored
-
- Jan 27, 2012
-
-
Alexander Sauta authored
-
- Jan 26, 2012
-
-
Nikolaj Sjujskij authored
* help entry is called 'merge-tools', not 'merge-tool'; * envvar is called HGMERGE, not HGEMERGT.
-
- Jan 27, 2012
-
-
Matt Mackall authored
Previously, we could change a normal file into a corrupt symlink when trying to merge a symlink flag. Now, we leave the flag alone and let filemerge deal with it (usually by a prompt). We also drop a redundant flag setting after filemerge (now dealt with by ms.resolve) that would cause similar corruption.
-
- Jan 26, 2012
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Wagner Bruna authored
-
Matt Mackall authored
This will aid debugging for users of sites that renew certs.
-
Matt Mackall authored
-
Wagner Bruna authored
-
- Jan 25, 2012
-
-
Matt Mackall authored
-
Matt Mackall authored
This keeps the wording more consistent for secret csets
-
Alain Leufroy authored
-
Alain Leufroy authored
-
- Jan 23, 2012
-
-
Augie Fackler authored
-
- Jan 25, 2012
-
-
Idan Kamara authored
-
Idan Kamara authored
-
Idan Kamara authored
it's in .hg/store
-
- Jan 24, 2012
-
-
Pierre-Yves David authored
This code is not run by the test suite and silly name error were lurking here.
-
- Jan 25, 2012
-
-
Jens Bäckman authored
-
David Soria Parra authored
-