- Jun 21, 2011
-
-
Matt Mackall authored
-
David Soria Parra authored
-
Idan Kamara authored
No real reason for a client to do this, but still possible. Previously if the client sent no arguments, a list with an empty string [''] would be used as the arguments to dispatch, which would cause hg to complain about an ambiguous command. Instead, we simply check for no arguments and use an empty list instead (which is equivalent to invoking hg with no args on the command line).
-
Idan Kamara authored
-
- Jun 20, 2011
-
-
Wagner Bruna authored
-
- Jun 21, 2011
-
-
Martin Geisler authored
Debug messages should not be translated.
-
David Soria Parra authored
-
- Jun 20, 2011
-
-
kiilerix authored
-
Ollie Rutherfurd authored
docstring refereed to "resolved" instead of "hgignore"
-
Matt Mackall authored
-
Peter Arrenbrecht authored
Old discovery only returned incoming heads, not all of them (for changegroupsubset). New discovery must always return all of the remote heads (for getbundle). I failed to properly adjust treediscovery in cb98fed52495 when introducing setdiscovery. The actual observable problem was 'remote: unsynced changes' when trying to push a cset on one named branch to a server with a new cset on another named branch. This scenario is now tested in test-treediscovery.t.
-
Sune Foldager authored
Overrides dict.clear. It's not currently used, but was broken for sortdict. Contributed by Stepan Koltsov <yozh@mx1.ru>
-
Peter Arrenbrecht authored
-
- Jun 17, 2011
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Jun 19, 2011
-
-
Thomas Arendsen Hein authored
-
Matt Mackall authored
- the power of 2 ones should be kiB, MiB, etc. - the power of 10 ones (SI standard) should be kB, MB, but we're currently using the industry traditional units elsewhere
-
Matt Mackall authored
-
- Jun 18, 2011
-
-
Matt Mackall authored
-
Matt Mackall authored
Add crosslinking with patterns topic.
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
We only call status if needed to avoid walking the working directory or comparing manifests. Similarly, we scan for whether unknown or ignored files are mentioned so we can include them.
-
Matt Mackall authored
This forcibly walks the tree looking for unknown and ignored files, which is suboptimal. A better approach would scan the tree first to find required status components and skip the status check entirely if it's unused.
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
This is now built into contexts
-
Matt Mackall authored
-
Matt Mackall authored
The most appropriate context is not always clearly defined. The obvious cases: For working directory commands, we use None For commands (eg annotate) with single revs, we use that revision The less obvious cases: For commands (eg status, diff) with a pair of revs, we use the second revision For commands that take a range (like log), we use None
-
Matt Mackall authored
-
Matt Mackall authored
This is groundwork for matching against filesets in contexts
-
- Jun 17, 2011
-
-
Wagner Bruna authored
-
kiilerix authored
We now explain why there is no certificate to verify and do not give hints about cacerts when they can't be used anyway.
-