- Feb 01, 2012
-
-
Matt Mackall authored
-
Wagner Bruna authored
-
Matt Mackall authored
-
Pierre-Yves David authored
The following operation are denied if the mq changeset is public * qrefresh * qpop * qfold note: qimport was already denied.
-
- Jan 31, 2012
-
-
Wagner Bruna authored
-
Katsunori FUJIWARA authored
-
Alexander Sauta authored
-
- Jan 30, 2012
-
-
Wagner Bruna authored
-
- Feb 01, 2012
-
-
Matt Mackall authored
-
- Jan 31, 2012
-
-
Matt Mackall authored
-
- Jan 30, 2012
-
-
Matt Mackall authored
-
Matt Mackall authored
-
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 1 This makes pull agree with the rest of the table and makes it easy to detect "nothing was pulled" in scripts.
-
Matt Mackall authored
Treating bookmarks as a found change results in confusing documentation or output and is less useful for scripting.
-
Matt Mackall authored
-
Matt Mackall authored
-
Jens Bäckman authored
-
Alexander Sauta authored
-
Alexander Sauta authored
-
- Jan 29, 2012
-
-
Andrei Polushin authored
-
Andrei Polushin authored
-
- Jan 30, 2012
-
-
Pierre-Yves David authored
Before this commit only phase index where accepted
-
Pierre-Yves David authored
If mq.secret=false, mq should not touch phase
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
Marks phase data as dirty when computing default phase. Actual writing is done when the lock is released. So, read only operation don't write phase data because they don't lock the repo.
-
Pierre-Yves David authored
-
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.
-