summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * darcs-fast-import: Create symlinks after darcs recordMiklos Vajna2010-06-271-7/+7
| * darcs-fast-import: Allow more liberal renamingMiklos Vajna2010-06-272-1/+9
| * darcs-fast-import: add --symhack optionMiklos Vajna2010-06-273-5/+46
| * darcs-fast-import: always invoke darcs add using --boringMiklos Vajna2010-06-272-2/+9
| * darcs-fast-import: do not silently ignore darcs failuresMiklos Vajna2010-06-271-3/+7
| * darcs-fast-import: better error handling for symlinksMiklos Vajna2010-06-273-0/+42
| * darcs-fast-import: No longer throw away the blob after writing itMiklos Vajna2010-06-272-1/+5
| * git-darcs: Fix exit/return confusion.Anders Kaseorg2010-04-211-25/+25
| * git-darcs: Import to a real ref (refs/remotes/darcs/$remote).Anders Kaseorg2010-04-211-11/+11
| * fix timezones in darcs-fast-export, take 2D Herring2010-04-211-19/+10
|/
* Merge patches from Miklos for darcs-fast-exportIan Clatworthy2010-03-173-36/+58
|\
| * fix timezones in darcs-fast-exportD Herring2010-03-171-33/+19
| * git-darcs: add a see-also section to manpageMiklos Vajna2010-03-171-0/+3
| * git-darcs: add support for {pre,post}-{fetch,push} hooksMiklos Vajna2010-03-172-2/+35
| * git-darcs: don't add empty darcs-fast-export-options config entryMiklos Vajna2010-03-171-1/+1
|/
* Release 0.9Ian Clatworthy2010-02-283-13/+4
* Don't bail for http://path/to/repo darcs remotesIan Clatworthy2010-02-131-1/+2
|\
| * Don't bail for http://path/to/repo darcs remotesJustin Bogner2010-02-111-1/+2
|/
* Fallback to system configobj if none in bzrib.utilIan Clatworthy2010-02-091-1/+4
|\
| * Cope with Debian's bzr using the system configobj, not shipping with its own.Jelmer Vernooij2010-02-081-1/+4
|/
* Add explorer integrationIan Clatworthy2010-01-318-0/+20
* Ignore progress messages unless in verbose modeIan Clatworthy2010-01-281-2/+4
* Fix Monotone prefix and command name: mnt -> mtnIan Clatworthy2010-01-282-9/+9
* Merge Python 2.5 fix for darcs-fast-exportIan Clatworthy2010-01-251-1/+6
|\
| * darcs-fast-export: don't use urllib.urlopen().getcode()Miklos Vajna2010-01-251-1/+6
* | Include the known_graph code.John Arbash Meinel2010-01-051-2/+38
|\ \
| * | Some debugging code. It looks like the main bugs involve files that are delet...John Arbash Meinel2009-12-011-3/+9
| * | Use the new KnownGraph.add_node() functionality.John Arbash Meinel2009-11-301-2/+32
* | | Switch to using CommitBuilderJohn Arbash Meinel2009-12-116-46/+415
|\ \ \
| * | | Add a bunch of direct tests for the _TreeShim interface.John Arbash Meinel2009-12-093-13/+170
| |/ /
| * | The fix that landed in bzr did not set builder.new_inventory. :(John Arbash Meinel2009-11-301-1/+1
| * | bzr *does* run atexit functions when exiting, but doesn't run deconstructors.John Arbash Meinel2009-11-151-6/+16
| * | Switch to closing the large-content blobs that we store to disk.John Arbash Meinel2009-11-131-21/+40
| * | Dump sticky blobs to disk when memory pressure gets high.John Arbash Meinel2009-11-131-9/+106
| * | Fall back to the repository for cases where the content is not present in the...John Arbash Meinel2009-11-121-3/+14
| * | We need to handle when the object has been deleted.John Arbash Meinel2009-11-121-11/+33
| * | Found a bug in CommitBuilder.finish_inventory().John Arbash Meinel2009-11-121-0/+7
| * | (broken) Start working towards using CommitBuilder rather than using a custom...John Arbash Meinel2009-11-123-49/+145
| * | add the failing test that we preserve the last-modified revisionJohn Arbash Meinel2009-11-121-0/+48
* | | Merge John's test refactoring - uses multiplication nowIan Clatworthy2009-12-081-135/+16
|\ \ \ | |/ /
| * | Change to multiplying tests rather than manually.John Arbash Meinel2009-11-121-135/+16
* | | Merge John's improvements to info_processor.pyIan Clatworthy2009-12-081-30/+23
|\ \ \ | |/ /
| * | Change (.keys(), .values()) to using (.iteritems())John Arbash Meinel2009-11-111-30/+23
* | | Merge John's smarter caching of blobs to improve memory footprintIan Clatworthy2009-12-082-9/+138
* | | Faster post-processing of the inventory deltaIan Clatworthy2009-12-041-6/+12
|\ \ \
| * | | When post-processing the delta stream, don't ask to generate a full inventory...John Arbash Meinel2009-11-301-6/+12
|/ / /
* | | Merge Jelmer's fix for exporters installationIan Clatworthy2009-11-291-0/+1
|\ \ \ | |_|/ |/| |
| * | Fix installation of the exporters module.Jelmer Vernooij2009-11-261-0/+1
|/ /
* | Default branch nick to mapped git ref name (Max Bowsher)Ian Clatworthy2009-11-235-70/+48
|\ \ | |/ |/|
| * Default branch-nick to mapped git ref name.Max Bowsher2009-11-041-0/+3