~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/packrepo.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-29 11:07:14 UTC
  • mfrom: (5813.1.1 realname-can-be-empty)
  • Revision ID: pqm@pqm.ubuntu.com-20110429110714-wr9f71ea9600lvb6
(jelmer) Allow realname to be empty in tests. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
 
251
251
The ``pack-names`` file gives the list of all finished non-obsolete
252
252
packs.  (This should always be the same as the list of files in the
253
 
``packs/`` directory, but the file is needed for readonly http clients
 
253
``packs/`` directory, but the file is needed for read-only HTTP clients
254
254
that can't easily list directories, and it includes other information.)
255
255
The constraint on the ``pack-names`` list is that every file mentioned
256
256
must exist in the ``packs/`` directory.