- Jun 14, 2011
-
-
Patrick Mezard authored
This will help wrapping filestores in memctx.
-
Martin Geisler authored
The plus and minus characters are normally not the same width in a non-monospace font, and this made the line length change when the diffstat display was toggled. The square brackets are not rendered in a monospace font to ensure that they align with the parenthesis on the same line.
-
Martin Geisler authored
This should make it clearer that the options are used with remoteui only and are not used otherwise in hg.clone.
-
- Jun 13, 2011
-
-
Matt Mackall authored
This will avoid breaking things with extensions until peers are fully separated from repos.
-
Matt Mackall authored
There is now only peer scheme lookup. Repository lookup goes through peer scheme lookup. When peer and repo types are finally separated, repo lookup will use peer.local() to get a repository object. The underbar is dropped so that extensions can patch the table.
-
Idan Kamara authored
before: $ hg forget foo foo: No such file or directory not removing foo: file is already untracked after: $ hg forget foo foo: No such file or directory
-
Matt Mackall authored
Temporary measure for introducing peers
-
Matt Mackall authored
-
- Jun 12, 2011
-
-
Idan Kamara authored
so the ui object passed to pre/post python hooks has the verbose flag (and the rest) set correctly
-
Idan Kamara authored
-
Idan Kamara authored
-
Idan Kamara authored
-
- Jun 10, 2011
-
-
Ingo Proetel authored
-
- Jun 13, 2011
-
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
- Jun 11, 2011
-
-
Steven Brown authored
Displayed in a row of the changeset summary table, underneath the list of files. When the page is loaded, only the diff summary is displayed. The full diffstat is only displayed when the [+] link is selected.
-
Steven Brown authored
This is the same message displayed at the end of the "diff --stat" command. For example, "9 files changed, 1651 insertions(+), 2 deletions(-)". The webutil.diffstatgen function allows the diffstat data to be lazily calculated only once and then re-used.
-