~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/upload-bzr.dev

  • Committer: Patch Queue Manager
  • Date: 2011-09-22 14:12:18 UTC
  • mfrom: (6155.3.1 jam)
  • Revision ID: pqm@pqm.ubuntu.com-20110922141218-86s4uu6nqvourw4f
(jameinel) Cleanup comments bzrlib/smart/__init__.py (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
rsync -rltv                                                         \
18
18
    .                                                               \
19
19
    escudero.ubuntu.com:/srv/www.bazaar-ng.org/rsync/bzr/bzr.dev/   \
20
 
    --include-from -                                                \
21
20
    --include .bzr                                                  \
22
21
    --include '.bzr/**'                                             \
23
22
    --exclude-from .rsyncexclude                                    \
24
23
    --exclude-from .bzrignore                                       \
 
24
    --include-from -                                                \
25
25
    --exclude \*                                                    \
26
26
    --exclude '.*'                                                  \
27
27
    --delete-excluded --delete                                      \