Mon, 18 Oct 2010 23:20:14 -0500 |
Steve Borho |
merge: when --tool is specified, disable HGMERGE by setting to empty string
|
Mon, 18 Oct 2010 14:10:36 +0900 |
Nicolas Dumazet |
ui: only fix config if the relevant section has changed
|
Tue, 19 Oct 2010 23:15:31 +0900 |
Nicolas Dumazet |
test-tags: use printf instead of echo '...\n'
|
Sun, 17 Oct 2010 22:24:26 +0200 |
Benoit Boissinot |
discovery: findincoming() is no longer used
|
Sun, 17 Oct 2010 19:25:35 +0200 |
Benoit Boissinot |
discovery: use set instead of dict
|
Sun, 17 Oct 2010 16:16:12 +0200 |
Benoit Boissinot |
discovery: remove unused "base" argument from find.*incoming()
|
Sat, 09 Oct 2010 17:16:39 -0500 |
Benoit Boissinot |
discovery: do not use the implicit updating of the "base" arg
|
Tue, 19 Oct 2010 20:20:10 +0900 |
Nicolas Dumazet |
tags: do not fail if tags.cache is corrupted (issue2444)
|
Sun, 10 Oct 2010 09:50:25 -0500 |
Dan Villiom Podlaski Christiansen |
merge: make 'diverging renames' diagnostic a more helpful note.
|
Mon, 18 Oct 2010 14:37:52 +0200 |
Erik Zielke |
gendoc: refactor get_cmd
|
Mon, 18 Oct 2010 14:37:50 +0200 |
Erik Zielke |
mq: switched to `` around * * *
|
Sun, 17 Oct 2010 00:45:34 +0200 |
Adrian Buehlmann |
Revert: capitalization doc fix
|
Tue, 19 Oct 2010 03:56:20 +0200 |
Mads Kiilerich |
subrepo: abort instead of pushing/pulling to the repo itself
|
Tue, 19 Oct 2010 03:55:28 +0200 |
Mads Kiilerich |
subrepo: rename relpath to subrelpath and introduce reporelpath
|
Tue, 19 Oct 2010 03:55:06 +0200 |
Mads Kiilerich |
mdiff: carriage return (\r) is also ignorable whitespace
|
Fri, 15 Oct 2010 23:00:45 -0500 |
Steve Borho |
merge: add --tool argument to merge and resolve
|
Sun, 17 Oct 2010 14:00:01 +0300 |
timeless |
patchbomb: move command option help from the extension (patchbomb) to the command (email)
|
Sun, 17 Oct 2010 13:24:37 -0400 |
Steve Losh |
alias: fail gracefully when invalid global options are given (issue2442)
|
Thu, 07 Oct 2010 13:44:17 -0700 |
Paul Molodowitch |
bookmarks: better fix for issue2016 (lookup infinite recursion)
|
Mon, 02 Aug 2010 07:15:47 +0300 |
timeless |
merge/progress: marking strings for localization
|
Mon, 02 Aug 2010 07:15:47 +0300 |
timeless |
verify/progress: using gerund to indicate action and adding units
|
Tue, 20 Jul 2010 20:53:48 +0200 |
timeless |
progress: dropping superfluous space from units
|
Sat, 16 Oct 2010 18:09:01 +0200 |
Adrian Buehlmann |
check-code: add 'no tab indent' check for unified tests
|
Sun, 17 Oct 2010 04:14:06 +0200 |
Mads Kiilerich |
url: validity (notBefore/notAfter) is checked by OpenSSL (issue2407)
|
Sun, 17 Oct 2010 04:13:50 +0200 |
Mads Kiilerich |
test-https: test web.cacerts functionality
|
Sun, 17 Oct 2010 04:13:35 +0200 |
Mads Kiilerich |
serve: fix https mode and add test
|
Sat, 16 Oct 2010 17:29:04 -0500 |
Augie Fackler |
hgweb: don't send a body or illegal headers during 304 response
|
Sat, 16 Oct 2010 22:40:46 +0200 |
Benoit Boissinot |
merge with stable
|
Tue, 12 Oct 2010 11:02:45 -0500 |
Augie Fackler |
test-url: skip test when ssl module is unavailable
stable
|
Sat, 16 Oct 2010 18:50:53 +0200 |
Benoit Boissinot |
revset: use 'requires' instead of 'wants' in error message
|
Fri, 15 Oct 2010 05:21:51 +0200 |
Nicolas Dumazet |
outgoing: unify common graphlog.outgoing and hg.outgoing code
|
Thu, 14 Oct 2010 22:41:43 +0200 |
Nicolas Dumazet |
bundlerepo: unify common code into a new getremotechanges
|
Tue, 12 Oct 2010 23:33:43 -0500 |
Augie Fackler |
revset id(): fix error text to say "id wants..." instead of "rev wants..."
|
Thu, 14 Oct 2010 22:53:17 +0200 |
Christian Ebert |
keyword: only use expensive fctx.cmp when needed
|
Thu, 14 Oct 2010 22:47:50 +0200 |
Christian Ebert |
context: narrow down filter special case in filectx.cmp()
|
Thu, 14 Oct 2010 21:36:00 +0200 |
Nicolas Dumazet |
incoming: unify code for incoming and graphlog.incoming
|
Thu, 14 Oct 2010 21:37:00 +0200 |
Nicolas Dumazet |
incoming: rename variable
|
Thu, 14 Oct 2010 01:28:29 +0200 |
Mads Kiilerich |
import: only the first hg patch marker should be processed (issue2417)
|
Fri, 10 Sep 2010 10:28:18 +0200 |
Gilles Moris |
backout: provide linear backout as a default (without --merge option)
|
Mon, 11 Oct 2010 10:07:42 -0500 |
Augie Fackler |
update: use revsingle to enable use of revsets as update targets (issue1993)
|
Tue, 12 Oct 2010 11:02:45 -0500 |
Augie Fackler |
test-url: skip test when ssl module is unavailable
|
Tue, 12 Oct 2010 11:02:05 -0500 |
Augie Fackler |
test-url: remove trailing whitespace
|
Tue, 12 Oct 2010 12:49:23 +0100 |
Christian Ebert |
keyword: code cleanup
|
Sat, 02 Oct 2010 22:59:29 +0900 |
Yuya Nishihara |
tests: asciify output of test-encoding-align.t
|
Sat, 02 Oct 2010 22:57:25 +0900 |
Yuya Nishihara |
tests: accept \-escaped test output
|
Tue, 12 Oct 2010 16:26:03 -0500 |
Matt Mackall |
merge with crew
|
Tue, 12 Oct 2010 08:30:15 -0500 |
Benoit Boissinot |
parentdelta: compress.py extension is no longer necessary
|
Tue, 12 Oct 2010 16:25:38 -0500 |
Matt Mackall |
merge with stable
|
Fri, 01 Oct 2010 10:15:04 -0500 |
Brodie Rao |
convert/darcs: support changelogs with bytes 0x7F-0xFF (issue2411)
stable
|
Mon, 11 Oct 2010 09:44:19 -0500 |
Augie Fackler |
revset: add id() and rev() to allow explicitly referring to changes by hash or rev
|
Sun, 10 Oct 2010 12:41:36 -0500 |
Augie Fackler |
revset: rename tagged() to tag() and allow it to take an optional tag name
|
Sun, 10 Oct 2010 12:40:25 -0500 |
Augie Fackler |
bookmarks: add revset for referencing bookmarks
|
Sun, 10 Oct 2010 12:03:28 -0500 |
Augie Fackler |
hgweb help: fix double help links
|
Mon, 11 Oct 2010 11:17:48 +0200 |
Adrian Buehlmann |
tests: add testcase for --config format.dotencode=false
|
Mon, 11 Oct 2010 14:39:13 -0500 |
Matt Mackall |
fetch: fix and document exit codes (issue2356)
|
Sun, 10 Oct 2010 23:32:09 +0200 |
Adrian Buehlmann |
doc: add [format] dotencode description
|
Tue, 27 Jul 2010 23:07:30 +0900 |
Nicolas Dumazet |
filectx: use ctx.size comparisons to speed up ctx.cmp
|
Sun, 10 Oct 2010 18:58:45 +0200 |
Nicolas Dumazet |
localrepo: use propertycaches to access encode/decode filters
|
Sun, 10 Oct 2010 19:10:16 +0200 |
Nicolas Dumazet |
localrepo: load filter patterns outside of _filter
|
Sun, 10 Oct 2010 19:07:58 +0200 |
Nicolas Dumazet |
localrepo: have _loadfilter return the loaded filter patterns
|
Mon, 11 Oct 2010 13:26:29 -0500 |
Benoit Boissinot |
merge with mpm
|
Mon, 11 Oct 2010 12:47:11 -0500 |
Benoit Boissinot |
wireproto/http: drain the incoming bundle in case of errors
|
Mon, 11 Oct 2010 12:45:36 -0500 |
Benoit Boissinot |
wireproto: introduce pusherr() to deal with "unsynced changes" error
|
Mon, 11 Oct 2010 12:44:33 -0500 |
Benoit Boissinot |
wireproto: redirect the output earlier
|
Mon, 11 Oct 2010 12:44:11 -0500 |
Benoit Boissinot |
wireproto: return in finally was messing with the return inside the block
|
Mon, 11 Oct 2010 13:51:10 +0200 |
Dirkjan Ochtman |
tests: use a glob for all of the host, might not be localhost
|
Mon, 11 Oct 2010 13:49:53 +0200 |
Dirkjan Ochtman |
commands: add move alias for the rename command
|
Sun, 10 Oct 2010 18:02:52 -0500 |
Matt Mackall |
util: make wrap() require a width argument
|
Sat, 09 Oct 2010 16:55:33 -0500 |
Brodie Rao |
showconfig: don't accept multiple sections and one config item
|
Sun, 10 Oct 2010 17:35:28 -0500 |
Matt Mackall |
hgweb: another fix for the help termwidth bug
|
Sun, 10 Oct 2010 12:21:49 -0500 |
Brodie Rao |
pager: don't run pager if nothing is written to stdout/stderr
|
Sun, 10 Oct 2010 12:21:48 -0500 |
Brodie Rao |
pager: add global --pager=<auto/boolean> option
|
Sun, 10 Oct 2010 12:21:36 -0500 |
Brodie Rao |
color: add global option in extsetup() instead of globally
|
Sun, 10 Oct 2010 11:05:06 -0500 |
Matt Mackall |
hgweb: more ui fiddling
|
Sun, 10 Oct 2010 10:42:44 -0500 |
Augie Fackler |
hgweb: fix hgweb_mod as well as hgwebdir_mod
|
Sun, 10 Oct 2010 10:07:17 -0500 |
Augie Fackler |
hgwebdir_mod: use fake termwidth to avoid mod_wsgi's wrath
|
Sun, 10 Oct 2010 10:06:36 -0500 |
Augie Fackler |
termwidth: move to ui.ui from util
|
Thu, 07 Oct 2010 23:34:21 -0500 |
Kevin Bullock |
help: improve description of update --check
|
Sat, 09 Oct 2010 21:54:50 +0200 |
Adrian Buehlmann |
store: encode first period or space in filenames (issue1713)
|
Tue, 14 Sep 2010 23:00:39 +0200 |
Dan Villiom Podlaski Christiansen |
demandimport: fix an obscure corner-case.
|
Sun, 10 Oct 2010 00:38:57 +0100 |
Christian Ebert |
keyword: enforce subn method via boolean switch
|
Sun, 10 Oct 2010 00:30:09 +0100 |
Christian Ebert |
keyword: fix weeding of expansion candidates when recording
|
Sun, 10 Oct 2010 09:48:37 -0500 |
Dan Villiom Podlaski Christiansen |
copies: don't detect copies as "divergent renames"
|
Sat, 09 Oct 2010 11:02:11 -0500 |
Augie Fackler |
strip: add --keep flag to avoid modifying wc during strip
|
Sat, 09 Oct 2010 17:02:28 -0500 |
Brodie Rao |
update: use higher level wording for "crosses branches" error
|
Sat, 09 Oct 2010 17:58:48 -0500 |
Augie Fackler |
hgweb: add help link to templates missed in ead4e21f49f1
|
Sat, 09 Oct 2010 17:58:54 -0500 |
Dan Villiom Podlaski Christiansen |
test-convert-svn-encoding.t: ignore that subversion %-encodes $TESTTMP
|
Sat, 09 Oct 2010 16:27:10 -0500 |
Benoit Boissinot |
run-tests.py: remove support for .bat files
|
Sat, 09 Oct 2010 16:25:28 -0500 |
Benoit Boissinot |
run-tests.py: do not install hg when the tests do no exist
|
Sat, 09 Oct 2010 15:40:29 -0500 |
Patrick Mezard |
setup.py: write libdir as a python string literal
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: fails immediately upon malformed hunk
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: always raise PatchError with a message, simplify handling
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: simplify externalpatch() arguments
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
util: remove needbinary(), no longer used for external patching
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: remove internal patcher fallback and NoHunk error
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: remove unused patchmeta.lineno
|
Sat, 09 Oct 2010 15:13:08 -0500 |
Patrick Mezard |
patch: remove unused flags from readgitpatch()
|
Sat, 09 Oct 2010 15:06:22 -0500 |
Mads Kiilerich |
test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP
|
Sat, 09 Oct 2010 22:05:24 +0200 |
Martin Geisler |
revsets: fix stray * in help topic
|
Sat, 09 Oct 2010 12:27:14 -0500 |
Augie Fackler |
web: add a help view for getting hg help output
|
Sat, 09 Oct 2010 15:00:30 -0500 |
Benoit Boissinot |
fix indentation error
|
Sat, 09 Oct 2010 14:50:20 -0500 |
Matt Mackall |
merge: handle no file parent in backwards merge (issue2364)
|
Sat, 09 Oct 2010 14:52:58 -0500 |
Matt Mackall |
merge with crew
|
Sat, 09 Oct 2010 12:28:16 -0500 |
Benoit Boissinot |
ui.paths: expand paths directly in fixconfig (issue2373)
|
Tue, 17 Aug 2010 15:44:38 +0200 |
Dan Villiom Podlaski Christiansen |
setup/hg: always load Mercurial from where it was installed.
|
Sat, 09 Oct 2010 11:55:25 -0500 |
Brodie Rao |
revsets: add a sample query to the help for getting active branches
|
Sat, 09 Oct 2010 11:54:42 -0500 |
Brodie Rao |
revsets: add descriptions for sample queries in the help
|
Sat, 09 Oct 2010 11:53:48 -0500 |
Dan Villiom Podlaski Christiansen |
mq: silence spurious output.
|
Sat, 09 Oct 2010 11:27:29 -0500 |
Brodie Rao |
revsets: clarify in the help that head() returns named branch heads
|
Sat, 09 Oct 2010 11:16:35 +0200 |
Adrian Buehlmann |
tests: add testcase for 208fc9ad6a48 to test-alias.t
|
Sat, 09 Oct 2010 10:36:50 -0500 |
Dan Villiom Podlaski Christiansen |
mq: handle deleting the same patch twice in one command (issue2427)
|
Sat, 09 Oct 2010 09:55:52 -0500 |
Augie Fackler |
progress: make sure stderr has isatty before calling (issue2191)
|
Sat, 09 Oct 2010 18:04:36 +0200 |
Benjamin Pollack |
windows: handle spaces in path to Python (issue2074)
|
Fri, 08 Oct 2010 23:23:49 +0200 |
Martin Geisler |
minirst: pull admonition titles out formatblock function
|
Fri, 08 Oct 2010 23:19:26 +0200 |
Martin Geisler |
minirst: refactor/simplify findblocks
|
Sat, 09 Oct 2010 15:41:53 +0200 |
Nicolas Dumazet |
inotify: raise correct error if server is already started in a deep repository
|
Fri, 08 Oct 2010 21:43:21 +0200 |
Nicolas Dumazet |
setup: user-friendly error message if Python headers are missing
|
Sat, 09 Oct 2010 07:13:51 -0500 |
Mads Kiilerich |
test-keyword: ignore subject in notify hook mails
|
Sat, 09 Oct 2010 07:13:49 -0500 |
Mads Kiilerich |
test-keyword: fix test glob to ACL/SELinux flag
|
Sat, 09 Oct 2010 07:13:47 -0500 |
Mads Kiilerich |
test-notify: fix fix for line continuation in long mail header lines
|
Fri, 08 Oct 2010 23:39:44 -0500 |
Mads Kiilerich |
import: don't strip '#' lines from patch descriptions (issue 2417)
|
Fri, 08 Oct 2010 22:36:11 -0500 |
Mads Kiilerich |
test-notify: stabilize output
|
Fri, 08 Oct 2010 22:36:11 -0500 |
Mads Kiilerich |
tests: reintroduce ":$HGPORT" in test output
|
Fri, 08 Oct 2010 22:36:11 -0500 |
Mads Kiilerich |
tests: remove the last traces of $HGTMP
|
Fri, 08 Oct 2010 22:36:10 -0500 |
Mads Kiilerich |
tests: remove filtertmp.py and helpers.sh
|
Fri, 08 Oct 2010 22:36:10 -0500 |
Mads Kiilerich |
tests: remove redundant globs
|
Fri, 08 Oct 2010 22:36:10 -0500 |
Mads Kiilerich |
tests: replace test tmp directory with $TESTTMP in test output
|
Fri, 08 Oct 2010 20:12:40 -0500 |
Matt Mackall |
keyword: fix test glob
|
Mon, 04 Oct 2010 15:07:12 -0500 |
Brodie Rao |
dispatch: properly handle relative path aliases used with -R (issue2376)
|
Mon, 04 Oct 2010 14:26:38 -0500 |
Brodie Rao |
dispatch: remove superfluous try/except when reading local ui config
|
Mon, 04 Oct 2010 14:26:37 -0500 |
Brodie Rao |
test-globalopts: test hg -R file:// and hg -R path-alias
|
Wed, 06 Oct 2010 23:07:52 +0300 |
Eduard-Cristian Stefan |
hgk: remember main window position
|
Fri, 08 Oct 2010 16:10:00 -0400 |
Steve Losh |
alias: back up and restore commands.norepo before checking for shell aliases
|
Fri, 08 Oct 2010 16:08:46 -0500 |
Brodie Rao |
tests: unify test-check-code
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: switch kwtemplater.record in kw_dorecord()
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: specific regular expressions depending on read mode
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
test-keyword: remove remaining sed calls
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: disable expansion in kwfilelog.read() if file renamed in node
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: make iskwfile() a weeding method in lieu of a boolean
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: support copy and rename
|
Fri, 08 Oct 2010 18:39:46 +0100 |
Christian Ebert |
keyword: refactor kwtemplater.overwrite()
|
Fri, 08 Oct 2010 18:00:19 -0500 |
Benoit Boissinot |
revlog.addgroup(): always use _addrevision() to add new revlog entries
|
Fri, 08 Oct 2010 18:00:16 -0500 |
Benoit Boissinot |
revlog._addrevision(): allow text argument to be None, build it lazily
|
Fri, 08 Oct 2010 18:00:15 -0500 |
Benoit Boissinot |
changegroupsubset: use readdelta() fast path when delta is against a parent
|
Fri, 08 Oct 2010 17:00:38 -0500 |
Patrick Mezard |
run-tests: handle .tst not ending with an LF
|
Fri, 08 Oct 2010 22:42:32 +0200 |
Martin Geisler |
minirst: small code cleanup
|
Fri, 08 Oct 2010 14:02:23 -0500 |
Brodie Rao |
cat: fix cat without -r, broken by 0ae35296fbf4
|
Thu, 07 Oct 2010 18:24:29 -0500 |
Matt Mackall |
revsets: introduce revsingle helper
|
Thu, 07 Oct 2010 18:05:04 -0500 |
Matt Mackall |
revsets: make revpair revsets-aware
|
Thu, 07 Oct 2010 11:45:17 -0500 |
Matt Mackall |
revset: lower precedence of minus infix (issue2361)
|
Tue, 05 Oct 2010 20:25:51 +0200 |
Henrik Stuart |
merge with stable
|
Tue, 05 Oct 2010 11:34:13 +0200 |
Adrian Buehlmann |
revset: fix #branch in urls for outgoing()
stable
|
Fri, 01 Oct 2010 23:16:11 +0200 |
Martin Geisler |
heads: mention STARTREV in synopsis and help for --rev
|
Fri, 01 Oct 2010 10:29:33 -0500 |
Matt Mackall |
merge with stable
|
Fri, 01 Oct 2010 10:18:57 -0500 |
Matt Mackall |
Added signature for changeset 93d8bff78c96
stable
|
Fri, 01 Oct 2010 10:18:53 -0500 |
Matt Mackall |
Added tag 1.6.4 for changeset 93d8bff78c96
stable
|
Fri, 01 Oct 2010 10:16:52 -0500 |
Matt Mackall |
merge with i18n
stable 1.6.4
|
Fri, 01 Oct 2010 16:10:06 +0200 |
Adrian Buehlmann |
tests: unify test-rebase*
|
Fri, 01 Oct 2010 16:43:03 +0200 |
Martin Geisler |
merge with stable
|
Fri, 01 Oct 2010 16:39:55 +0200 |
Martin Geisler |
test-url: refactor with shorter lines
|
Fri, 01 Oct 2010 02:13:31 +0200 |
Christian Ebert |
keyword: use workingctx to detect modified and added files after rollback
|
Fri, 01 Oct 2010 02:13:31 +0200 |
Christian Ebert |
keyword: rename variable "cfiles" to "changed" for clarity
|
Mon, 27 Sep 2010 13:13:34 -0500 |
Brodie Rao |
tests: unify test-casefolding
|
Fri, 01 Oct 2010 16:08:46 +0200 |
Martin Geisler |
url: mark certificate error string for translation
stable
|
Fri, 01 Oct 2010 11:15:19 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with f2937d6492c5
stable
|
Fri, 01 Oct 2010 11:15:10 -0300 |
Wagner Bruna |
merge with i18n stable
stable
|
Fri, 01 Oct 2010 17:24:18 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with e356c5c21b15
stable
|
Thu, 30 Sep 2010 19:10:19 -0500 |
Matt Mackall |
merge with stable
|
Thu, 30 Sep 2010 19:09:58 -0500 |
Matt Mackall |
merge with i18n
stable
|
Thu, 30 Sep 2010 14:07:57 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 552e0cfbddbd
stable
|
Fri, 01 Oct 2010 00:54:03 +0200 |
Mads Kiilerich |
merge with stable
|
Fri, 01 Oct 2010 00:48:51 +0200 |
Mads Kiilerich |
test-doctest: test the modules that contains doctests
stable
|
Fri, 01 Oct 2010 00:48:50 +0200 |
Mads Kiilerich |
doc: clarify that https cert verification requires web.cacerts
stable
|
Fri, 01 Oct 2010 00:46:59 +0200 |
Mads Kiilerich |
url: verify correctness of https server certificates (issue2407)
stable
|
Thu, 30 Sep 2010 13:38:21 +0200 |
Erik Zielke |
test-subrepo-recursion: remove empty defaults section
|
Thu, 30 Sep 2010 12:37:45 +0200 |
Erik Zielke |
mq: Removed extra ... in short help for qdelete
|
Mon, 27 Sep 2010 11:27:58 +0200 |
Erik Zielke |
mq: removed short option in help for deprecated options
|
Tue, 28 Sep 2010 13:09:22 +0200 |
Erik Zielke |
test-subrepo-recursion: deleted default arguments
|
Thu, 30 Sep 2010 09:49:40 +0200 |
Erik Zielke |
tests: removed test names in tests
|
Tue, 28 Sep 2010 19:29:14 +0200 |
Adrian Buehlmann |
tests: fix 05210e955bef merge error in test-git-import.t
|
Wed, 29 Sep 2010 01:33:31 +0200 |
Mads Kiilerich |
test-convert-cvs-detectmerge: add sleep so cvs notices changes
|
Wed, 29 Sep 2010 01:32:51 +0200 |
Mads Kiilerich |
init: expand destination url as a configured paths
|
Wed, 29 Sep 2010 01:32:50 +0200 |
Mads Kiilerich |
mq: explain qpush -f better
|
Wed, 29 Sep 2010 01:32:50 +0200 |
Mads Kiilerich |
serve: let --web-conf help reference hgweb
|
Tue, 28 Sep 2010 19:36:05 +0200 |
Juan Pablo Aroztegi |
transplant: add the transplanted revset predicate
|
Tue, 28 Sep 2010 03:01:35 +0200 |
Mads Kiilerich |
test-convert-cvs-branch: add sleep so cvs notices changes
|
Tue, 28 Sep 2010 02:58:00 +0200 |
Mads Kiilerich |
graphlog: style with header and footer (issue2395)
|
Tue, 28 Sep 2010 02:57:59 +0200 |
Mads Kiilerich |
test-serve: use service that works on more platforms
|
Tue, 28 Sep 2010 01:11:24 +0200 |
Patrick Mezard |
Merge with stable
|
Tue, 28 Sep 2010 00:41:08 +0200 |
Patrick Mezard |
patch: test and document a bit binary to regular file upgrade
stable
|
Tue, 28 Sep 2010 00:41:07 +0200 |
Patrick Mezard |
patch: upgrade to git patch when removing binary file
stable
|
Mon, 27 Sep 2010 22:47:10 +0200 |
Patrick Mezard |
patch: fix rename text to binary file (issue2400)
stable
|
Mon, 27 Sep 2010 22:49:30 +0200 |
Thomas Arendsen Hein |
tests: show skip reason instead of "irrelevant" with unified tests, too
|
Mon, 27 Sep 2010 10:48:50 -0500 |
Matt Mackall |
merge with stable
|
Mon, 27 Sep 2010 10:48:21 -0500 |
Matt Mackall |
merge with iin
stable
|
Mon, 20 Sep 2010 14:56:08 -0500 |
Ry4an Brase |
Correct Content-Type header values for archive downloads.
stable
|
Mon, 27 Sep 2010 10:47:36 -0500 |
Matt Mackall |
merge with iin
|
Sat, 25 Sep 2010 22:53:31 -0300 |
Wagner Bruna |
i18n-pt_BR: update to new Portuguese ortography
stable
|
Sat, 25 Sep 2010 22:53:27 -0300 |
Wagner Bruna |
i18n-pt_BR: minor rewording
stable
|
Sat, 25 Sep 2010 22:53:21 -0300 |
Wagner Bruna |
i18n-pt_BR: assorted typo fixes
stable
|
Fri, 24 Sep 2010 19:47:50 -0300 |
Wagner Bruna |
merge with i18n
|
Fri, 24 Sep 2010 19:47:00 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 84ceedcfeb6a
stable
|
Fri, 24 Sep 2010 19:26:01 -0300 |
Wagner Bruna |
merge with i18n stable
stable
|
Fri, 24 Sep 2010 02:17:54 +0200 |
Christoph Mewes |
i18n-de: parentrevspec extension
|
Fri, 24 Sep 2010 02:08:26 +0200 |
Christoph Mewes |
i18n-de: pager extension and missing parts of extdiff
|
Fri, 24 Sep 2010 01:41:56 +0200 |
Christoph Mewes |
i18n-de: added missing strings in acl
|
Thu, 23 Sep 2010 01:19:40 +0200 |
Christoph Mewes |
i18n-de: minor changes
|
Thu, 23 Sep 2010 01:09:09 +0200 |
Christoph Mewes |
i18n-de: notify extension
|
Thu, 23 Sep 2010 00:28:45 +0200 |
Christoph Mewes |
i18n-de: mq extension
|
Wed, 22 Sep 2010 13:34:40 +0200 |
Martin Roppelt |
i18n-de: deleted outdated messages with msgattrib, allowed language header
|
Wed, 22 Sep 2010 16:32:02 +0200 |
Christoph |
merge
|
Wed, 22 Sep 2010 04:32:55 +0200 |
Christoph Mewes |
i18n-de: keyword extension
|
Wed, 22 Sep 2010 01:04:43 +0200 |
Christoph Mewes |
i18n-de: interhg extension
|
Wed, 22 Sep 2010 01:04:25 +0200 |
Christoph Mewes |
i18n-de: more inotify
|
Wed, 22 Sep 2010 09:45:14 +0200 |
Martin Roppelt |
i18n-de: delete language duplicate, update last-translator
|
Wed, 22 Sep 2010 09:40:11 +0200 |
Martin Roppelt |
i18n-de: fix formatting
|
Wed, 22 Sep 2010 09:22:42 +0200 |
Martin Roppelt |
merge stable into default
|
Wed, 22 Sep 2010 08:54:00 +0200 |
Martin Roppelt |
i18n-de: fix broken translations, 66 defuzzied, 14 new translations
|
Tue, 21 Sep 2010 15:45:51 +0200 |
Martin Roppelt |
i18n-de: update pot
|
Tue, 21 Sep 2010 23:05:28 +0000 |
Christoph |
l10n: sig, glog, cia, hgk, highlight, inotify, interhg
|
Tue, 21 Sep 2010 01:55:53 -0300 |
Wagner Bruna |
merge with i18n
|
Tue, 21 Sep 2010 01:51:56 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 5be733b20bd1
stable
|
Tue, 21 Sep 2010 00:25:25 +0000 |
Christoph |
l10n: churn, color, convert and eol extension done
|
Sat, 18 Sep 2010 22:03:33 +0200 |
Martin Geisler |
i18n-da: synchronized with 2eadea60ae67
|
Sat, 18 Sep 2010 09:07:57 +0000 |
Christoph |
l10n: primarily added separate translations for template markers
|
Sat, 18 Sep 2010 01:16:31 +0000 |
Christoph |
l10n: based on a fresh pot file
|
Thu, 23 Sep 2010 15:18:10 +0200 |
Erik Zielke |
mq: removed return from callers to patchheader.qseries
|
Thu, 23 Sep 2010 16:56:32 +0200 |
Erik Zielke |
mq: added return 0 on success
|
Sun, 26 Sep 2010 23:48:30 +0200 |
Adrian Buehlmann |
tests: fix tabs/indentation in test-strip-cross.t
|
Tue, 24 Aug 2010 18:25:33 -0400 |
Steve Losh |
alias: only allow global options before a shell alias, pass later ones through
|
Mon, 27 Sep 2010 10:39:22 -0500 |
Matt Mackall |
tests: fix test-fetch port number variability
|
Sun, 26 Sep 2010 17:20:24 -0500 |
Matt Mackall |
tests: unify test-convert-tagsbranch-topology
|
Sun, 26 Sep 2010 17:18:53 -0500 |
Matt Mackall |
tests: unify test-convert-tla
|
Sun, 26 Sep 2010 17:18:28 -0500 |
Matt Mackall |
tests: unify test-convert-mtn
|
Sun, 26 Sep 2010 17:17:19 -0500 |
Matt Mackall |
tests: unify test-convert-splicemap
|
Sun, 26 Sep 2010 17:16:46 -0500 |
Matt Mackall |
tests: unify test-convert-git
|
Sun, 26 Sep 2010 17:14:35 -0500 |
Matt Mackall |
tests: unify test-convert-filemap
|
Sun, 26 Sep 2010 16:54:28 -0500 |
Matt Mackall |
tests: unify test-convert-datesort
|
Sun, 26 Sep 2010 16:53:06 -0500 |
Matt Mackall |
tests: unify test-convert-hg-svn
|
Sun, 26 Sep 2010 16:48:57 -0500 |
Matt Mackall |
tests: unify test-convert-hg-source
|