sapling/mercurial
Angel Ezquerra 16f9562667 revert: warn that subrepos cannot be reverted
(tests added by mpm)
2011-10-15 01:06:52 +02:00
..
help subrepo: add git to the help topic 2011-10-09 11:03:57 -05:00
hgweb pyflakes: clean up some import noise 2011-10-11 23:16:05 -05:00
httpclient httpclient: update to 07d8c356f4d1 of py-nonblocking-http 2011-10-10 17:57:40 -05:00
pure merge with stable 2011-08-17 14:17:35 +02:00
templates styles: add new 'bisect' style that prints the bisection status 2011-09-22 01:51:36 +02:00
__init__.py Add back links from file revisions to changeset revisions 2005-05-03 13:16:10 -08:00
ancestor.py check-code: flag 0/1 used as constant Boolean expression 2011-06-01 12:38:46 +02:00
archival.py atomictempfile: make close() consistent with other file-like objects. 2011-08-25 20:21:04 -04:00
base85.c backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
bdiff.c bdiff: fix pointer aliasing 2011-10-11 20:21:13 -05:00
bookmarks.py bookmarks: delegate writing to the repo just like reading 2011-10-12 11:09:57 -05:00
bundlerepo.py bundlerepo: add argument check before unlink 2011-09-14 13:51:50 +02:00
byterange.py byterange: replace uses of hasattr with getattr 2011-07-25 15:09:17 -05:00
changegroup.py check-code: flag 0/1 used as constant Boolean expression 2011-06-01 12:38:46 +02:00
changelog.py hidden: Add a hiddenrevs attributes to changelog. 2011-06-16 01:57:53 +02:00
cmdutil.py cmdutil.bailifchanged: abort for dirty subrepos 2011-10-11 18:18:15 -07:00
commands.py revert: warn that subrepos cannot be reverted 2011-10-15 01:06:52 +02:00
commandserver.py cmdserver: repo.invalidate() on every runcommand 2011-07-25 22:19:28 +03:00
config.py config.sortdict: override clear method 2011-06-20 10:51:37 +02:00
context.py match: allow passing a context object to match core 2011-06-18 16:52:51 -05:00
copies.py check-code: flag 0/1 used as constant Boolean expression 2011-06-01 12:38:46 +02:00
dagparser.py cleanup: use x in (a, b) instead of x == a or x == b 2010-09-23 00:02:31 -05:00
dagutil.py dagutil: fix off-by-one in inverserevlogdag buildup 2011-08-25 17:20:00 +02:00
demandimport.py demandimport: determine at load time if __import__ has level argument 2011-08-22 22:50:52 +02:00
diffhelpers.c backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
dirstate.py atomictempfile: make close() consistent with other file-like objects. 2011-08-25 20:21:04 -04:00
discovery.py prepush: show details about new remote heads with --verbose 2011-06-03 13:10:22 +02:00
dispatch.py alias: don't shadow commands that we only partially matched (issue2993) (BC) 2011-10-11 17:20:03 -05:00
encoding.py encoding: add getcols to extract substrings based on column width 2011-09-21 13:00:46 -05:00
error.py wireproto: add out-of-band error class to allow remote repo to report errors 2011-08-02 15:21:10 -04:00
extensions.py extensions: print some debug info on import failure 2011-10-01 16:42:39 -04:00
fancyopts.py globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__') 2011-07-25 16:24:37 -05:00
filelog.py filelog: add file function to open other filelogs 2011-05-10 17:38:58 +02:00
filemerge.py merge: expand environment variables and ~/ in tool.executable 2011-10-12 21:45:58 -04:00
fileset.py fileset: fix typo in binary() doc 2011-07-04 14:36:16 +03:00
graphmod.py graphmod: correctly emit nodes with more than 2 predecessors 2011-05-01 15:51:46 +02:00
hbisect.py hbisect: add functions to return a label for a cset bisection status 2011-09-22 23:28:49 +02:00
help.py windows: check util.mainfrozen() instead of ad-hoc checks everywhere 2011-07-25 16:14:02 -05:00
hg.py hg: extract copying the store out of clone 2011-08-11 00:03:16 +02:00
hook.py merge with stable 2011-08-01 10:54:34 -05:00
httpconnection.py http: handle push of bundles > 2 GB again (issue3017) 2011-09-21 22:52:00 +02:00
httprepo.py httprepo: make __del__ more stable in error situations 2011-10-13 04:27:49 +02:00
i18n.py i18n: use getattr instead of hasattr 2011-07-25 20:46:30 -05:00
ignore.py remove unnecessary list comprehensions 2011-02-03 10:31:17 +01:00
keepalive.py keepalive: use safehasattr instead of hasattr 2011-07-25 20:36:59 -05:00
localrepo.py bookmarks: delegate writing to the repo just like reading 2011-10-12 11:09:57 -05:00
lock.py check-code: flag 0/1 used as constant Boolean expression 2011-06-01 12:38:46 +02:00
lsprof.py lsprof: use getattr instead of hasattr 2011-07-25 15:41:46 -05:00
lsprofcalltree.py drop unused imports 2009-05-14 15:35:46 +02:00
mail.py mail: use safehasattr instead of hasattr 2011-07-25 16:02:15 -05:00
manifest.py manifest: use "\0" instead of "\000" 2011-06-16 08:49:26 +02:00
match.py match: remove unused assignment 2011-08-09 11:05:13 +02:00
mdiff.py mdiff: speed up showfunc for large diffs 2011-09-19 15:58:03 -07:00
merge.py merge: use repo.ui directly instead local variable 2011-08-17 14:11:46 +02:00
minirst.py minirst: add style flag to format 2011-10-15 00:39:04 -05:00
mpatch.c parsers: avoid pointer aliasing 2011-08-10 13:40:01 -05:00
node.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
osutil.c merge with stable 2011-09-14 14:37:10 -05:00
parser.py parsers: fix localization markup of parser errors 2011-06-21 00:17:52 +02:00
parsers.c parsers: avoid pointer aliasing 2011-08-10 13:40:01 -05:00
patch.py diff: enhance highlighting with color (issue3034) 2011-10-05 09:20:38 +03:00
posix.py posix: check for executable bits on files identified by findexe function 2011-08-24 05:42:41 -04:00
pushkey.py bookmarks: move pushkey functions into core 2011-02-10 13:46:27 -06:00
py3kcompat.py py3kcompat: added fake ord implementation for py3k 2010-08-07 16:38:38 -03:00
repair.py repair: switch from changegroupsubset to getbundle 2011-09-01 12:29:24 +02:00
repo.py Make sure bundlerepo doesn't leak temp files (issue2491) 2011-02-12 10:58:11 +01:00
revlog.py atomictempfile: make close() consistent with other file-like objects. 2011-08-25 20:21:04 -04:00
revset.py hbisect: add two new revset descriptions: 'goods' and 'bads' 2011-09-24 01:32:50 +02:00
scmutil.py merge with stable 2011-07-29 17:27:38 -05:00
setdiscovery.py setdiscovery: fix hang when #heads>200 (issue2971) 2011-08-25 21:25:14 +02:00
similar.py fix coding style 2010-05-02 00:48:33 +02:00
simplemerge.py atomictempfile: make close() consistent with other file-like objects. 2011-08-25 20:21:04 -04:00
sshrepo.py wireproto: add out-of-band error class to allow remote repo to report errors 2011-08-02 15:21:10 -04:00
sshserver.py wireproto: add out-of-band error class to allow remote repo to report errors 2011-08-02 15:21:10 -04:00
sslutil.py sslutil: abort when ssl module is needed but not found 2011-09-27 18:51:10 +02:00
statichttprepo.py statichttprepo: replace hasattr with getattr 2011-07-25 15:47:43 -05:00
store.py atomictempfile: make close() consistent with other file-like objects. 2011-08-25 20:21:04 -04:00
strutil.py Update license to GPLv2+ 2010-01-19 22:20:08 -06:00
subrepo.py subrepo: fix git branch tracking logic (issue2920) 2011-10-11 21:34:55 -07:00
tags.py atomictempfile: make close() consistent with other file-like objects. 2011-08-25 20:21:04 -04:00
templatefilters.py templates: add 'bisect' keyword to return a cset's bisect status 2011-09-22 01:36:01 +02:00
templatekw.py templates: add 'bisect' keyword to return a cset's bisect status 2011-09-22 01:36:01 +02:00
templater.py globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__') 2011-07-25 15:30:19 -05:00
transaction.py transaction: use posixfile and unlink from util 2011-02-15 14:41:49 +01:00
treediscovery.py treediscovery: always return all remote heads 2011-06-20 14:11:01 +02:00
ui.py merge with stable 2011-09-12 23:02:45 -05:00
url.py merge with stable 2011-09-10 17:56:42 -05:00
util.h backout of e4cb9628354c 2011-01-27 11:15:08 +01:00
util.py merge with stable 2011-09-27 18:50:18 -05:00
verify.py verify: fix mq misfire 2011-07-14 12:39:39 -05:00
win32.py win32: quietly ignore missing CreateHardLinkA for Wine 2011-09-13 17:01:07 -05:00
windows.py windows: fix pyflakes warning on unused imports 2011-08-03 16:41:14 -05:00
wireproto.py wireproto: do not call pushkey module directly (issue3041) 2011-10-10 13:52:54 +02:00