mercurial at 4965: 63 new changesets
Mercurial Commits
hg at intevation.org
Sat Jul 21 22:15:21 UTC 2007
63 new changesets in mercurial:
http://www.selenic.com/hg/rev/81078e177266
changeset: 4903:81078e177266
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: dirstate: use True and false for _dirty
http://www.selenic.com/hg/rev/6fd953d5faea
changeset: 4904:6fd953d5faea
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: dirstate: break update into separate functions
http://www.selenic.com/hg/rev/fc61495ea9cf
changeset: 4905:fc61495ea9cf
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: dirstate: make wjoin function private
http://www.selenic.com/hg/rev/30847b8af7ca
changeset: 4906:30847b8af7ca
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: dirstate: add __contains__ and make __getitem__ more useful
http://www.selenic.com/hg/rev/6a7659a0c07c
changeset: 4907:6a7659a0c07c
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: dirstate: make filterfiles private
http://www.selenic.com/hg/rev/8c294ee7047e
changeset: 4908:8c294ee7047e
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: dirstate: get rid of default args for status
http://www.selenic.com/hg/rev/1fd7a99d98f6
changeset: 4909:1fd7a99d98f6
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: context: add __contains__, __getitem__, and __iter__
http://www.selenic.com/hg/rev/fd96bc61a18b
changeset: 4910:fd96bc61a18b
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: use context for part of localrepo status
http://www.selenic.com/hg/rev/8b6efc8fc23c
changeset: 4911:8b6efc8fc23c
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: dirstate: add doesn't need to call stat
http://www.selenic.com/hg/rev/312c845edef5
changeset: 4912:312c845edef5
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: simplify dirstate fixups in repo.status()
http://www.selenic.com/hg/rev/46e39935ce33
changeset: 4913:46e39935ce33
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: rename and simplify do_lock
http://www.selenic.com/hg/rev/9a2a73ea6135
changeset: 4914:9a2a73ea6135
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:09 2007 -0500
summary: repo locks: use True/False
http://www.selenic.com/hg/rev/97b734fb9c6f
changeset: 4915:97b734fb9c6f
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:10 2007 -0500
summary: Use try/finally pattern to cleanup locks and transactions
http://www.selenic.com/hg/rev/5c5d23d93447
changeset: 4916:5c5d23d93447
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:10 2007 -0500
summary: Use a weakref for recursive transactions
http://www.selenic.com/hg/rev/126f527b3ba3
changeset: 4917:126f527b3ba3
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:02:10 2007 -0500
summary: Make repo locks recursive, eliminate all passing of lock/wlock
http://www.selenic.com/hg/rev/e017d3a82e1d
changeset: 4918:e017d3a82e1d
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:18:21 2007 -0500
summary: revlog: raise offset/type helpers to global scope
http://www.selenic.com/hg/rev/c0df0cce64a4
changeset: 4919:c0df0cce64a4
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:18:24 2007 -0500
summary: revlog: delete unused function makenode
http://www.selenic.com/hg/rev/ee983d0dbea8
changeset: 4920:ee983d0dbea8
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:18:42 2007 -0500
summary: revlog: privatize some methods
http://www.selenic.com/hg/rev/8a53b39cd402
changeset: 4921:8a53b39cd402
parent: 4901:27414950abf5
user: Patrick Mezard <pmezard at gmail.com>
date: Tue Jul 17 23:33:42 2007 +0200
summary: posixfile_nt: '+' was understood as read mode instead of update.
http://www.selenic.com/hg/rev/020ee9c781cf
changeset: 4922:020ee9c781cf
user: Patrick Mezard <pmezard at gmail.com>
date: Tue Jul 17 23:34:52 2007 +0200
summary: patch: fix normalized paths separators.
http://www.selenic.com/hg/rev/59b8ff35c4ed
changeset: 4923:59b8ff35c4ed
user: Patrick Mezard <pmezard at gmail.com>
date: Tue Jul 17 23:35:24 2007 +0200
summary: patch: patches should be read and written in binary mode when possible.
http://www.selenic.com/hg/rev/ad09ce1d393c
changeset: 4924:ad09ce1d393c
parent: 4901:27414950abf5
user: Bryan O'Sullivan <bos at serpentine.com>
date: Tue Jul 17 13:08:50 2007 -0700
summary: convert/subversion.py: escape quotes to make code readable in Emacs
http://www.selenic.com/hg/rev/2642726b61b6
changeset: 4925:2642726b61b6
user: Bryan O'Sullivan <bos at serpentine.com>
date: Tue Jul 17 15:24:59 2007 -0700
summary: convert/subversion.py: fix bad assumptions about SVN path naming
http://www.selenic.com/hg/rev/164daf101a54
changeset: 4926:164daf101a54
parent: 4925:2642726b61b6
parent: 4923:59b8ff35c4ed
user: Bryan O'Sullivan <bos at serpentine.com>
date: Tue Jul 17 15:26:27 2007 -0700
summary: Automated merge with http://hg.intevation.org/mercurial/crew
http://www.selenic.com/hg/rev/5e89b0dafce5
changeset: 4927:5e89b0dafce5
user: Bryan O'Sullivan <bos at serpentine.com>
date: Tue Jul 17 15:47:32 2007 -0700
summary: convert/subversion.py: str.rsplit is not available in Python 2.3
http://www.selenic.com/hg/rev/2a7d30c97f89
changeset: 4928:2a7d30c97f89
parent: 4895:fa6c9381d053
user: Brendan Cully <brendan at kublai.com>
date: Wed Jul 11 00:34:35 2007 -0700
summary: handle nonexistent .hgtags in raw _tag
http://www.selenic.com/hg/rev/22fcd6444ad9
changeset: 4929:22fcd6444ad9
user: Brendan Cully <brendan at kublai.com>
date: Wed Jul 11 00:53:44 2007 -0700
summary: replace .hgtags instead of appending to it when doing a raw commit
http://www.selenic.com/hg/rev/fc502517d68d
changeset: 4930:fc502517d68d
user: Bryan O'Sullivan <bos at serpentine.com>
date: Mon Jul 16 16:50:47 2007 -0700
summary: mq: autodetect an existing git patch during qrefresh (issue 491)
http://www.selenic.com/hg/rev/c4dd58af0fc8
changeset: 4931:c4dd58af0fc8
user: Bryan O'Sullivan <bos at serpentine.com>
date: Mon Jul 16 18:01:20 2007 -0700
summary: issue 622: pull/unbundle -u updates to default branch if repo was empty
http://www.selenic.com/hg/rev/f0c25ed40ec6
changeset: 4932:f0c25ed40ec6
user: Bryan O'Sullivan <bos at serpentine.com>
date: Mon Jul 16 20:15:03 2007 -0700
summary: tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
http://www.selenic.com/hg/rev/5fb8f5992a3d
changeset: 4933:5fb8f5992a3d
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Wed Jul 18 16:41:45 2007 +0200
summary: fix test-tag on Solaris
http://www.selenic.com/hg/rev/8535c1770dd3
changeset: 4934:8535c1770dd3
parent: 4927:5e89b0dafce5
parent: 4933:5fb8f5992a3d
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Wed Jul 18 16:46:01 2007 +0200
summary: merge with crew-stable
http://www.selenic.com/hg/rev/7d745e9d2cf0
changeset: 4935:7d745e9d2cf0
parent: 4934:8535c1770dd3
parent: 4902:5cbdea5735f4
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Wed Jul 18 16:46:20 2007 +0200
summary: merge with main
http://www.selenic.com/hg/rev/bcba70b8006d
changeset: 4936:bcba70b8006d
user: Bryan O'Sullivan <bos at serpentine.com>
date: Wed Jul 18 13:56:08 2007 -0700
summary: Better fix for issue 622 than we had in c4dd58af0fc8.
http://www.selenic.com/hg/rev/53a1847a99d1
changeset: 4937:53a1847a99d1
user: Bryan O'Sullivan <bos at serpentine.com>
date: Wed Jul 18 14:00:55 2007 -0700
summary: Simplify update.
http://www.selenic.com/hg/rev/4db03fa58bd5
changeset: 4938:4db03fa58bd5
parent: 4925:2642726b61b6
user: Bryan O'Sullivan <bos at serpentine.com>
date: Wed Jul 18 17:44:52 2007 -0700
summary: convert/subversion: get converter working against plain HTTP.
http://www.selenic.com/hg/rev/52772826e969
changeset: 4939:52772826e969
parent: 4938:4db03fa58bd5
parent: 4937:53a1847a99d1
user: Bryan O'Sullivan <bos at serpentine.com>
date: Wed Jul 18 19:47:22 2007 -0700
summary: Automated merge with http://hg.intevation.org/mercurial/crew
http://www.selenic.com/hg/rev/961379b2c586
changeset: 4940:961379b2c586
user: Bryan O'Sullivan <bos at serpentine.com>
date: Wed Jul 18 19:56:36 2007 -0700
summary: convert/subversion: reduce memory usage by filtering early
http://www.selenic.com/hg/rev/e8c0b52c363c
changeset: 4941:e8c0b52c363c
parent: 4933:5fb8f5992a3d
user: Bryan O'Sullivan <bos at serpentine.com>
date: Wed Jul 18 13:56:08 2007 -0700
summary: Better fix for issue 622 than we had in c4dd58af0fc8.
http://www.selenic.com/hg/rev/b8076522e889
changeset: 4942:b8076522e889
user: Bryan O'Sullivan <bos at serpentine.com>
date: Wed Jul 18 14:00:55 2007 -0700
summary: Simplify update.
http://www.selenic.com/hg/rev/9af1b47fe585
changeset: 4943:9af1b47fe585
parent: 4940:961379b2c586
parent: 4942:b8076522e889
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Thu Jul 19 07:28:27 2007 +0200
summary: merge with crew-stable
http://www.selenic.com/hg/rev/bbf1c1e89892
changeset: 4944:bbf1c1e89892
parent: 4940:961379b2c586
user: Bryan O'Sullivan <bos at serpentine.com>
date: Wed Jul 18 22:44:25 2007 -0700
summary: convert/subversion: Simplify callback.
http://www.selenic.com/hg/rev/382520bacc17
changeset: 4945:382520bacc17
parent: 4944:bbf1c1e89892
parent: 4943:9af1b47fe585
user: Bryan O'Sullivan <bos at serpentine.com>
date: Wed Jul 18 22:46:14 2007 -0700
summary: Automated merge with http://hg.intevation.org/mercurial/crew
http://www.selenic.com/hg/rev/e8f4e40f285a
changeset: 4946:e8f4e40f285a
user: Bryan O'Sullivan <bos at serpentine.com>
date: Thu Jul 19 12:41:07 2007 -0700
summary: convert/subversion: work around memory leak in svn's python bindings
http://www.selenic.com/hg/rev/3e25a6eb5c9a
changeset: 4947:3e25a6eb5c9a
user: Bryan O'Sullivan <bos at serpentine.com>
date: Thu Jul 19 15:13:48 2007 -0700
summary: lock.py: cache hostname, but not pid, in case we fork
http://www.selenic.com/hg/rev/c8d1aa1822d5
changeset: 4948:c8d1aa1822d5
user: Bryan O'Sullivan <bos at serpentine.com>
date: Thu Jul 19 15:29:33 2007 -0700
summary: Print meaningful error message if os.symlink fails
http://www.selenic.com/hg/rev/2f0f9528e77b
changeset: 4949:2f0f9528e77b
user: Bryan O'Sullivan <bos at serpentine.com>
date: Thu Jul 19 15:33:21 2007 -0700
summary: convert/subversion: rehandle the no-tags case
http://www.selenic.com/hg/rev/93b7e2fa7ee3
changeset: 4950:93b7e2fa7ee3
parent: 4942:b8076522e889
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Thu Jul 19 19:43:25 2007 -0300
summary: help: avoid traceback if an extension has only debug commands
http://www.selenic.com/hg/rev/667290b6c95e
changeset: 4951:667290b6c95e
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Thu Jul 19 19:43:25 2007 -0300
summary: archive: delay extraction of file revisions
http://www.selenic.com/hg/rev/a11921d24ec4
changeset: 4952:a11921d24ec4
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Thu Jul 19 19:43:25 2007 -0300
summary: add dirstate._dirtypl variable
http://www.selenic.com/hg/rev/6b3ed43f77ba
changeset: 4953:6b3ed43f77ba
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Thu Jul 19 19:43:25 2007 -0300
summary: dirstate.invalidate: avoid rebuilding _map
http://www.selenic.com/hg/rev/90be978c9d3d
changeset: 4954:90be978c9d3d
parent: 4949:2f0f9528e77b
parent: 4953:6b3ed43f77ba
user: Alexis S. L. Carvalho <alexis at cecm.usp.br>
date: Thu Jul 19 19:48:24 2007 -0300
summary: merge with crew-stable
http://www.selenic.com/hg/rev/9bbc0217209b
changeset: 4955:9bbc0217209b
user: Christian Ebert <blacktrash at gmx.net>
date: Thu Jul 19 18:39:51 2007 +0200
summary: churn: get current terminal width if possible
http://www.selenic.com/hg/rev/02b127749dc0
changeset: 4956:02b127749dc0
user: Benoit Boissinot <benoit.boissinot at ens-lyon.org>
date: Fri Jul 20 09:31:32 2007 +0200
summary: fix unused variables reported by pychecker
http://www.selenic.com/hg/rev/cdd33a048289
changeset: 4957:cdd33a048289
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Sat Jul 21 10:30:51 2007 +0200
summary: removed trailing whitespace
http://www.selenic.com/hg/rev/71fed370b7a7
changeset: 4958:71fed370b7a7
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Sat Jul 21 10:36:51 2007 +0200
summary: Backout ad09ce1d393c and replace ''' with """ to make some highlighting happy.
http://www.selenic.com/hg/rev/8933b8ea871a
changeset: 4959:8933b8ea871a
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Sat Jul 21 10:39:42 2007 +0200
summary: Use format string for lockname again (was changed by 3e25a6eb5c9a)
http://www.selenic.com/hg/rev/c79e3fa6dc29
changeset: 4960:c79e3fa6dc29
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Sat Jul 21 10:43:29 2007 +0200
summary: Remove unused pprint import and the commented line which used it before.
http://www.selenic.com/hg/rev/3fdd09ad6cce
changeset: 4961:3fdd09ad6cce
parent: 4953:6b3ed43f77ba
user: Benoit Boissinot <benoit.boissinot at ens-lyon.org>
date: Fri Jul 20 09:44:50 2007 +0200
summary: fix bogus close spotted by pychecker (no close() in global scope)
http://www.selenic.com/hg/rev/10afa3fab6b4
changeset: 4962:10afa3fab6b4
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Sat Jul 21 17:36:45 2007 +0200
summary: Make [defaults] in .hg/hgrc work.
http://www.selenic.com/hg/rev/d1bee415406e
changeset: 4963:d1bee415406e
parent: 4960:c79e3fa6dc29
parent: 4962:10afa3fab6b4
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Sat Jul 21 17:37:39 2007 +0200
summary: merge with crew-stable
http://www.selenic.com/hg/rev/a28661788f2f
changeset: 4964:a28661788f2f
user: Thomas Arendsen Hein <thomas at intevation.de>
date: Sat Jul 21 17:56:30 2007 +0200
summary: test-alias: Removed fallback to parentui, no longer needed since 10afa3fab6b4
http://www.selenic.com/hg/rev/4106dde15aed
changeset: 4965:4106dde15aed
tag: tip
parent: 4920:ee983d0dbea8
parent: 4964:a28661788f2f
user: Matt Mackall <mpm at selenic.com>
date: Sat Jul 21 16:44:38 2007 -0500
summary: Merge with crew
--
Repository URL: http://www.selenic.com/hg
More information about the Mercurial-devel
mailing list