- Jun 28, 2011
-
-
Martin Geisler authored
-
- Jun 27, 2011
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
Martin Geisler authored
This includes four i18n changesets transplanted from the default branch to the stable branch since they were made after the freeze.
-
- Jun 23, 2011
-
-
Alexander Sauta authored
-
- Jun 21, 2011
-
-
Alexander Sauta authored
-
Alexander Sauta authored
-
- Jun 20, 2011
-
-
Alexander Sauta authored
-
- Jun 27, 2011
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Jun 23, 2011
-
-
Jens Bäckman authored
-
- Jun 20, 2011
-
-
Wagner Bruna authored
-
- Jun 21, 2011
-
-
Wagner Bruna authored
-
- Jun 20, 2011
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Jun 27, 2011
-
-
Danek Duvall authored
Don't warn about missing setab/setaf terminfo entries unless we explicitly asked for terminfo mode; fallback to ECMA-48 mode silently.
-
Danek Duvall authored
For the terminfo color test, make sure that the terminfo entry used is one of our own choosing, by delivering a special "hgterm" entry (a copy of ncurses' xterm-color), compiling it, and specifically pointing curses to it using the TERMINFO and TERM environment variables. This means we can ignore the variability in different terminal definitions on different platforms.
-
- Jun 26, 2011
-
-
Wagner Bruna authored
-
- Jun 25, 2011
-
-
Adrian Buehlmann authored
BEFORE: $ hg revert abort: no files or directories specified (use --all to discard all changes) AFTER: Uncommitted changes (using --all *will* nuke edits): $ hg revert abort: no files or directories specified (uncommitted changes, use --all to discard all changes) Clean working directory (using --all won't discard anything): $ hg revert abort: no files or directories specified (use --all to revert all files)
-
- Jun 24, 2011
-
-
Idan Kamara authored
-
Idan Kamara authored
-
Idan Kamara authored
If the request has a repo, and global options such as --verbose are passed, we need to set those explicitly on the repo.ui.
-
Idan Kamara authored
There are places in the code that use localrepository.baseui (see hg.remoteui), we need the ui descriptors (and possibly other things) to be set correctly on it, so output written to the remoteui descriptors ends up at the right place. Before this change, tests such as 'test-bookmarks-pushpull.t' didn't work.
-
Idan Kamara authored
-
Idan Kamara authored
-
Idan Kamara authored
-
- Jun 25, 2011
-
-
Pierre-Yves David authored
Displaying all missing featureis help people to solve the issue (choosing the right version, creation the right repo)
-
- Jun 24, 2011
-
-
Adrian Buehlmann authored
-
Idan Kamara authored
-
Idan Kamara authored
For commands that take a repo, repo.ui is passed as the ui to runcommand. This restores that behaviour when the request has a repo.
-
Idan Kamara authored
archival.tarit closes the fileobj if one is passed to it, which is undesired when reading from '-'.
-
Idan Kamara authored
-
Idan Kamara authored
-
Idan Kamara authored
-
Idan Kamara authored
-
David Golub authored
Extension setup functions were not being called when repositories were obtained using the peer function instead of the repository function.
-
kiilerix authored
-
kiilerix authored
-
kiilerix authored
- at least on Solaris
-