Wed, 26 Jan 2011 12:05:01 +0100 |
Martin Geisler |
specify C indention style using Emacs file local variables
|
Tue, 25 Jan 2011 16:33:46 -0800 |
Lee Cantey |
Ignore pax_global_header that some tar versions write as a file.
|
Mon, 24 Jan 2011 23:25:46 +0100 |
Patrick Mezard |
record: do not include files into changes count
|
Sun, 23 Jan 2011 15:21:56 +0100 |
Patrick Mezard |
record: simplify header methods with util.any
|
Sun, 23 Jan 2011 15:21:37 +0100 |
Patrick Mezard |
record: refactor the prompt loop
|
Sun, 23 Jan 2011 15:21:34 +0100 |
Patrick Mezard |
test-record: test peculiar changes numbering
|
Sun, 23 Jan 2011 13:01:17 +0100 |
Patrick Mezard |
record: turn prompt() into a pure function
|
Sun, 23 Jan 2011 12:44:05 +0100 |
Patrick Mezard |
record: turn consumefile() into a pure function
|
Sun, 23 Jan 2011 12:30:15 +0100 |
Patrick Mezard |
hghave: remove unused hotshot check
|
Sat, 22 Jan 2011 16:29:10 +0100 |
Patrick Mezard |
Merge with stable
|
Sat, 22 Jan 2011 16:15:40 +0100 |
Patrick Mezard |
subrepo: compare svn subrepo state to last committed revision
stable
|
Sat, 22 Jan 2011 09:13:04 -0600 |
Steve Borho |
merge with stable
|
Fri, 21 Jan 2011 14:42:15 -0600 |
Steve Borho |
win32: win32console.GetStdHandle() can return None
stable
|
Fri, 21 Jan 2011 16:26:01 -0600 |
Matt Mackall |
revlog: remove stray test in rev()
|
Thu, 20 Jan 2011 20:35:54 +0100 |
Benoit Boissinot |
merge with main
|
Tue, 11 Jan 2011 14:10:16 +0100 |
Adrian Buehlmann |
opener: use util.unlink (issue2524)
|
Tue, 11 Jan 2011 14:10:16 +0100 |
Adrian Buehlmann |
lock: use util.unlink (issue2537)
|
Tue, 11 Jan 2011 14:10:16 +0100 |
Adrian Buehlmann |
reintroduces util.unlink, for POSIX and Windows.
|
Tue, 11 Jan 2011 14:10:16 +0100 |
Adrian Buehlmann |
opener: check exception for ENOENT
|
Tue, 11 Jan 2011 14:10:16 +0100 |
Adrian Buehlmann |
windows.rename: check OSError for EEXIST
|
Tue, 18 Jan 2011 15:55:49 -0600 |
Matt Mackall |
perf: restore lazyindex hack
|
Tue, 18 Jan 2011 15:55:48 -0600 |
Matt Mackall |
revlog: pass rev to _checkhash
|
Tue, 18 Jan 2011 15:55:46 -0600 |
Matt Mackall |
revlog: incrementally build node cache with linear searches
|
Fri, 07 Jan 2011 10:48:30 +0100 |
Adrian Buehlmann |
bundlerepo: use less intrusive util.posixfile to open bundle
|
Sat, 15 Jan 2011 23:54:01 +0100 |
Adrian Buehlmann |
osutil: treat open modes 'w' and 'a' as 'w+' and 'a+' in posixfile
|
Tue, 04 Jan 2011 06:29:08 +0100 |
jfh |
move tags.cache and branchheads.cache to a collected cache folder .hg/cache/
|
Sun, 16 Jan 2011 17:26:34 +0100 |
Benoit Boissinot |
addchangegroup: document the current locking semantics
|
Sun, 16 Jan 2011 15:45:26 +0100 |
Christian Ebert |
keyword: update documentation for kwshrink
|
Sun, 16 Jan 2011 19:12:54 +0800 |
StevenGBrown |
tests: remove duplication of the CGI environment variables
|
Sun, 16 Jan 2011 12:25:46 +0100 |
Benoit Boissinot |
revlog: explicit test and explicit variable names
|
Sun, 16 Jan 2011 12:24:48 +0100 |
Benoit Boissinot |
revlog: if the nodemap is set, use the fast version of revlog.rev()
|
Sat, 15 Jan 2011 15:06:53 +0100 |
Benoit Boissinot |
revlog/parseindex: construct the nodemap if it is empty
|
Sat, 15 Jan 2011 13:02:19 +0100 |
Benoit Boissinot |
revlog: always add the magic nullid/nullrev entry in parseindex
|
Sat, 15 Jan 2011 15:04:58 +0100 |
Benoit Boissinot |
revlog/parseindex: no need to pass the file around
|
Sat, 15 Jan 2011 12:44:28 +0100 |
Benoit Boissinot |
parsers.c: fix comment
|
Sat, 15 Jan 2011 12:28:10 +0100 |
Benoit Boissinot |
perf: there is no lazy index anymore
|
Wed, 12 Jan 2011 13:54:39 -0600 |
Matt Mackall |
pure: update index parsing
|
Wed, 12 Jan 2011 11:34:42 -0600 |
Matt Mackall |
perf: fix ordering of invalidate in perfindex
|
Tue, 11 Jan 2011 21:52:03 -0600 |
Matt Mackall |
revlog: do revlog node->rev mapping by scanning
|
Tue, 11 Jan 2011 17:12:32 -0600 |
Matt Mackall |
revlog: introduce a cache for partial lookups
|
Tue, 11 Jan 2011 17:09:06 -0600 |
Matt Mackall |
tags: avoid a pointless usage of revlog.nodemap
|
Tue, 11 Jan 2011 17:06:07 -0600 |
Matt Mackall |
mq: avoid using revlog.nodemap unnecessarily
|
Tue, 11 Jan 2011 17:01:14 -0600 |
Matt Mackall |
perf: make perfindex results useful on hg with lazyparser
|
Tue, 11 Jan 2011 17:01:04 -0600 |
Matt Mackall |
revlog: only build the nodemap on demand
|
Tue, 04 Jan 2011 14:12:52 -0600 |
Matt Mackall |
revlog: remove lazy index
|
Tue, 11 Jan 2011 14:58:17 -0600 |
Matt Mackall |
merge with i18n
|
Tue, 04 Jan 2011 12:16:32 +0100 |
Martin Geisler |
i18n-da: synchronized with f3058dd05281
|
Tue, 11 Jan 2011 02:48:58 +0100 |
Mads Kiilerich |
merge with stable
|
Sun, 09 Jan 2011 00:35:36 +0900 |
Yuya Nishihara |
url: check subjectAltName when verifying ssl certificate
stable
|
Sat, 08 Jan 2011 21:52:25 +0900 |
Yuya Nishihara |
url: fix UnicodeDecodeError on certificate verification error
stable
|
Sat, 08 Jan 2011 22:15:19 -0600 |
Steve Borho |
merge with stable
|
Sat, 08 Jan 2011 11:18:38 +0100 |
Pascal Quantin |
win32: add cacert.pem file to Inno Setup installer
stable
|
Fri, 07 Jan 2011 19:15:21 +0100 |
Adrian Buehlmann |
test-mq-subrepo.t: skip test if svn not installed
|
Fri, 07 Jan 2011 20:50:42 +0100 |
Patrick Mezard |
mail: fix regression when parsing unset smtp.tls option
|
Fri, 07 Jan 2011 20:50:41 +0100 |
Patrick Mezard |
bash_completion: support record command
|
Tue, 04 Jan 2011 11:33:47 -0600 |
Kevin Bullock |
subrepo: fix svnsubrepo.dirty() checking of ignoreupdate (issue2499)
|
Fri, 07 Jan 2011 17:44:23 +0100 |
Patrick Mezard |
test-mq-subrepo.t: correctly forward stdin to test functions
|
Thu, 06 Jan 2011 17:04:47 -0600 |
Matt Mackall |
filelog: move metadata parsing to a helper function
|
Thu, 06 Jan 2011 17:04:41 -0600 |
Matt Mackall |
revlog: break hash checking into subfunction
|
Thu, 06 Jan 2011 17:04:33 -0600 |
Matt Mackall |
ui: add configpath helper
|
Wed, 29 Dec 2010 18:29:15 -0800 |
John Coomes |
tests: check visibility of pending changesets
|
Sun, 02 Jan 2011 18:51:59 +0200 |
timeless |
progress: handle days, weeks and years
|
Sun, 02 Jan 2011 19:34:41 +0100 |
Adrian Buehlmann |
rename util.unlink to unlinkpath
|
Wed, 05 Jan 2011 15:56:03 +0100 |
Martin Geisler |
merge with stable
|
Tue, 04 Jan 2011 03:53:11 -0800 |
Oleg Stepanov |
subrepo: do not report known files inside repositories as unknown
stable
|
Wed, 05 Jan 2011 10:57:52 +0100 |
Martin Geisler |
hgrc.5: mention that web.cacerts are run through util.expandpath
stable
|
Sun, 02 Jan 2011 15:30:12 +0200 |
Eduard-Cristian Stefan |
url: expand path for web.cacerts
stable
|
Wed, 05 Jan 2011 10:47:35 +0100 |
Martin Geisler |
commands: clarify which aliases "hg help -v" show (issue2572)
stable
|
Fri, 31 Dec 2010 17:09:38 -0600 |
Steve Borho |
mq: record more data in patchheader class (no behavior changes)
|
Sat, 01 Jan 2011 18:42:04 -0600 |
Matt Mackall |
merge with stable
|
Sat, 01 Jan 2011 18:24:18 -0600 |
Matt Mackall |
Added signature for changeset e3bf16703e26
stable
|
Sat, 01 Jan 2011 18:24:10 -0600 |
Matt Mackall |
Added tag 1.7.3 for changeset e3bf16703e26
stable
|
Sat, 25 Dec 2010 21:59:00 +0900 |
Yuya Nishihara |
util: fix ellipsis() not to break multi-byte sequence (issue2564)
stable 1.7.3
|
Fri, 31 Dec 2010 15:14:51 +0100 |
Jacek Sowiński |
strip: typo bugfix related to '--nobackup -> --no-backup' rename (issue2377)
stable
|
Sat, 01 Jan 2011 18:15:17 -0600 |
Matt Mackall |
merge with i18n
stable
|
Tue, 28 Dec 2010 18:02:50 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with aa72ff5abf5f
stable
|
Tue, 28 Dec 2010 17:58:14 -0200 |
Wagner Bruna |
merge with i18n stable
stable
|
Tue, 21 Dec 2010 09:26:59 +0100 |
Jens Bäckman |
i18n-sv: synchronized with d4393968318f
stable
|
Mon, 20 Dec 2010 19:57:12 -0200 |
Wagner Bruna |
i18n/pt_BR.po: synchronized with 2fa2e6444645
stable
|
Thu, 23 Dec 2010 15:12:24 -0600 |
Steve Borho |
match: support reading pattern lists from files
|
Thu, 30 Dec 2010 23:36:50 -0600 |
Steve Borho |
merge with stable
|
Wed, 29 Dec 2010 18:27:56 -0600 |
Steve Borho |
wix: add an ssl certificate file to the WiX installers
stable
|
Wed, 29 Dec 2010 15:31:25 -0600 |
Matt Mackall |
merge with stable
|
Wed, 29 Dec 2010 15:23:16 -0600 |
Matt Mackall |
hgweb: abort if config file isn't found
stable
|
Wed, 29 Dec 2010 14:19:44 -0600 |
Matt Mackall |
merge with stable
|
Wed, 29 Dec 2010 14:19:31 -0600 |
Matt Mackall |
date: fix matching of underspecified date ranges
stable
|
Wed, 29 Dec 2010 14:04:47 -0600 |
Matt Mackall |
date: fix matching of underspecified date ranges
|
Wed, 29 Dec 2010 11:18:27 -0600 |
Matt Mackall |
merge with stable
|
Sun, 26 Dec 2010 12:08:20 +0100 |
Adrian Buehlmann |
test-static-http.t: increase test coverage on filenames
|
Sun, 26 Dec 2010 11:59:07 +0100 |
Adrian Buehlmann |
test-static-http.t: get kill actually working
|
Fri, 24 Dec 2010 15:22:00 +0100 |
Dan Villiom Podlaski Christiansen |
hooks: sort any dictionaries set in the environment
|
Mon, 27 Dec 2010 01:12:31 +0100 |
Adrian Buehlmann |
windows.rename: eliminate temp name race (issue2571)
stable
|
Tue, 28 Dec 2010 13:31:30 -0600 |
Matt Mackall |
merge with stable
|
Mon, 13 Dec 2010 22:38:06 +0100 |
Adrian Buehlmann |
checknlink: use two testfiles (issue2543)
stable
|
Sun, 19 Dec 2010 21:49:54 -0500 |
John Peberdy |
help: correct documentation for branches keyword
stable
|
Fri, 24 Dec 2010 01:17:18 +0900 |
Yuya Nishihara |
notify: use util.ellipsis() to truncate long subject
stable
|
Mon, 20 Dec 2010 16:56:54 +0800 |
Zhigang Wang |
smtp: fix for server doesn't support starttls extension
|
Thu, 02 Dec 2010 03:43:06 +0100 |
David Soria Parra |
avoid .split() in for loops and use tuples instead
|
Mon, 06 Dec 2010 16:56:06 +0100 |
Oli Thissen |
hgweb: added revision date to annotate line data
|
Tue, 21 Dec 2010 19:44:28 +0900 |
Nicolas Dumazet |
patchbomb: save introductory message in .hg/last-email.txt
|
Fri, 17 Dec 2010 12:05:45 +0000 |
Jim Hague |
opener: forbid paths ending with directory separator (issue2507)
|
Tue, 21 Dec 2010 15:27:58 -0600 |
Kevin Bullock |
record: clean up command table
|
Tue, 21 Dec 2010 15:23:48 -0600 |
Kevin Bullock |
record: clean up comments and docstrings
|
Tue, 28 Dec 2010 14:53:08 +0100 |
Patrick Mezard |
test-doctest: test url.py again, removed by 7cc4263e07a9
|
Mon, 27 Dec 2010 17:54:45 +0100 |
Mads Kiilerich |
merge with stable
|
Mon, 27 Dec 2010 17:49:58 +0100 |
Mads Kiilerich |
https: use web.cacerts configuration from local repo to validate remote repo
stable
|
Sun, 26 Dec 2010 00:43:49 +0100 |
Mads Kiilerich |
extensions: warn about invalid extensions when listing disabled commands
|
Wed, 22 Dec 2010 13:25:00 -0600 |
Steve Borho |
convert: subversion should use util.quotecommand to wrap args to popen2
|
Thu, 23 Dec 2010 13:23:20 -0600 |
Steve Borho |
merge with stable
|
Wed, 22 Dec 2010 13:25:00 -0600 |
Steve Borho |
util: concentrate quoting knowledge to windows.py quotecommand()
stable
|
Wed, 22 Dec 2010 13:16:03 -0600 |
Matt Mackall |
templater: clarify engine caching
|
Wed, 22 Dec 2010 13:16:00 -0600 |
Matt Mackall |
merge with crew
|
Tue, 21 Dec 2010 19:47:36 +0900 |
Nicolas Dumazet |
tests: clean up test-rollback.t
|
Mon, 20 Dec 2010 15:27:15 -0600 |
Matt Mackall |
merge with stable
|
Mon, 20 Dec 2010 15:26:36 -0600 |
Matt Mackall |
url: fix trailing whitespace
stable
|
Mon, 20 Dec 2010 13:59:33 -0500 |
Eric Eisner |
subrepo: basic support for status of git subrepos
|
Mon, 20 Dec 2010 13:59:33 -0500 |
Eric Eisner |
subrepo: fix subrelpath for git subrepos
|
Mon, 20 Dec 2010 13:59:33 -0500 |
Eric Eisner |
subrepo: fix git archive parsing of directories and symfiles
|
Mon, 20 Dec 2010 13:59:33 -0500 |
Eric Eisner |
subrepo: support ignoreupdate in gitsubrepo's dirty()
|
Mon, 20 Dec 2010 13:59:19 -0500 |
Eric Eisner |
subrepo: backout 519ac79d680b
|
Mon, 20 Dec 2010 12:12:18 -0600 |
Matt Mackall |
url: fix check-code whitespace complaint
|
Mon, 20 Dec 2010 12:09:00 -0600 |
Matt Mackall |
templater: use the parser.py parser to extend the templater syntax
|
Mon, 20 Dec 2010 12:09:00 -0600 |
Matt Mackall |
templater: give slightly nicer error for unknown map entries
|
Tue, 07 Dec 2010 22:14:43 -0600 |
Kevin Bullock |
mq: update .hgsubstate if subrepos are clean (issue2499)
|
Tue, 07 Dec 2010 22:14:43 -0600 |
Kevin Bullock |
backout f08df4d38442
|
Fri, 17 Dec 2010 13:38:15 +0100 |
Erik Zielke |
subrepo: backout f02d7a562a21
|
Mon, 20 Dec 2010 12:08:56 -0600 |
Matt Mackall |
merge with i18n
|
Mon, 20 Dec 2010 12:08:50 -0600 |
Matt Mackall |
merge with stable
|
Fri, 17 Dec 2010 10:40:26 +0100 |
Adrian Buehlmann |
fncachestore: copy dh directory before the manifest
stable
|
Mon, 20 Dec 2010 12:05:50 -0600 |
Matt Mackall |
merge with i18n
stable
|
Fri, 10 Dec 2010 12:51:37 +0100 |
Martin Geisler |
i18n: merge with stable
|
Fri, 10 Dec 2010 12:48:57 +0100 |
Martin Geisler |
i18n-da: synchronize with 5dac0d04b838
stable
|
Sat, 04 Dec 2010 19:28:15 +0100 |
Arne Babenhauserheide |
i18n-de: translated strings for the purge extension
stable
|
Sat, 18 Dec 2010 22:06:11 +0100 |
Mads Kiilerich |
merge with stable
|
Sat, 18 Dec 2010 21:58:52 +0100 |
Mads Kiilerich |
https: warn when server certificate isn't verified
stable
|
Mon, 13 Dec 2010 11:46:31 -0500 |
Greg Ward |
merge: document some internal return values.
|
Thu, 16 Dec 2010 14:50:37 -0600 |
Matt Mackall |
check-code: catch os.path.relpath
|
Thu, 16 Dec 2010 14:50:36 -0600 |
Matt Mackall |
check-code: catch "except as"
|
Thu, 16 Dec 2010 14:50:27 -0600 |
Matt Mackall |
tests: eliminate fast-forward merge in test-tag
|
Tue, 07 Dec 2010 03:29:21 +0100 |
Mads Kiilerich |
merge: fast-forward merge with descendant
|
Wed, 08 Dec 2010 22:14:18 -0600 |
Steve Borho |
record: teach parsepatch() about non-git style headers
|
Mon, 13 Dec 2010 10:30:15 -0500 |
Eric Eisner |
template: add showbranch template for {branch}
|
Mon, 29 Nov 2010 09:37:23 +0100 |
Erik Zielke |
subrepo: avoids empty commit when .hgsubstate is dirty (issue2403)
|
Thu, 16 Dec 2010 07:45:22 -0600 |
Augie Fackler |
progress: don't compute estimate without a total
|
Tue, 14 Dec 2010 21:58:13 -0500 |
Eric Eisner |
subrepo: use low-level git-diff-index for dirty()
|
Tue, 14 Dec 2010 21:56:43 -0500 |
Eric Eisner |
subrepo: defer determination of git's current branch
|
Tue, 14 Dec 2010 21:56:43 -0500 |
Eric Eisner |
subrepo: incorporate tracking branches into gitbranchmap
|
Tue, 14 Dec 2010 21:53:40 -0500 |
Eric Eisner |
subrepo: use low-level git-for-each-ref command in branchmap
|
Wed, 15 Dec 2010 10:55:14 -0600 |
Augie Fackler |
progress using tests: disable time estimates to avoid flakiness
|
Wed, 15 Dec 2010 10:22:54 -0600 |
Augie Fackler |
progress: include time estimate as part of the default progress format
|
Wed, 15 Dec 2010 10:22:06 -0600 |
Augie Fackler |
progress: only show time estimate when progress format contains 'estimate'
|
Wed, 15 Dec 2010 10:20:36 -0600 |
Augie Fackler |
progress: fix adding format elements after the progress bar
|
Wed, 15 Dec 2010 11:20:32 -0600 |
Augie Fackler |
test-progress: test completion estimates and progress bar delay
|
Mon, 29 Nov 2010 16:34:10 +0100 |
Martin Geisler |
subrepo: add progress bar support to archive
|
Mon, 29 Nov 2010 16:17:05 +0100 |
Martin Geisler |
archive: add support for progress extension
|
Wed, 15 Dec 2010 16:35:09 +0100 |
Martin Geisler |
progress: test setting progress.width
|
Wed, 15 Dec 2010 16:29:46 +0100 |
Martin Geisler |
tests: add filtercr.py helper for progress tests
|
Wed, 15 Dec 2010 09:52:20 +0100 |
Martin Geisler |
test-archive: whitespace cleanup
|
Wed, 15 Dec 2010 09:35:32 +0100 |
Martin Geisler |
progress: explain format strings to translators
|
Wed, 15 Dec 2010 10:50:19 +0100 |
Mads Kiilerich |
subrepo: re-backout 2245fcd0e160, remove test
|
Tue, 14 Dec 2010 18:10:51 -0600 |
Matt Mackall |
subrepo: re-backout 2245fcd0e160
|
Tue, 14 Dec 2010 17:10:01 -0600 |
Matt Mackall |
merge with stable
|
Mon, 06 Dec 2010 22:04:10 -0600 |
Kevin Bullock |
tag: abort if not at a branch head (issue2552)
stable
|
Tue, 07 Dec 2010 08:02:54 +0100 |
Kevin Bullock |
tag: fix uncommitted merge check and error message (issue2542)
stable
|
Mon, 13 Dec 2010 21:20:30 -0600 |
Kevin Bullock |
tag: don't check .hgtags status if --local passed
stable
|
Thu, 09 Dec 2010 17:33:40 -0600 |
Augie Fackler |
progress: refactor for readability and show XXs instead of 0mXXs.
|
Tue, 26 Oct 2010 14:41:58 +0300 |
timeless |
progress: Add estimated time remaining for long tasks
|
Fri, 10 Dec 2010 16:56:12 -0600 |
Augie Fackler |
progress: react more reasonably to nested progress topics
|
Mon, 13 Dec 2010 12:19:26 -0600 |
Steve Borho |
Merge with stable
|
Mon, 13 Dec 2010 11:51:01 -0600 |
Steve Borho |
util: work around behavior change in Python 2.7.1
stable
|
Mon, 13 Dec 2010 11:53:17 +0100 |
Martin Geisler |
merge with stable
|
Mon, 13 Dec 2010 11:52:52 +0100 |
Martin Geisler |
merge default heads in crew and main
|
Mon, 13 Dec 2010 11:52:21 +0100 |
Martin Geisler |
merge stable heads in crew and main
stable
|
Mon, 22 Nov 2010 14:36:57 +0100 |
Erik Zielke |
eol: improve help on whether EOLs are changed in working copy or repository
stable
|
Mon, 13 Dec 2010 16:41:39 +0900 |
Nicolas Dumazet |
churn: ignore trailing and leading spaces (issue2546)
stable
|
Fri, 10 Dec 2010 23:05:48 +0100 |
Benoit Boissinot |
merge with stable
|
Tue, 07 Dec 2010 16:08:16 +0100 |
Dan Villiom Podlaski Christiansen |
make_file: always return a fresh file handle that can be closed
|
Fri, 10 Dec 2010 19:20:11 -0600 |
Matt Mackall |
merge with stable
|
Fri, 10 Dec 2010 19:18:02 -0600 |
Matt Mackall |
hook: fix import path handling for repo=None
stable
|
Tue, 07 Dec 2010 15:27:04 +0100 |
Alexander Solovyov |
hook: assume relative path to hook is given from repo root
stable
|
Fri, 10 Dec 2010 19:08:17 -0600 |
Matt Mackall |
subrepo: backed out changeset 2245fcd0e160
stable
|
Fri, 10 Dec 2010 13:30:37 -0600 |
Augie Fackler |
bundle progress: offer best-guess deterministic progress information
|
Fri, 10 Dec 2010 13:31:06 -0600 |
Augie Fackler |
httpsendfile: record progress information during read()
|
Tue, 07 Dec 2010 15:50:28 +0100 |
Alexander Solovyov |
templatekw.showdiffstat: use ctx.diff() instead of calling patch
|
Fri, 10 Dec 2010 16:10:14 +0100 |
Adrian Buehlmann |
localrepo: remove unneeded os.unlink call in wwrite
|
Fri, 10 Dec 2010 15:14:05 +0100 |
Adrian Buehlmann |
opener: always reset flags on 'w'rite
|
Thu, 09 Dec 2010 16:52:14 -0500 |
Eric Eisner |
subrepo: silence git output when ui.quiet is set
|
Thu, 09 Dec 2010 16:52:14 -0500 |
Eric Eisner |
subrepo: show git command with --debug
|
Thu, 09 Dec 2010 16:52:14 -0500 |
Eric Eisner |
subrepo: speed up git push logic
|
Thu, 09 Dec 2010 16:52:14 -0500 |
Eric Eisner |
subrepo: use subprocess.Popen without the shell
|
Thu, 09 Dec 2010 16:52:14 -0500 |
Eric Eisner |
subrepo: treat git error code 1 as success
|
Thu, 09 Dec 2010 16:52:14 -0500 |
Eric Eisner |
subrepo: gitsubrepo should inherit from abstractsubrepo
|
Fri, 10 Dec 2010 01:30:16 +0100 |
Mads Kiilerich |
subrepo: initialize subrepo relative default paths relative to their root
stable
|
Wed, 08 Dec 2010 13:12:12 -0600 |
Matt Mackall |
merge with stable
|
Tue, 07 Dec 2010 20:03:04 +1100 |
Brodie Rao |
bookmarks: create undo.bookmarks using repo.opener instead of util.copyfile
stable
|
Tue, 07 Dec 2010 19:47:53 +1100 |
Brodie Rao |
archival: don't set gzip filename header when there's no filename
stable
|
Wed, 08 Dec 2010 11:18:26 -0600 |
Matt Mackall |
build: don't delete precious version information on 'make clean'
|
Fri, 03 Dec 2010 11:40:30 +0900 |
Patrick Mezard |
patch: write .rej files without rewriting EOLs
stable
|
Tue, 07 Dec 2010 20:03:05 +1100 |
Brodie Rao |
record: move copystat() hack out of util.copyfile() and into record
|
Tue, 07 Dec 2010 16:03:42 +0100 |
Dan Villiom Podlaski Christiansen |
util: make atomicfiles closable
|
Mon, 06 Dec 2010 21:17:27 -0500 |
Eric Eisner |
subrepo: drop arguments unsupported by old git
|
Mon, 06 Dec 2010 21:17:27 -0500 |
Eric Eisner |
subrepo: work around old git's remote naming scheme
|
Mon, 06 Dec 2010 21:17:27 -0500 |
Eric Eisner |
subrepo: use environment variable instead of git commit's --date
|
Mon, 06 Dec 2010 21:17:27 -0500 |
Eric Eisner |
subrepo: parse git status's human-readable output
|
Mon, 06 Dec 2010 21:17:27 -0500 |
Eric Eisner |
subrepo: use subprocess's cwd instead of git's --work-tree
|
Mon, 06 Dec 2010 21:17:27 -0500 |
Eric Eisner |
test-subrepo-git.t: make gitroot pushable earlier
|
Mon, 06 Dec 2010 21:17:27 -0500 |
Eric Eisner |
test-subrepo-git.t: silence git output
|
Mon, 06 Dec 2010 16:59:43 -0600 |
Matt Mackall |
bdiff: Fix bogus NULL return
|
Mon, 06 Dec 2010 16:42:48 -0600 |
Matt Mackall |
bdiff: dynamically allocate hunks
|
Mon, 06 Dec 2010 16:03:00 -0600 |
Matt Mackall |
merge with stable
|
Sun, 28 Nov 2010 17:19:23 -0500 |
Eric Eisner |
subrepo: lazily update git's local tracking branches
|
Sun, 28 Nov 2010 15:21:23 -0500 |
Eric Eisner |
subrepo: return both mapping directions from gitbranchmap
|
Sun, 28 Nov 2010 15:03:48 -0500 |
Eric Eisner |
subrepo: strip gitcommand output
|
Wed, 01 Dec 2010 21:46:08 +0100 |
Dan Villiom Podlaski Christiansen |
sshrepo: don't use readline() on the stderr pipe
|
Wed, 01 Dec 2010 21:46:08 +0100 |
Dan Villiom Podlaski Christiansen |
test-demandimport.py: PyPy support
|
Wed, 01 Dec 2010 21:46:08 +0100 |
Dan Villiom Podlaski Christiansen |
demandimport: change default for level from None to -1
|
Wed, 01 Dec 2010 21:46:08 +0100 |
Dan Villiom Podlaski Christiansen |
export: flush the file pointer between patches
|
Wed, 01 Dec 2010 19:20:16 +0100 |
Dan Villiom Podlaski Christiansen |
test-clone-failure.t: fix unification oversight
|
Sat, 04 Dec 2010 14:44:05 +0100 |
Christian Ebert |
keyword: make kwfiles show deleted files configured for expansion
|
Sat, 04 Dec 2010 14:22:12 +0100 |
Christian Ebert |
keyword: colorize hg kwfiles output
|
Fri, 03 Dec 2010 12:22:56 +0100 |
Thomas Arendsen Hein |
coding style: fix yield used as a function
|
Fri, 03 Dec 2010 12:04:31 +0100 |
Thomas Arendsen Hein |
check-code: single check for Python keywords used as a function
|
Fri, 03 Dec 2010 11:30:45 +0100 |
Thomas Arendsen Hein |
coding style: fix gratuitous whitespace after Python keywords
|
Fri, 03 Dec 2010 11:23:38 +0100 |
Thomas Arendsen Hein |
check-code: check for gratuitous whitespace after Python keywords
|
Thu, 02 Dec 2010 01:28:38 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with 9696954415db
stable
|
Wed, 01 Dec 2010 18:47:40 -0600 |
Matt Mackall |
merge with stable
|
Wed, 01 Dec 2010 18:46:20 -0600 |
Matt Mackall |
Added signature for changeset 6aff4f144ad3
stable
|
Wed, 01 Dec 2010 18:46:15 -0600 |
Matt Mackall |
Added tag 1.7.2 for changeset 6aff4f144ad3
stable
|
Wed, 01 Dec 2010 10:51:49 +0100 |
Christian Ebert |
keyword: copy: when copied source is a symlink, follow it
stable 1.7.2
|
Wed, 01 Dec 2010 21:15:31 +0100 |
Adrian Buehlmann |
makedirs: abort if parent == name (issue2531)
stable
|
Fri, 19 Nov 2010 18:07:15 +0900 |
Shun-ichi GOTO |
win32mbcs: use extsetup() to wrap functions only once.
stable
|
Tue, 30 Nov 2010 12:45:25 -0200 |
Wagner Bruna |
hgwebdir: fix incorrect index generation for invalid paths (issue2023)
stable
|
Fri, 26 Nov 2010 18:45:35 +0100 |
Adrian Buehlmann |
serve: fix doc typo
stable
|
Thu, 25 Nov 2010 21:50:41 -0600 |
Kevin Bullock |
mq: fix failing qrefresh test
stable
|
Wed, 24 Nov 2010 19:31:43 +0100 |
Adrian Buehlmann |
makedate: abort on negative timestamps (issue2513)
stable
|
Wed, 24 Nov 2010 19:31:43 +0100 |
Adrian Buehlmann |
parsedate: abort on negative dates (issue2513)
stable
|
Wed, 01 Dec 2010 17:50:49 -0600 |
Matt Mackall |
merge with i18n
stable
|
Tue, 23 Nov 2010 13:22:01 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with f08df4d38442
stable
|
Wed, 01 Dec 2010 11:04:50 +0100 |
Martin Geisler |
merge with stable
|
Wed, 01 Dec 2010 04:21:47 +0100 |
Adrian Buehlmann |
test-clone.t: add basic cases for destination ''
stable
|