- Jun 20, 2012
-
-
Pierre-Yves David authored
Rebase now behaves as if --detach was always passed. Non-merges are rebased as non-merges, regardless of their parent being an ancestor of the destination. Merges will usually be rebased as merges unless both of their parents are ancestors of the destination, or one of their parents is pruned when rebased. This only alters the behavior of rebase when using the --source/--rev options. --detach option is deprecated. All test changes were carefully validated.
-
- Feb 24, 2011
-
-
David Soria Parra authored
-
- Feb 16, 2011
-
-
David Soria Parra authored
-
- Feb 11, 2011
-
-
David Soria Parra authored
sort bookmarks before we write them to stdout to get a predictable output.
-
David Soria Parra authored
as bookmarks are not dispalyed as tags anymore, we add a bookmark label to the changeset printer.
-
David Soria Parra authored
bookmarks are no tags, therefore they should not be returned as tags.
-
- Oct 09, 2010
-
-
kiilerix authored
Many globs now just match $TESTTMP and is no longer needed.
-
- Sep 22, 2010
-
-
Brodie Rao authored
This adds a " (glob)" marker that works like a simpler version of (re): "*" is converted to ".*", and "?" is converted to ".". Both special characters can be escaped using "\", and the backslash itself can be escaped as well. Other glob-style syntax, like "**", "[chars]", or "[!chars]", isn't supported.
-
Brodie Rao authored
Consider this test: $ hg glog --template '{rev}:{node|short} "{desc}"\n' @ 2:20c4f79fd7ac "3" | | o 1:38f24201dcab "2" |/ o 0:2a18120dc1c9 "1" Because each line beginning with "|" can be compiled as a regular expression (equivalent to ".*|"), they will match any output. Similarly: $ echo foo The blank output line can be compiled as a regular expression and will also match any output. With this patch, none of the above output lines will be matched as regular expressions. A line must end in " (re)" in order to be matched as one. Lines are still matched literally first, so the following will pass: $ echo 'foo (re)' foo (re)
-
- Aug 16, 2010
-
-
Nicolas Dumazet authored
-
- Aug 14, 2010
-
-
Martin Geisler authored
-
- May 21, 2010
-
-
Yuya Nishihara authored
`source` isn't available at POSIX sh.
-
- May 20, 2010
-
-
Matt Mackall authored
-
- Apr 26, 2009
-
-
Martin Geisler authored
The tests are executed with a .hgrc file which adds "-u test" by default.
-
Martin Geisler authored
The tests are executed with a .hgrc file which adds "-d '0 0'" by default.
-
- Nov 06, 2008
-
-
Alexander Solovyov authored
Add a test that tests if rebase works fine with bookmarks.
-