Fri, 06 May 2011 11:12:55 +0200 |
Martin Geisler |
patchfile: use real Booleans instead of 0/1
|
Fri, 06 May 2011 11:11:55 +0200 |
Martin Geisler |
annotate: use real Booleans instead of 0/1
|
Fri, 06 May 2011 10:02:46 +0200 |
Martin Geisler |
hbisect: use real Booleans instead of 0/1
|
Fri, 06 May 2011 14:45:13 +0200 |
Peter Arrenbrecht |
summary: run discovery only once for in/out against same repo
|
Fri, 06 May 2011 14:44:18 +0200 |
Peter Arrenbrecht |
discovery: resurrect findoutgoing as findcommonoutgoing for extension hooks
|
Fri, 06 May 2011 16:00:48 +0300 |
Idan Kamara |
transplant: remove unneeded loop over repo in revset
|
Fri, 06 May 2011 15:37:38 +0300 |
Idan Kamara |
transplant: fix revset doc
stable
|
Fri, 06 May 2011 16:07:35 +0300 |
Idan Kamara |
mq: add a 'mq()' revset predicate that returns applied mq csets
|
Fri, 06 May 2011 10:17:07 -0500 |
Augie Fackler |
pyflakes: ignore files marked no-check-code
|
Thu, 05 May 2011 18:05:24 +0200 |
Sune Foldager |
revlog: compute correct deltaparent in the deltaparent function
|
Thu, 05 May 2011 11:33:02 -0400 |
Zachary Gramana |
changelog: fixes leaked file handle
|
Thu, 05 May 2011 23:21:37 +0800 |
Steven Brown |
setdiscovery: limit lines to 80 characters
|
Thu, 05 May 2011 16:01:09 +0200 |
Thomas Arendsen Hein |
subrepo: use code from 71ea5b2b9517 only if Python needs it (issue2795)
stable
|
Wed, 04 May 2011 22:08:55 -0500 |
Augie Fackler |
sslutil: extracted ssl methods from httpsconnection in url.py
|
Fri, 06 May 2011 00:34:10 +0200 |
Mads Kiilerich |
check-code: fix checking for sh style in .t tests
|
Thu, 05 May 2011 20:04:49 +0200 |
Martin Geisler |
run-tests: add --shell command line flag
|
Thu, 05 May 2011 20:03:43 +0200 |
Martin Geisler |
run-tests: use type of default to convert environment variable
|
Thu, 05 May 2011 19:29:02 +0200 |
Martin Geisler |
test-treediscovery: fix escaping for both dash and bash
|
Thu, 05 May 2011 12:53:33 +0200 |
Peter Arrenbrecht |
treediscovery: fix regression when run against older repos (issue2793)
|
Thu, 05 May 2011 14:57:21 +0200 |
Martin Geisler |
commands: use util.Abort's hint some more
|
Thu, 05 May 2011 12:16:43 +0200 |
Martin Geisler |
commands: use double-quotes for strings with single-quotes
|
Thu, 05 May 2011 12:46:02 +0200 |
Sune Foldager |
revlog: remove support for punched/shallow
|
Thu, 05 May 2011 12:55:12 +0200 |
Sune Foldager |
revlog: remove support for parentdelta
|
Wed, 04 May 2011 12:58:59 +0200 |
Adrian Buehlmann |
store: break up reference cycle introduced in 9cbff8a39a2a
|
Wed, 04 May 2011 10:32:08 -0500 |
Augie Fackler |
test-https.t: clean up superfluous trailing whitespace
|
Wed, 04 May 2011 10:39:10 -0500 |
Augie Fackler |
run-tests.py: correctly handle list options with parallel tasks
|
Wed, 04 May 2011 23:12:23 +0300 |
Idan Kamara |
mq: don't suggest to refresh when qpushing with no applied patches
|
Wed, 04 May 2011 20:14:30 +0200 |
Peter Arrenbrecht |
bundlerepo: fix closing and docstring of getremotechanges
|
Wed, 04 May 2011 10:43:47 -0500 |
Kevin Bullock |
bookmarks: allow deactivating current bookmark with -i
|
Sat, 11 Dec 2010 18:08:55 +0100 |
Kevin Bullock |
bookmarks: allow to create/move bookmark without making it current (issue2788)
|
Thu, 05 May 2011 01:57:13 +0200 |
Mads Kiilerich |
tests: test subrepos with ssh urls
|
Thu, 05 May 2011 01:47:46 +0200 |
Mads Kiilerich |
tests: share dummyssh
|
Thu, 05 May 2011 01:47:46 +0200 |
Mads Kiilerich |
tests: fix test-ssh.t after 6bd9778ae749
|
Wed, 04 May 2011 19:27:55 +0200 |
Sune Foldager |
fix errors reported by pyflakes test
|
Wed, 04 May 2011 08:21:50 -0500 |
Matt Mackall |
merge with crew
|
Wed, 04 May 2011 13:37:41 +0200 |
Sune Foldager |
tests: fix deprecated use of hg debugdata/debugindex
|
Tue, 03 May 2011 22:04:23 -0500 |
Matt Mackall |
merge with stable
|
Tue, 03 May 2011 22:04:11 -0500 |
Matt Mackall |
merge with crew
|
Tue, 03 May 2011 21:53:13 -0500 |
Matt Mackall |
hgext: fixup a couple missed file().read() instances
|
Tue, 03 May 2011 22:11:56 +0200 |
Adrian Buehlmann |
test-casecollision.t: add test for case changing rename
|
Sun, 01 May 2011 18:57:11 +0200 |
timeless |
convert: fix error in git solaris code
|
Sun, 01 May 2011 17:36:16 +0200 |
timeless |
test: add pyflakes checking for unable to detect undefined names
|
Sun, 01 May 2011 17:27:41 +0200 |
timeless |
tests: add pyflakes checking for assigned to but never used
|
Sun, 01 May 2011 17:20:40 +0200 |
timeless |
remove unused variables
|
Sun, 01 May 2011 18:56:27 +0200 |
timeless |
test-pyflake: improve sorting algorithm
|
Mon, 02 May 2011 09:50:21 +0200 |
Johan Euphrosine |
add make check: tests rule
|
Tue, 03 May 2011 22:28:08 +0200 |
Sune Foldager |
ui: add configint function and tests
|
Tue, 03 May 2011 11:46:02 -0500 |
Kevin Bullock |
mq: strip extra whitespace from node ids in header (issue2790)
stable
|
Mon, 02 May 2011 10:11:24 +0200 |
Dan Villiom Podlaski Christiansen |
check-code: disallow calling opener(...).read() and opener(..).write()
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
Mon, 02 May 2011 10:11:05 +0200 |
Dan Villiom Podlaski Christiansen |
util & scmutil: adapt read/write helpers as request by mpm
|
Mon, 02 May 2011 09:11:35 +0200 |
Dan Villiom Podlaski Christiansen |
store: use a subclass, not a function for fncacheopener
|
Mon, 18 Apr 2011 02:42:52 +0200 |
jfh |
util.termwidth: never return 0 for terminal width
|
Mon, 02 May 2011 19:21:30 +0200 |
Peter Arrenbrecht |
discovery: add new set-based discovery
|
Mon, 02 May 2011 19:21:30 +0200 |
Peter Arrenbrecht |
debugbuilddag: use memctx for speed
|
Mon, 02 May 2011 19:20:29 +0200 |
Peter Arrenbrecht |
localrepo: reuse parent manifest in commitctx if no files have changed
|
Mon, 02 May 2011 12:36:23 +0200 |
Peter Arrenbrecht |
bundlerepo: fix and improve getremotechanges
|
Mon, 02 May 2011 00:04:49 +0200 |
Adrian Buehlmann |
hgrc.5: mention new 'case collision' handling for ui.portablefilenames
|
Sun, 01 May 2011 20:29:44 +0200 |
Pascal Quantin |
win32: remove obsolete bookmarks and parentrevspec extensions from mercurial.ini
|
Sun, 01 May 2011 13:08:29 -0500 |
Matt Mackall |
bundlerepo: drop struct
|