Commit Graph

6449 Commits

Author SHA1 Message Date
Paul Moore
0046a32c4b python 2.6 compatibility: add __hash__ to classes that have __eq__ 2008-04-04 22:41:17 +02:00
Patrick Mezard
2a9d095734 Merge with crew-stable 2008-04-04 22:18:38 +02:00
Patrick Mezard
8e0cbccd26 Let --unified default to diff.unified (issue 1076) 2008-04-04 22:15:14 +02:00
Christian Ebert
87c730b788 pager: make config info accessible with "hg help pager" 2008-04-03 13:47:05 +02:00
Dirkjan Ochtman
95639b6467 hgweb: make hgwebdir work in the absence of PATH_INFO
Thanks to Andrea Arcangeli for reporting and an initial patch.
2008-04-03 13:14:43 +02:00
Dirkjan Ochtman
9700c3ce4c tests: easier error diagnostics for test-serve 2008-04-03 12:46:37 +02:00
Dirkjan Ochtman
67493fd86d Merge from crew-stable. 2008-04-03 13:21:42 +02:00
Dirkjan Ochtman
31023eeb56 Merge from main. 2008-04-03 11:18:43 +02:00
Dirkjan Ochtman
c31920c8cc Merge from crew-stable. 2008-04-03 11:16:07 +02:00
Gilles Moris
5b548b29f2 Pager extension: switch it off if --debugger is set
The pager is preventing the debugger prompt and much of the
debugger output to be refreshed. Moreover the pager does not
make sense when debugging line by line.

(This supersedes the similar ui.debugflag patch. Disabling
the pager for debug output doesn't make that much sense,
as this is actually when the pager might be useful.)
2008-04-03 11:11:31 +02:00
David Soria Parra ext:(%20php.net%3E)
daf7ac79da Pager extension: switch it off if --debugger is set
The pager is preventing the debugger prompt and much of the
debugger output to be refreshed. Moreover the pager does not
make sense when debugging line by line (Thanks to Gilles Moris).
2008-04-03 10:49:42 +02:00
Matt Mackall
23c69a2401 coal: even more tweaks
- rearrange file browser columns
- add folder and file icons
- make browse table uniformly monospaced
- use lowercase consistently for column heads
- fix search container div
2008-04-02 18:51:06 -05:00
Matt Mackall
39e35d1f2a coal: more tweaking
- add quirksmode hack in attempt to make MSIE happy
- add container divs for more browsers compatibility
- fix file log button on file page
- link to first line of file source from browser
- change revision navigator style
2008-04-02 18:47:19 -05:00
Matt Mackall
9e23a6f65d coal: more tweaks
- add revision numbers to changeset, browse, and file pages
- add revision number to revision number navigator in log
- remove node from log and filelog pages
- add changeset, browse, and archive buttons back to log page
- make buttons more clickable with display: block
- fix alignment of some table heads
2008-04-02 18:47:17 -05:00
Matt Mackall
b14395d8bb coal: minor fixes
sans -> sans-serif
tweak column widths
get rid of full changelog
2008-04-02 18:47:15 -05:00
Thomas Arendsen Hein
cd73c3d67a merge with crew-stable 2008-04-02 21:46:30 +02:00
Thomas Arendsen Hein
a8733ad91a make test-diff-copy-depth executable 2008-04-02 21:45:35 +02:00
Bryan O'Sullivan
f8a82de0aa test-churn: force COLUMNS to be set 2008-04-02 08:56:38 -07:00
Christian Ebert
2da59c83a3 Consistently 1 space after full stops in command doc strings
Update test output accordingly.
2008-04-02 14:03:16 +02:00
Benoit Boissinot
d2251dcfd9 patchbomb: Fix mangling of lines beginning with From
we should mangle the lines beginning with From only when writing
to mbox format.
2008-04-02 01:49:29 +02:00
Christian Ebert
592b27aad1 asciidoc: consistently use 1 space after full stop
Note: the command doc strings included in hg (1) are still
      inconsistent wrt to spaces after full stops.
2008-04-01 14:35:35 +02:00
Christian Ebert
cbc606291c hgrc.5: fix subsection formatting 2008-04-01 14:35:11 +02:00
Benoit Boissinot
4ac7486854 imported patch templ.diff 2008-04-01 16:36:25 +02:00
Patrick Mezard
c9239a49e0 Merge with crew-stable 2008-04-01 10:19:49 +02:00
Peter Arrenbrecht
898046c9b1 convert: fix test-convert-svn-* problems with mtime not changing
The `svn commit` command does not detect changed files unless
their mtime has changed. A quick succession of, for instance,
`svn co ...; echo x >> y; svn ci` can thus lead to the change to y
being ignored.

Edited by pmezard to write in binary mode.
2008-04-01 09:17:11 +02:00
Thomas Arendsen Hein
9fc05e684c merge with crew-stable 2008-04-01 08:34:23 +02:00
Thomas Arendsen Hein
448785c6b4 merge with hg-stable 2008-04-01 08:33:17 +02:00
Brendan Cully
9d21508cbe rollback: unlink files truncated to length 0 2008-03-31 23:02:25 -07:00
Matt Mackall
cf71bb5f2b hgweb: fix merge breakage 2008-03-31 23:14:25 -05:00
Matt Mackall
bf098a66ae templates: add coal web theme 2008-03-31 21:49:36 -05:00
Matt Mackall
233304547d optimize PNGs 2008-03-31 21:49:34 -05:00
Matt Mackall
1cca88367c hgweb: minor improvements for new web style
- make renamelink take a context
- pass current node to shortlog page rather than tip
- pass user/desc/date/rename to filediff
- improve template error reporting for foo%bar
2008-03-31 21:49:33 -05:00
Matt Mackall
96d3666c86 add simple dump and undump scripts to contrib/ 2008-03-31 21:49:32 -05:00
Matt Mackall
74e8b50e35 Merge with stable 2008-03-31 21:49:26 -05:00
Benoit Boissinot
945728f10a merge with crew 2008-03-31 18:49:15 +02:00
Benoit Boissinot
8042e0ac71 hg serve: add clearer message when starting the server with --verbose
Explicitly tell the address is the one the process is bound to.
Fix the printing of IPv6 addresses.
2008-03-31 18:44:12 +02:00
Dirkjan Ochtman
61daef971b convert: fix trailing space introduced in d44685e2377e 2008-03-31 13:10:47 +02:00
Thomas Arendsen Hein
330a183096 Fix test-convert-svn-tags on case sensitive filesystems 2008-03-30 23:58:02 +02:00
Benoit Boissinot
46509e2ba0 fix error spotted by pychecker 2008-03-30 20:21:46 +02:00
Patrick Mezard
2a688097e7 commands: fix shadowed repo module 2008-03-30 20:18:40 +02:00
David Soria Parra ext:(%20php.net%3E)
b9cec105a4 pager: Add a configuration to enable/disable the pager for certain commands
Add the configuration options pager.ignore and pager.attend.
You can disable the pager on certain commands by adding them to the
pager.ignore setting. To whitelist commands, you can add them to pager.attend.
To disable or enable global commands like 'hg version' or 'hg help'
you have to use your global .hgrc. (thanks, Matt Mackall)
2008-03-29 19:41:50 +01:00
Christian Ebert
8d6395cf2d keyword: regroup monkey patch code, underscore prefix private vars 2008-03-31 11:08:52 +02:00
Thomas Arendsen Hein
c416d6153f merge with crew-stable 2008-03-31 00:01:27 +02:00
Benoit Boissinot
2a79bac3c3 fix bug introduced by 3036384ac63a (thanks pychecker) 2008-03-30 22:29:02 +02:00
Benoit Boissinot
199def92ce merge with -stable 2008-03-30 22:23:55 +02:00
Benoit Boissinot
574729489c fix bug introduced by 4858a155c4aa (short not defined) 2008-03-30 22:22:53 +02:00
Benoit Boissinot
82208cae06 merge with crew 2008-03-30 20:31:35 +02:00
Patrick Mezard
e66a2c195c Merge with crew-stable 2008-03-30 20:25:22 +02:00
Benoit Boissinot
9ac6d264fb fix warning from pychecker 2008-03-30 20:21:57 +02:00
Benoit Boissinot
ce5f0b5ec6 fix error spotted by pychecker 2008-03-30 20:21:46 +02:00