Wed, 18 Jul 2007 16:41:45 +0200 |
Thomas Arendsen Hein |
fix test-tag on Solaris
|
Mon, 16 Jul 2007 20:15:03 -0700 |
Bryan O'Sullivan |
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
|
Mon, 16 Jul 2007 18:01:20 -0700 |
Bryan O'Sullivan |
issue 622: pull/unbundle -u updates to default branch if repo was empty
|
Mon, 16 Jul 2007 16:50:47 -0700 |
Bryan O'Sullivan |
mq: autodetect an existing git patch during qrefresh (issue 491)
|
Wed, 11 Jul 2007 00:53:44 -0700 |
Brendan Cully |
replace .hgtags instead of appending to it when doing a raw commit
|
Wed, 11 Jul 2007 00:34:35 -0700 |
Brendan Cully |
handle nonexistent .hgtags in raw _tag
|
Tue, 17 Jul 2007 15:47:32 -0700 |
Bryan O'Sullivan |
convert/subversion.py: str.rsplit is not available in Python 2.3
|
Tue, 17 Jul 2007 15:26:27 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
Tue, 17 Jul 2007 15:24:59 -0700 |
Bryan O'Sullivan |
convert/subversion.py: fix bad assumptions about SVN path naming
|
Tue, 17 Jul 2007 13:08:50 -0700 |
Bryan O'Sullivan |
convert/subversion.py: escape quotes to make code readable in Emacs
|
Tue, 17 Jul 2007 23:35:24 +0200 |
Patrick Mezard |
patch: patches should be read and written in binary mode when possible.
|
Tue, 17 Jul 2007 23:34:52 +0200 |
Patrick Mezard |
patch: fix normalized paths separators.
|
Tue, 17 Jul 2007 23:33:42 +0200 |
Patrick Mezard |
posixfile_nt: '+' was understood as read mode instead of update.
|
Sat, 21 Jul 2007 16:18:42 -0500 |
Matt Mackall |
revlog: privatize some methods
|
Sat, 21 Jul 2007 16:18:24 -0500 |
Matt Mackall |
revlog: delete unused function makenode
|
Sat, 21 Jul 2007 16:18:21 -0500 |
Matt Mackall |
revlog: raise offset/type helpers to global scope
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Make repo locks recursive, eliminate all passing of lock/wlock
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use a weakref for recursive transactions
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use try/finally pattern to cleanup locks and transactions
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
repo locks: use True/False
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
rename and simplify do_lock
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
simplify dirstate fixups in repo.status()
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: add doesn't need to call stat
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
use context for part of localrepo status
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
context: add __contains__, __getitem__, and __iter__
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: get rid of default args for status
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: make filterfiles private
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: add __contains__ and make __getitem__ more useful
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: make wjoin function private
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: break update into separate functions
|