- Feb 02, 2006
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
e.g. for multiple installs with different versions or extensions.
-
- Feb 01, 2006
-
-
Benoit Boissinot authored
- silly error, do not overwrite the variable we use for iterating - correct 'hg help sign'
-
Benoit Boissinot authored
- add copyright and license - add i18n - add 'sigs' command behaving like 'hg tags' - change 'role' to 'comment' and output it only if there is one - refactoring
-
Benoit Boissinot authored
-
- Dec 15, 2005
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
passing local everywhere violate the layering
-
- Dec 08, 2005
-
-
Benoit Boissinot authored
revlog.group cached every chunk from the revlog, the behaviour was needed to minimize the roundtrip with old-http. The patch export the information that the repository is local or not from the repository object down to the revlog. Then it uses the workaround for old-http only if the repository is non-local. The memory used server side when pulling goes down to less than 30Mo maximum whereas without the patch more than 160Mo was used when cloning the linux kernel repository. The time used by cloning is roughly the same (although some caching could be implemented if needed): before 110.25user 20.90system 2:52.00elapsed 76%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+708707minor)pagefaults 0swaps after 112.85user 22.98system 2:50.66elapsed 79%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+862862minor)pagefaults 0swaps
-
- Feb 01, 2006
-
-
Thomas Arendsen Hein authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
add more testcases for updating with local changes
-
- Jan 31, 2006
-
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
-
Vadim Gelfer authored
command name is now 'hg email'.
-
- Jan 30, 2006
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jan 29, 2006
-
-
Matt Mackall authored
-
Brendan Cully authored
-
Benoit Boissinot authored
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Benoit Boissinot authored
add some tests and some doc
-
Matt Mackall authored
-
- Jan 28, 2006
-
-
Peter van Dijk authored
-
Matt Mackall authored
-
Peter van Dijk authored
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
-
Matt Mackall authored
-
Petr Mazanec authored
-
Christian Ebert authored
Hello, If one has the developer tools installed on MacOS X there's another alternative for the merge program. Invocation could be done somehow like in the attached patch for hgmerge.
-
Matt Mackall authored
(spotted by Peter van Dijk)
-
Benoit Boissinot authored
- this should allow better detection of removed file when walking in the history (like hg log) it doesn't help for the fast path of hg log where we only look at the filelog - users of the changelog file list shouldn't assume anymore that the file still exist (anyway it won't be found in the manifest like in 5ecf05541e11) - fix the tests (some hashes changed)
-
mason authored
-