Commit Graph

11258 Commits

Author SHA1 Message Date
Mads Kiilerich
63938a51f6 patch: git delete mode shouldn't be used at all 2010-04-26 13:21:02 +02:00
Mads Kiilerich
9f2ca1164a patch: make "unable to strip away" message less confusing 2010-04-26 13:21:02 +02:00
Mads Kiilerich
10fedd8d3d patch: descriptive patchmeta.__repr__ to help debugging 2010-04-26 13:21:02 +02:00
Wagner Bruna
64e9f10072 merge with i18n stable 2010-04-24 01:41:32 -03:00
Wagner Bruna
f2933942bc merge with i18n 2010-04-24 01:37:49 -03:00
Martin Geisler
886975f7a6 doc: add links from hgrc.5 to hg.1 2010-04-23 09:55:47 +02:00
Martin Geisler
7f5b9a0a43 doc: make links for hg role
The system has a bit of smartness:

  :hg:`update`     -> links to hg.1.html#update
  :hg:`help diffs` -> links to hg.1.html#diffs
2010-04-23 09:53:25 +02:00
Nicolas Dumazet
2e5722b300 log: remove useless condition
for "copied" to be not None, it requires follow=True
2010-04-23 15:24:11 +09:00
Mads Kiilerich
c73d512d42 help config: update windows documentation to match implementation
This shows how confusing the current implementation is on Windows.
2010-04-26 16:36:08 +02:00
Adrian Buehlmann
a3eefcc44b wix: new GUID for contrib.guid
to comply with the component GUID rules of Windows Installer, applied to
the change 5f884a9e81ee
2010-04-27 09:47:33 +02:00
Martin Geisler
f1853c5e82 Use hg role in help strings 2010-04-22 10:24:49 +02:00
Martin Geisler
1d06245892 doc, minirst: support hg interpreted text role 2010-04-22 10:04:53 +02:00
Martin Geisler
ce3c2717e9 doc: add generic frontend to rst2man and rst2html
This will allow us to easily register new roles and directives.
2010-04-22 09:57:04 +02:00
Benoit Boissinot
5fb4657cce localrepo.commit: use explicit variables, avoid creating new contexts 2010-04-21 01:34:12 +02:00
Benoit Boissinot
a6309b7596 context: remove parents parameter to workingctx
it was needed before the refactor of commit, workingctx always uses the
dirstate now.
2010-04-21 01:18:31 +02:00
Benoit Boissinot
33390381d7 dirstate: more explicit name, rename normaldirty() to otherparent() 2010-04-20 11:17:01 +02:00
Jens Bäckman
b5bd3ffb87 i18n-sv: synchronized with latest development code 2010-04-19 19:50:04 +02:00
Jens Bäckman
cccbd68297 Merge with stable 2010-04-19 18:59:02 +02:00
Mads Kiilerich
da86b3d27f contrib/mercurial.spec: drop git-viz
Follow-up to a8ccf53d3400
2010-04-19 11:00:36 +02:00
Yuya Nishihara
bfde7fbcf3 tags: delete unnecessary close() of atomictempfile
cachefile.rename() implies cachefile.close().
2010-04-24 18:08:06 +09:00
Patrick Mezard
88569d9b27 win32: detect console width on Windows
Original version by anatoly techtonik <techtonik@gmail.com>
Following advices from similar bzr code.
2010-04-25 18:27:12 +02:00
Patrick Mezard
d05da88022 Merge with crew-stable 2010-04-26 22:42:46 +02:00
Martin Geisler
75b52a4dce commands: better markup in "hg help paths" 2010-04-26 21:35:09 +02:00
Martin Geisler
11c192e04a Merge with stable 2010-04-26 21:32:46 +02:00
Steve Borho
547e95b96c wix: hgweb file renames 2010-04-26 11:33:37 -05:00
Matt Mackall
7032c8dbda zeroconf: handle string hgweb config args 2010-04-26 11:03:40 -05:00
Matt Mackall
0439497509 hgweb: unify hgweb calls in serve 2010-04-26 11:03:40 -05:00
Matt Mackall
7443b42ff2 serve: webdir_conf -> webconf 2010-04-26 11:03:40 -05:00
Matt Mackall
7bbcc61ae7 hgweb: synchronize fcgi and wsgi scripts 2010-04-26 11:03:40 -05:00
Matt Mackall
11525c11b6 hgweb: drop hgwebdir.cgi, now unified with hgweb.cgi 2010-04-26 11:03:40 -05:00
Matt Mackall
61584a3d15 hgweb: simplify hgweb.cgi, add help pointer
- move important config to the top
- add help pointer
- drop encoding hack comment (use web.encoding)
- simplify imports
- use unified hgweb interface
2010-04-26 11:03:40 -05:00
Matt Mackall
6f4ee16a11 help: add some help for hgweb.config files 2010-04-26 11:03:40 -05:00
Matt Mackall
fca8ca144d help: config.txt typo 2010-04-26 11:03:40 -05:00
Matt Mackall
ae3b272f12 docs: document default for web.encoding 2010-04-26 11:03:40 -05:00
Matt Mackall
25324611e7 hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
Matt Mackall
5712bac3b8 hgweb: always clear report_untrusted and interactive 2010-04-26 11:03:40 -05:00
Matt Mackall
d803a5b601 hgweb: add baseui to hgweb entrypoint 2010-04-26 11:03:40 -05:00
Matt Mackall
3fea1c3bdd hgweb: make baseui parameter non-positional 2010-04-26 11:03:40 -05:00
Matt Mackall
51f651d888 hgweb: make top-level prototypes mirror their callees 2010-04-26 11:03:40 -05:00
Matt Mackall
47e3accbd1 Merge with stable 2010-04-26 11:02:11 -05:00
Patrick Mezard
ed31d6901d color: handle non-standard stdout on win32 2010-04-23 14:29:44 +02:00
Patrick Mezard
ec8a419814 Merge with crew-stable 2010-04-25 23:36:56 +02:00
Martin Geisler
0d2cf4548b minirst: support all recommended title adornments 2010-04-25 18:19:54 +02:00
Martin Geisler
52cafb8233 minirst: correctly format sections containing inline markup
Before, a section like

  ``foo``
  -------

would be formatted as

  "foo"
  -------

We now recompute the length of the underline when formatting the
section.
2010-04-25 17:48:26 +02:00
Henrik Stuart
1c5ca1f5d8 ui: support quotes in configlist (issue2147)
Several places that use ui.configlist, predominantly in authentication
scenarios need to interface with systems that can contain spaces in usernames
(e.g. when client certificates are usernames, or Windows usernames).

This changeset introduces a parser that supports quoting of strings, and
escape quotation marks that get decoded into a single quotation mark that
adopts the usual behavior one would expect from quoting strings. The Python
library shlex module is not used, on purpose, as that raises if it cannot
match quotation marks in the given input.
2010-04-25 17:38:41 +02:00
Martin Geisler
68483a49bd Merge with stable 2010-04-25 17:11:50 +02:00
Martin Geisler
e334ff8231 Merge with stable 2010-04-25 16:46:44 +02:00
Martin Geisler
3213b9890f minirst: add test for sections 2010-04-25 16:17:24 +02:00
Martin Geisler
9f9d28399a contrib/win32: update build instructions after 54a12ae534c6 2010-04-24 23:08:27 +02:00
Augie Fackler
9af6a77207 keyword: monkeypatch patch so that optional args can be passed as kwargs 2010-04-17 13:38:42 -05:00