Sun, 10 Oct 2010 17:35:28 -0500 |
Matt Mackall |
hgweb: another fix for the help termwidth bug
|
changeset |
files
|
Sun, 10 Oct 2010 12:21:49 -0500 |
Brodie Rao |
pager: don't run pager if nothing is written to stdout/stderr
|
changeset |
files
|
Sun, 10 Oct 2010 12:21:48 -0500 |
Brodie Rao |
pager: add global --pager=<auto/boolean> option
|
changeset |
files
|
Sun, 10 Oct 2010 12:21:36 -0500 |
Brodie Rao |
color: add global option in extsetup() instead of globally
|
changeset |
files
|
Sun, 10 Oct 2010 11:05:06 -0500 |
Matt Mackall |
hgweb: more ui fiddling
|
changeset |
files
|
Sun, 10 Oct 2010 10:42:44 -0500 |
Augie Fackler |
hgweb: fix hgweb_mod as well as hgwebdir_mod
|
changeset |
files
|
Sun, 10 Oct 2010 10:07:17 -0500 |
Augie Fackler |
hgwebdir_mod: use fake termwidth to avoid mod_wsgi's wrath
|
changeset |
files
|
Sun, 10 Oct 2010 10:06:36 -0500 |
Augie Fackler |
termwidth: move to ui.ui from util
|
changeset |
files
|
Thu, 07 Oct 2010 23:34:21 -0500 |
Kevin Bullock |
help: improve description of update --check
|
changeset |
files
|
Sat, 09 Oct 2010 21:54:50 +0200 |
Adrian Buehlmann |
store: encode first period or space in filenames (issue1713)
|
changeset |
files
|
Tue, 14 Sep 2010 23:00:39 +0200 |
Dan Villiom Podlaski Christiansen |
demandimport: fix an obscure corner-case.
|
changeset |
files
|
Sun, 10 Oct 2010 00:38:57 +0100 |
Christian Ebert |
keyword: enforce subn method via boolean switch
|
changeset |
files
|
Sun, 10 Oct 2010 00:30:09 +0100 |
Christian Ebert |
keyword: fix weeding of expansion candidates when recording
|
changeset |
files
|
Sun, 10 Oct 2010 09:48:37 -0500 |
Dan Villiom Podlaski Christiansen |
copies: don't detect copies as "divergent renames"
|
changeset |
files
|
Sat, 09 Oct 2010 11:02:11 -0500 |
Augie Fackler |
strip: add --keep flag to avoid modifying wc during strip
|
changeset |
files
|
Sat, 09 Oct 2010 17:02:28 -0500 |
Brodie Rao |
update: use higher level wording for "crosses branches" error
|
changeset |
files
|
Sat, 09 Oct 2010 17:58:48 -0500 |
Augie Fackler |
hgweb: add help link to templates missed in ead4e21f49f1
|
changeset |
files
|
Sat, 09 Oct 2010 17:58:54 -0500 |
Dan Villiom Podlaski Christiansen |
test-convert-svn-encoding.t: ignore that subversion %-encodes $TESTTMP
|
changeset |
files
|
Sat, 09 Oct 2010 16:27:10 -0500 |
Benoit Boissinot |
run-tests.py: remove support for .bat files
|
changeset |
files
|
Sat, 09 Oct 2010 16:25:28 -0500 |
Benoit Boissinot |
run-tests.py: do not install hg when the tests do no exist
|
changeset |
files
|
Sat, 09 Oct 2010 15:40:29 -0500 |
Patrick Mezard |
setup.py: write libdir as a python string literal
|
changeset |
files
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: fails immediately upon malformed hunk
|
changeset |
files
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: always raise PatchError with a message, simplify handling
|
changeset |
files
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: simplify externalpatch() arguments
|
changeset |
files
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
util: remove needbinary(), no longer used for external patching
|
changeset |
files
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: remove internal patcher fallback and NoHunk error
|
changeset |
files
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: remove unused patchmeta.lineno
|
changeset |
files
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: remove unused flags from readgitpatch()
|
changeset |
files
|
Sat, 09 Oct 2010 15:06:22 -0500 |
Mads Kiilerich |
test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP
|
changeset |
files
|
Sat, 09 Oct 2010 22:05:24 +0200 |
Martin Geisler |
revsets: fix stray * in help topic
|
changeset |
files
|
Sat, 09 Oct 2010 12:27:14 -0500 |
Augie Fackler |
web: add a help view for getting hg help output
|
changeset |
files
|
Sat, 09 Oct 2010 15:00:30 -0500 |
Benoit Boissinot |
fix indentation error
|
changeset |
files
|
Sat, 09 Oct 2010 14:50:20 -0500 |
Matt Mackall |
merge: handle no file parent in backwards merge (issue2364)
|
changeset |
files
|
Sat, 09 Oct 2010 14:52:58 -0500 |
Matt Mackall |
merge with crew
|
changeset |
files
|
Sat, 09 Oct 2010 12:28:16 -0500 |
Benoit Boissinot |
ui.paths: expand paths directly in fixconfig (issue2373)
|
changeset |
files
|
Tue, 17 Aug 2010 15:44:38 +0200 |
Dan Villiom Podlaski Christiansen |
setup/hg: always load Mercurial from where it was installed.
|
changeset |
files
|
Sat, 09 Oct 2010 11:55:25 -0500 |
Brodie Rao |
revsets: add a sample query to the help for getting active branches
|
changeset |
files
|
Sat, 09 Oct 2010 11:54:42 -0500 |
Brodie Rao |
revsets: add descriptions for sample queries in the help
|
changeset |
files
|
Sat, 09 Oct 2010 11:53:48 -0500 |
Dan Villiom Podlaski Christiansen |
mq: silence spurious output.
|
changeset |
files
|
Sat, 09 Oct 2010 11:27:29 -0500 |
Brodie Rao |
revsets: clarify in the help that head() returns named branch heads
|
changeset |
files
|
Sat, 09 Oct 2010 11:16:35 +0200 |
Adrian Buehlmann |
tests: add testcase for 208fc9ad6a48 to test-alias.t
|
changeset |
files
|
Sat, 09 Oct 2010 10:36:50 -0500 |
Dan Villiom Podlaski Christiansen |
mq: handle deleting the same patch twice in one command (issue2427)
|
changeset |
files
|
Sat, 09 Oct 2010 09:55:52 -0500 |
Augie Fackler |
progress: make sure stderr has isatty before calling (issue2191)
|
changeset |
files
|
Sat, 09 Oct 2010 18:04:36 +0200 |
Benjamin Pollack |
windows: handle spaces in path to Python (issue2074)
|
changeset |
files
|
Fri, 08 Oct 2010 23:23:49 +0200 |
Martin Geisler |
minirst: pull admonition titles out formatblock function
|
changeset |
files
|
Fri, 08 Oct 2010 23:19:26 +0200 |
Martin Geisler |
minirst: refactor/simplify findblocks
|
changeset |
files
|
Sat, 09 Oct 2010 15:41:53 +0200 |
Nicolas Dumazet |
inotify: raise correct error if server is already started in a deep repository
|
changeset |
files
|
Fri, 08 Oct 2010 21:43:21 +0200 |
Nicolas Dumazet |
setup: user-friendly error message if Python headers are missing
|
changeset |
files
|
Sat, 09 Oct 2010 07:13:51 -0500 |
Mads Kiilerich |
test-keyword: ignore subject in notify hook mails
|
changeset |
files
|
Sat, 09 Oct 2010 07:13:49 -0500 |
Mads Kiilerich |
test-keyword: fix test glob to ACL/SELinux flag
|
changeset |
files
|
Sat, 09 Oct 2010 07:13:47 -0500 |
Mads Kiilerich |
test-notify: fix fix for line continuation in long mail header lines
|
changeset |
files
|
Fri, 08 Oct 2010 23:39:44 -0500 |
Mads Kiilerich |
import: don't strip '#' lines from patch descriptions (issue 2417)
|
changeset |
files
|
Fri, 08 Oct 2010 22:36:11 -0500 |
Mads Kiilerich |
test-notify: stabilize output
|
changeset |
files
|
Fri, 08 Oct 2010 22:36:11 -0500 |
Mads Kiilerich |
tests: reintroduce ":$HGPORT" in test output
|
changeset |
files
|
Fri, 08 Oct 2010 22:36:11 -0500 |
Mads Kiilerich |
tests: remove the last traces of $HGTMP
|
changeset |
files
|
Fri, 08 Oct 2010 22:36:10 -0500 |
Mads Kiilerich |
tests: remove filtertmp.py and helpers.sh
|
changeset |
files
|
Fri, 08 Oct 2010 22:36:10 -0500 |
Mads Kiilerich |
tests: remove redundant globs
|
changeset |
files
|
Fri, 08 Oct 2010 22:36:10 -0500 |
Mads Kiilerich |
tests: replace test tmp directory with $TESTTMP in test output
|
changeset |
files
|
Fri, 08 Oct 2010 20:12:40 -0500 |
Matt Mackall |
keyword: fix test glob
|
changeset |
files
|
Mon, 04 Oct 2010 15:07:12 -0500 |
Brodie Rao |
dispatch: properly handle relative path aliases used with -R (issue2376)
|
changeset |
files
|