Commit Graph

1424 Commits

Author SHA1 Message Date
TK Soh
badf259cef hgk: add horizontal scrollbar to patch window 2005-10-24 14:54:54 -07:00
Eric Bloodworth
4fdfb5c5a8 Add control-w key binding to quit hgk. 2005-10-24 14:54:48 -07:00
Eric Bloodworth
7242221f63 Change asciidoc backend to more recent name.
The latest asciidoc doesn't have an 'html' backend. 'html' was last valid
with version 6 ( 2005-1-28).  Current options are  xhtml11, or
html4, with xhtml11 by default.
2005-10-24 14:54:34 -07:00
michael.w.dales@intel.com
287b19a2a6 Fixed problem with invoking hgmerge on paths with spaces. 2005-10-24 14:54:17 -07:00
Benoit Boissinot
c0239b9f56 add a target for running only one test 2005-10-24 14:53:36 -07:00
TK Soh
3b9b77f616 hgweb: improve look-n-feel of changelog nagivation 2005-10-24 14:53:25 -07:00
Benoit Boissinot
1d75d9b807 [issue21] cannot debug extension
The following patch should work.
2005-10-24 14:53:12 -07:00
levon@movementarian.org
0b2a614b26 Use $(MAKE) not make 2005-10-24 14:52:49 -07:00
Volker Kleinfeld
d90591c00e py2exe is not able to handle win32com.shell
Changes:
- setup.py: help py2exe finding the shell module in win32com.shell
2005-10-24 14:52:41 -07:00
Volker Kleinfeld
9f6716ae98 Option -i broken in py2exe_for_demandload
Using the includes option -i on modified py2exe is
not working.

Change:
- setup.py: convert self.includes to a list.
2005-10-24 14:52:30 -07:00
olivier.maquelin@intel.com
fa3a9847db Avoid insertion/deletion of CRs on stdio during hg serve 2005-10-24 14:34:48 -07:00
Matt Mackall
d6ea54aec8 hgweb: fix broken tags->changelog link 2005-10-21 00:15:55 -07:00
Benoit Boissinot
0b91d8731a Make hgweb work when the repository is empty (no 00changelog.i) 2005-10-20 11:41:14 -07:00
Matt Mackall
f36b3ac27d hgweb: add a mercurial link to the footer 2005-10-20 00:26:24 -07:00
Benoit Boissinot
4066fd89f5 hgweb: hide trivial parent (like in show_changeset) 2005-10-19 20:54:46 -07:00
Benoit Boissinot
abe08fd52f refactor some unlink/remove code and make sure we prune empty dir 2005-10-19 00:10:52 -07:00
Steve Borho
071b8206bf New vim script; provides key mappings and menus for GVIM 2005-10-19 00:05:08 -07:00
Benoit Boissinot
6c6a4b138f Do not use 'glob' expansion by default on OS != 'nt' 2005-10-19 00:02:41 -07:00
Matt Mackall
3334f94a60 hgweb: fix too short manifest link 2005-10-18 23:58:00 -07:00
Matt Mackall
5c58c23164 hgweb: make viewing of non-text work in hgweb
We use mimetypes.guess_type to guess file types and util.binary to determine
whether a file is displayable as text.

This lets us display displayable text files in our normal source view.
Files that appear to be binary will be displayed as something like
"(binary:image/gif)".

Clicking on raw view will send the raw file with an appropriate MIME
type. Thus things like GIFs will now be viewable inside hgweb without
making a mess. Further, things like postscript files that are text
should show source in the normal view and a browser can launch a
postscript viewer for the raw view.
2005-10-18 23:50:55 -07:00
Matt Mackall
53102ac984 hgweb: shorten all the URLs in the standard templates
A URL like this:

http://www.selenic.com/hg/?cmd=changeset;node=508f0bbee11b595bcba6f255aeb93fe10e78af85

is now presented as:

http://www.selenic.com/hg/?cs=5010207c352

(though the old style still works, of course)
2005-10-18 23:08:35 -07:00
Matt Mackall
7a09f12a93 hgweb: add shortcuts for all the web commands / fix empty arg bug 2005-10-18 23:05:30 -07:00
Matthew Elder
35ec667f4d symlink unit test 2005-10-18 21:32:51 -07:00
Benoit Boissinot
9c58192be2 allow empty values for url so we can have /?tip 2005-10-18 21:11:24 -07:00
Benoit Boissinot
64e3de3faf hgweb: allow urls to be shorter by using shortcuts
for example cs=xxx will be expanded to cmd=changeset;node=xxx
2005-10-18 20:06:34 -07:00
TK Soh
be159626a2 log: speedup keyword search when used with --branch
By avoiding unnecessary branch lookup.
2005-10-18 20:06:13 -07:00
TK Soh
31d471dfd8 log: make keyword search truly case-insensitive 2005-10-18 20:06:05 -07:00
Eric Hopper
c1a375da54 lazyindex fix, make load handle negative indexes properly. 2005-10-18 20:05:54 -07:00
Benoit Boissinot
06e39e559b i18n part2: use '_' for all strings who are part of the user interface 2005-10-18 18:38:39 -07:00
Benoit Boissinot
912c1aa6a3 use a dummy function for gettext
import gettext is really slow, until we figure out a solution
we use identity for gettext
2005-10-18 18:38:04 -07:00
Benoit Boissinot
e38e94088a i18n first part: make '_' available for files who need it 2005-10-18 18:37:48 -07:00
Zbynek Winkler
f5c4f54863 Try to use ini-file in the same directory as the exe as the default on NT. 2005-10-18 17:57:27 -07:00
Vadim Gelfer
e3b07ee274 make update quieter when nothing is wrong
sometimes when i am going around in my history, i get long lists of
errors from the update command. this patch will fix that. i tried to
make the code style the same like the rest of the code.
2005-10-18 17:56:50 -07:00
Matt Mackall
383ad8c32f bdiff: change spurious __inline to inline 2005-10-18 12:11:23 -07:00
Benoit Boissinot
809d7cd761 check if a file is ignored before complaining if it is an unsupported type 2005-10-18 00:45:27 -07:00
Matt Mackall
bf467714fe Add debugsetparents command 2005-10-18 00:43:33 -07:00
Matt Mackall
3806a62caf dirstate: make sure we read the dirstate before setting parents 2005-10-18 00:43:19 -07:00
Matt Mackall
7f179dbe59 Fix traceback on bad revlog.lookup 2005-10-15 15:49:05 -07:00
Benoit Boissinot
027c44564c add a check for filetype when walking 2005-10-15 15:43:40 -07:00
Matt Mackall
42508becda Fix patch failure reporting exception 2005-10-15 15:04:45 -07:00
Matt Mackall
0909aec04c Borrow patch header detection heuristic from quilt 2005-10-15 15:04:22 -07:00
Matt Mackall
6cfc6d18b1 convert-repo: fix up octopus merge conversion 2005-10-05 19:27:35 -07:00
Matt Mackall
fcbb29caf2 convert-repo: change duplicate elimination 2005-10-05 19:26:41 -07:00
Matt Mackall
bc67bd579d convert-repo: linearize the tag commit 2005-10-05 19:25:45 -07:00
Matt Mackall
84ef231907 convert-repo: retrieve the commit hash from the tag object for tag import 2005-10-05 17:11:06 -07:00
Matt Mackall
c826fb5f44 convert-repo: Fix timezone handling 2005-10-05 17:09:51 -07:00
Matt Mackall
66b0e1b6cd hg verify: add some bin to hex conversions 2005-10-05 10:59:42 -07:00
Matt Mackall
f2002c74d9 hg verify: add an error reporting helper function 2005-10-05 10:51:02 -07:00
Matt Mackall
6220ec3bd4 hg verify: more consistency checking between changesets and manifests 2005-10-05 10:37:51 -07:00
TK Soh
3b25b941f8 log --debug: fix misplaced manifest field
Index: hg/mercurial/commands.py
===================================================================
--- hg.orig/mercurial/commands.py	2005-10-04 16:44:26.000000000 -0700
+++ hg/mercurial/commands.py	2005-10-04 17:16:42.000000000 -0700
@@ -1238,6 +1238,9 @@ def log(ui, repo, *pats, **opts):
                 self.write(*args)
         def write(self, *args):
             self.hunk[self.rev].append(args)
+        def debug(self, *args):
+            if self.debugflag:
+                self.write(*args)
         def __getattr__(self, key):
             return getattr(self.ui, key)
     cwd = repo.getcwd()
2005-10-04 17:34:02 -07:00